summaryrefslogtreecommitdiff
path: root/x11/tix
AgeCommit message (Collapse)AuthorFilesLines
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-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-09tk is in x11/tk for some time now (why wasn't this detected earlier?)hubertf1-2/+2
2000-09-01Mark remaining packages which need to be updated to work with tcl-8.3.2jwise1-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-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+5
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-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-07-24Make this package work on ELF systems.tron4-12/+100
1999-07-24Fix installation of "tixindex" instead of ignoring the error.tron1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+5
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-23Fix run time library search path.tron1-4/+13
1999-04-23Back out last commit:tron2-78/+100
"patch-ab" is applied to "../Makefile.in" not "Makefile.in".
1999-04-23No need to "@exec" and "@unexec" for symbolic links pointing to files.tron1-3/+2
1999-04-23"PREFIX=${PREFIX}" is part of "CONFIGURE_ENV" by default.tron1-3/+1
1999-04-23Don't patch "Makefile.in" twice.tron2-100/+78
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc1-2/+2
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-18/+12
from individual DESCR files that had them.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-15Use automatic shared object handlingagc2-6/+3
1998-06-22Update package Makefiles for automatic manual page handling.agc1-10/+1
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-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-04Adapt this package to NetBSD, based on work done by Rene Hexel.tron2-19/+15
1998-05-04Initial import of FreeBSD's "tix" port.tron8-0/+589