summaryrefslogtreecommitdiff
path: root/lang/tcl83
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Retire TCL 8.3joerg11-1375/+0
2009-12-17PKG_DESTDIR_SUPPORTabs8-89/+89
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-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2009-04-30no distfile on mpg.de. master site removed.zafer1-3/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-10-27Fix shell bugs, pointed out by cube@. This makes this package build on Linux.hubertf3-38/+83
See also: http://mail-index.netbsd.org/tech-userlevel/2007/10/27/0000.html
2007-05-21Use tcl>=8.3.4<8.4 instead of tcl-8.3.4*. Bump revision.joerg1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
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@).