summaryrefslogtreecommitdiff
path: root/lang/tcl83
AgeCommit message (Collapse)AuthorFilesLines
2005-04-13patch TCL_SRC_DIR and TK_SRC_DIR into tclConfig.sh and tkConfig.sh correctlyjschauma1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-11patch tclConfig.sh and tkConfig.sh so that they do not contain referencesjschauma1-2/+7
to the build environment, which of course no longer exists once we install the file. Also make sure that variables are set using double quotes, so that variables inside are expanded. Ok jwise@.
2005-03-08Actually, that conditional doesn't even need the !empty() now; just defined().tv1-2/+2
2005-03-08Fix bug in previous: Check for a variable's definition before checking itstv1-2/+2
value (otherwise older [b]make breaks on a "malformed conditional").
2005-03-06On 64bit capable platforms, --enable-64bitjschauma1-1/+5
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-10fix build on Darwin:grant5-44/+46
- libtool needs -dynamiclib on Darwin to create shared libraries - don't use libtool to create the static libtclstub.a, do it the same way that tcl 8.4 does - name library libtcl83 (as opposed to libtcl8.3) like other platforms - remove PLIST unnecessary hack for Darwin shlib name
2004-10-09Under libtool, only the .la goes in the PLIST now. (I'm not entirelytv2-8/+3
convinced that Darwin needs special handling here. Does the Darwin build *not* use libtool!?)
2004-05-13Unused (thanks, minskim).wiz1-31/+0
2004-04-24If we include this bl* file, we only want the 8.3 version -- fix patternwiz2-4/+4
to make it so.
2004-03-08Reimport tcl-8.3.4 into lang/tcl83 before updating Tcl/Tk to 8.4.5,minskim11-0/+1312
because many packages still need 8.3. OK'ed by the maintainer (jwise@).