summaryrefslogtreecommitdiff
path: root/lang/tcl83/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Retire TCL 8.3joerg1-91/+0
2009-12-17PKG_DESTDIR_SUPPORTabs1-20/+20
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-07-16remove mirror tuwien. tcl has been removed from there a month ago.zafer1-4/+3
2009-04-30no distfile on mpg.de. master site removed.zafer1-3/+2
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
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.rillig1-21/+22
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-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
2004-10-10fix build on Darwin:grant1-9/+1
- 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 entirelytv1-3/+2
convinced that Darwin needs special handling here. Does the Darwin build *not* use libtool!?)
2004-03-08Reimport tcl-8.3.4 into lang/tcl83 before updating Tcl/Tk to 8.4.5,minskim1-0/+101
because many packages still need 8.3. OK'ed by the maintainer (jwise@).