Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-29 | Remove "tix" package. It doesn't work with current versions of "tcl" and | tron | 8 | -682/+0 | |
seems to be completely unmaintained. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+5 | |
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this. | |||||
2000-10-09 | tk is in x11/tk for some time now (why wasn't this detected earlier?) | hubertf | 1 | -2/+2 | |
2000-09-01 | Mark remaining packages which need to be updated to work with tcl-8.3.2 | jwise | 1 | -1/+3 | |
with BROKEN= This package has not yet been updated to work with tcl-8.3.2. in order to make bulk builds quieter. These packages will be updated over the weekend. | |||||
2000-08-15 | USE_PKGLIBTOOL -> USE_LIBTOOL | wiz | 2 | -3/+5 | |
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-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-09-21 | Consistency: | abs | 1 | -1/+1 | |
Capitalise, remove trailing '.', remove many leading 'a', or 'the'. | |||||
1999-07-24 | Make this package work on ELF systems. | tron | 4 | -12/+100 | |
1999-07-24 | Fix installation of "tixindex" instead of ignoring the error. | tron | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-04-23 | Fix run time library search path. | tron | 1 | -4/+13 | |
1999-04-23 | Back out last commit: | tron | 2 | -78/+100 | |
"patch-ab" is applied to "../Makefile.in" not "Makefile.in". | |||||
1999-04-23 | No need to "@exec" and "@unexec" for symbolic links pointing to files. | tron | 1 | -3/+2 | |
1999-04-23 | "PREFIX=${PREFIX}" is part of "CONFIGURE_ENV" by default. | tron | 1 | -3/+1 | |
1999-04-23 | Don't patch "Makefile.in" twice. | tron | 2 | -100/+78 | |
1999-04-01 | Update to tk version 8.0.5. This seems to be primarily a bug-fix release. | agc | 1 | -2/+2 | |
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 1 | -18/+12 | |
from individual DESCR files that had them. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+6 | |
1998-07-15 | Use automatic shared object handling | agc | 2 | -6/+3 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -10/+1 | |
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -2/+2 | |
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. | |||||
1998-05-04 | Adapt this package to NetBSD, based on work done by Rene Hexel. | tron | 2 | -19/+15 | |
1998-05-04 | Initial import of FreeBSD's "tix" port. | tron | 8 | -0/+589 | |