summaryrefslogtreecommitdiff
path: root/lang/tcl80/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-06split tcl pkg, for coexistence with other versions: binaries candrochner1-4/+3
coexist, manpages not
1999-04-08Install "Object.3" manual page as "Tcl_Object.3" to avoid conflicttron1-1/+5
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow.
1999-04-03Back out experimental change committed by mistake.tron1-2/+1
1999-04-03Fix shell escaping so that "tclConfig.sh" actually works.tron1-1/+2
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc1-4/+4
release.
1999-04-01Do the calculation of shared lib name suffices in the configure script.agc1-14/+2
1999-01-26Set TCL_SHARED_BUILD and TCL_LIB_FILE accordingly in tclConfig.sh ifagc1-1/+13
the build system supports shared objects.
1998-09-10/usr/bin/env -> ${SETENV}agc1-2/+2
1998-09-10Use libtool to deal with shared libraries.agc1-4/+6
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-07-15Use automatic shared object handlingagc1-4/+1
1998-07-04Update for new FTP site.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-97/+1
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-12/+12
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-14Update tcl-8.0 package to patchlevel 2, fixes PR pkg/4971 bytron1-7/+99
Todd Vierling.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf1-2/+2
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-24portlint: fix RCS Id+MAN3+MANN+ldconfighubertf1-4/+4
1997-12-22Fix setting CONFIGURE_ARGS + CONFIGURE_ENV, pointed out by Bill Coldwell.hubertf1-3/+3
1997-10-13 - add MAN{1,3,N} in Makefilehubertf1-1/+5
- remove manpage compression from patch-aa - sync PLIST with reality - do "ldconfig -m /usr/pkg/lib" on pkg_delete
1997-10-06Add NetBSD RCS Id.agc1-0/+1
Change a mkdir to mkdir -p in the patch to Makefile.in, so that the include directories get made if they don't exist, as they're put in a non-standard place.
1997-10-06Initial import of FreeBSD lang ports into the NetBSDagc1-0/+27
packages system.