summaryrefslogtreecommitdiff
path: root/x11/gtk10
AgeCommit message (Collapse)AuthorFilesLines
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/+7
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-08-16USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+6
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.
1999-11-27defuzzrh3-15/+15
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-07-09Add package patch checksum files.agc1-0/+14
1999-05-27Fix runtime linkage.kleink1-2/+2
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-3/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-02-23Shorten some comments to fit neatly in pkg_info display, without losing anyabs1-1/+1
information.
1999-02-19Separate package, scripts, include, and lib namespaces to allowrh12-139/+647
co-existence with gtk+-1.1.x
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-03Make sure this package conflicts with gtk+-1.1.* and glib-1.1.* soaugustss1-3/+2
it doesn't clobber them.
1998-11-24Add new glib and gtk+ versions to conflict list.tron1-2/+3
1998-11-22The master site is "ftp.gtk.org" not "ftp.gimp.org".tron1-2/+2
1998-11-041.0.6mycroft3-16/+19
1998-10-04Add "glib-1.1.3" to conflicts.tron1-2/+2
1998-08-25Add back the gtk+-1.0.4 package, only this time as gtk10, and CONFLICTSagc8-0/+215
set accordingly. Some packages which rely on this package require gtk version 1.0, so this package is a temporary one until they are updated.