Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-12 | Back out latest changes which added "-Wl,-R" flags to TCL_LIB_SPEC in | jlam | 2 | -20/+17 | |
tclConfig.sh. The correct thing to do requires some more thought and perhaps some feedback from the Scriptics folks. | |||||
2000-07-10 | make the tcl_platform.machine variable be MACHINE_ARCH. This will keep binary | dmcmahill | 2 | -1/+49 | |
compatibility across the m68k ports. This addresses PR 10510 and 9800. | |||||
2000-06-21 | ELF fix. | hubertf | 2 | -17/+20 | |
Obviously noone ever tried a tcl pkg on -current... | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-06 | revert unwanted modifications after copying directories inclusive | drochner | 3 | -407/+41 | |
CVS subdirs around | |||||
2000-01-06 | split tcl pkg, for coexistence with other versions: binaries can | drochner | 2 | -40/+406 | |
coexist, manpages not | |||||
2000-01-06 | split tcl pkg, for coexistence with other versions: binaries can | drochner | 6 | -1653/+6 | |
coexist, manpages not | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-04-08 | Install "Object.3" manual page as "Tcl_Object.3" to avoid conflict | tron | 3 | -416/+426 | |
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow. | |||||
1999-04-05 | Back out this change. The configuration file is obviously allright, it is | tron | 1 | -154/+0 | |
"ical" that is broken. | |||||
1999-04-03 | Back out experimental change committed by mistake. | tron | 1 | -2/+1 | |
1999-04-03 | Fix shell escaping so that "tclConfig.sh" actually works. | tron | 2 | -1/+156 | |
1999-04-03 | Strip "tclsh" binary during installation. | tron | 1 | -5/+7 | |
1999-04-01 | Update the comment to explain what tcl is, rather than just expand the | agc | 2 | -4/+4 | |
acronym. Update the PLIST to reflect new files added in new distribution. | |||||
1999-04-01 | Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix | agc | 5 | -807/+802 | |
release. | |||||
1999-04-01 | Add support for Solaris, and document the changes made to the configure | agc | 1 | -2/+39 | |
script. The Solaris changes mirror the NetBSD ones, so that PLIST entries etc remain the same. | |||||
1999-04-01 | Explicitly remove the linkname before trying to link it again. | agc | 1 | -5/+8 | |
1999-04-01 | Do the calculation of shared lib name suffices in the configure script. | agc | 1 | -14/+2 | |
1999-01-26 | Set TCL_SHARED_BUILD and TCL_LIB_FILE accordingly in tclConfig.sh if | agc | 1 | -1/+13 | |
the build system supports shared objects. | |||||
1998-09-17 | Use libtool to install tclsh, or unusual things will happen. | agc | 1 | -3/+4 | |
1998-09-17 | Make Makefile honour the LDFLAGS value it gets passed. | agc | 2 | -9/+38 | |
Specify the library name in a form that libtool can deal with. | |||||
1998-09-10 | /usr/bin/env -> ${SETENV} | agc | 1 | -2/+2 | |
1998-09-10 | Use libtool to deal with shared libraries. | agc | 2 | -43/+351 | |
1998-09-08 | Correct the English in the "IMPORTANT" message at installation time. | agc | 1 | -3/+3 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 4 | -0/+8 | |
1998-07-15 | Use automatic shared object handling | agc | 2 | -7/+2 | |
1998-07-04 | Update for new FTP site. | mycroft | 1 | -2/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -97/+1 | |
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -2/+2 | |
1998-04-23 | Use a typedef for the panic procedure, so this works with C++ code under egcs. | mycroft | 1 | -0/+60 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -12/+12 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-01 | Use softlinks for manual page links because "bsd.port.mk" handles those | tron | 1 | -0/+1230 | |
better if "MANZ" is used. | |||||
1998-02-14 | Update tcl-8.0 package to patchlevel 2, fixes PR pkg/4971 by | tron | 4 | -20/+112 | |
Todd Vierling. | |||||
1998-02-02 | Remove -m argument from ldconfig calls, require the system to | hubertf | 2 | -5/+5 | |
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot. | |||||
1998-02-02 | Introduce TRUE?=/usr/bin/true, and use it. | hubertf | 1 | -2/+2 | |
1998-01-24 | portlint: true -> /usr/bin/true | hubertf | 1 | -3/+3 | |
1998-01-24 | portlint: fix RCS Id+MAN3+MANN+ldconfig | hubertf | 1 | -4/+4 | |
1997-12-22 | Fix setting CONFIGURE_ARGS + CONFIGURE_ENV, pointed out by Bill Coldwell. | hubertf | 1 | -3/+3 | |
1997-12-02 | fix ldconfig | hubertf | 1 | -3/+3 | |
1997-11-19 | Needs to be relative to tcl8.0/unix, not tcl8.0 | hubertf | 1 | -4/+2 | |
1997-11-18 | -fpic -> -fPIC, to stop tk breaking on m68k machines. | hubertf | 1 | -0/+13 | |
Fixes PR pkg/4499 by Brad Salai <bsalai@law.roc.servtech.com>. | |||||
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-13 | - add MAN{1,3,N} in Makefile | hubertf | 3 | -38/+255 | |
- remove manpage compression from patch-aa - sync PLIST with reality - do "ldconfig -m /usr/pkg/lib" on pkg_delete | |||||
1997-10-06 | Add NetBSD RCS Id. | agc | 2 | -3/+9 | |
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-06 | Initial import of FreeBSD lang ports into the NetBSD | agc | 6 | -0/+370 | |
packages system. |