summaryrefslogtreecommitdiff
path: root/lang/tcl83
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-04Fixed wrong use of WRKSRC.rillig8-46/+47
2005-11-04Remove superfluous --mandir (was overridden by bsd.pkg.mk one).wiz1-6/+1
2005-11-04Apply same fix as for lang/tcl to fix breakage introducedwiz1-3/+1
by adding the --mandir switch.
2005-09-21Ensure that errno really comes from errno.h and only define it asjoerg5-9/+78
extern, if it's not a macro. Teach configure about DragonFly. OKed by maintainer.
2005-08-31Restore original quoting syntax of variables in t{k,cl}Config.sh in orderseb1-3/+3
to follow the principle of least surprise between the packages and the mainstream builds. Approved by jwise@. Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.
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@).