Overview
| Comment: | Updated URL to a mirror of mk4tcl for now | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
b1003b10ac84cc0455459ccab5336aff | 
| User & Date: | rkeene on 2014-11-19 20:56:12 | 
| Other Links: | manifest | tags | 
Context
| 
   2014-11-23 
 | ||
| 02:31 | Added obsfucated CVFS support check-in: 93d7e1f87e user: rkeene tags: trunk | |
| 
   2014-11-19 
 | ||
| 20:56 | Updated URL to a mirror of mk4tcl for now check-in: b1003b10ac user: rkeene tags: trunk | |
| 04:59 | Added patch for Tk 8.6 to workaround header inclusion issue check-in: ee2800d690 user: rkeene tags: trunk | |
Changes
Modified mk4tcl/build.sh from [b69a612055] to [c5265584d3].
| ︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23  | 
	exit 1
fi
MK4VERS="2.4.9.7"
SRC="src/metakit-${MK4VERS}.tar.gz"
SRCURL="http://www.equi4.com/pub/mk/metakit-${MK4VERS}.tar.gz"
BUILDDIR="$(pwd)/build/metakit-${MK4VERS}"
OUTDIR="$(pwd)/out"
INSTDIR="$(pwd)/inst"
PATCHDIR="$(pwd)/patches"
export MK4VERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR
# Set configure options for this sub-project
 | >  | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24  | 
	exit 1
fi
MK4VERS="2.4.9.7"
SRC="src/metakit-${MK4VERS}.tar.gz"
SRCURL="http://www.equi4.com/pub/mk/metakit-${MK4VERS}.tar.gz"
SRCURL="http://pkgs.fedoraproject.org/repo/pkgs/metakit/metakit-${MK4VERS}.tar.gz/17330257376eea657827ed632ea62c9e/metakit-${MK4VERS}.tar.gz"
BUILDDIR="$(pwd)/build/metakit-${MK4VERS}"
OUTDIR="$(pwd)/out"
INSTDIR="$(pwd)/inst"
PATCHDIR="$(pwd)/patches"
export MK4VERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR
# Set configure options for this sub-project
 | 
| ︙ | ︙ |