Check-in [b1003b10ac]
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:b1003b10ac84cc0455459ccab5336aff9a63b75b
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     10   
    11     11   	exit 1
    12     12   fi
    13     13   
    14     14   MK4VERS="2.4.9.7"
    15     15   SRC="src/metakit-${MK4VERS}.tar.gz"
    16     16   SRCURL="http://www.equi4.com/pub/mk/metakit-${MK4VERS}.tar.gz"
           17  +SRCURL="http://pkgs.fedoraproject.org/repo/pkgs/metakit/metakit-${MK4VERS}.tar.gz/17330257376eea657827ed632ea62c9e/metakit-${MK4VERS}.tar.gz"
    17     18   BUILDDIR="$(pwd)/build/metakit-${MK4VERS}"
    18     19   OUTDIR="$(pwd)/out"
    19     20   INSTDIR="$(pwd)/inst"
    20     21   PATCHDIR="$(pwd)/patches"
    21     22   export MK4VERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR
    22     23   
    23     24   # Set configure options for this sub-project