Overview
Artifact ID: | 26771d7871507c0590d89de7bc9784a48b8cc8b2 |
---|---|
Ticket: | 468f6f72ea7bdce7160c90c71e4aa870ac99dbca
fix for tclvfs building with fossil_trunk |
User & Date: | anonymous on 2016-07-16 13:52:16 |
Changes
- comment changed to:
# trunk has rebranded itself 8.7<br />cp -a tcl/patches/8.6 tcl/patches/8.7<br />fossil add tcl/patches/8.7/*<br /><br />Also, tclvfs hasn't cut a binary release for a long time .. nor got a cvs commit in some time. The following downloads cvs tip from sourceforge, which compiles clean with 8.5.19, 8.6.5, fossil_trunk:<br /><br />--- tclvfs/build.sh<br />+++ tclvfs/build.sh<br />@@ -11,12 +11,12 @@<br /> exit 1<br /> fi<br /> <br /> TCLVFSVERS="20080503"<br /> SRC="src/tclvfs-${TCLVFSVERS}.tar.gz"<br />-SRCURL="http://sourceforge.net/projects/tclvfs/files/tclvfs/tclvfs-${TCLVFSVERS}/tclvfs-${TCLVFSVERS}.tar.gz/download"<br />-SRCHASH='0d90362078c8f59347b14be377e9306336b6d25d147397f845e705a6fa1d38f2'<br />+SRCURL="http://tclvfs.cvs.sourceforge.net/viewvc/tclvfs/tclvfs?view=tar"<br />+SRCHASH='80e2db1792674bd43cae8b7958b9c06362e9b85f95da57d9ce951f824c81fa6e'<br /> BUILDDIR="$(pwd)/build/tclvfs-${TCLVFSVERS}"<br /> OUTDIR="$(pwd)/out"<br /> INSTDIR="$(pwd)/inst"<br /> PATCHDIR="$(pwd)/patches"<br /> export TCLVFSVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR<br /><br />
- foundin changed to: "trunk"
- login: "anonymous"
- private_contact changed to: "cb02a4a25e8da92f2790bc307bf01ef24ce6053e"
- severity changed to: "Critical"
- status changed to: "Open"
- title changed to: "fix for tclvfs building with fossil_trunk"
- type changed to: "Build Problem"