summaryrefslogtreecommitdiff
path: root/lang/tcl-otcl
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-08Update tcl-otcl to 1.8 and take maintainership.minskim4-31/+37
Changes: * Define macros CONST84 and CONST84_RETURN in otcl.h * Change char* to CONST84 char* (or CONST84_RETRUN char * if it is a function return) in otcl.c * test hangs for lib/test.tcl (autoload), see comments in lib/test.tcl
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim2-4/+4
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-01-31Add two missing directories when removing the package, reported byxtraeme2-3/+5
Min Sik Kim in PR pkg/24225. Bump PKGREVISION.
2003-12-05Override config.sub and config.guess to let it recognize shark.kristerw1-1/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-02Update to version 1.0rc8nb1.seb4-17/+20
Fix my own mistakes: use libtool to install libtool-linked executables! Signaled in PR pkg/18152 by Martin Weber <Ephaeton@gmx.net>.
2002-08-28Reimport lang/otcl as lang/tcl-otcl to follow established practices.seb6-0/+211
Do various otcl -> tcl[-/]otcl substitutions along the way. Sorry for the inconvenience.