Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-03 | Unused. | wiz | 1 | -29/+0 | |
2004-04-14 | Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose | jmmv | 1 | -2/+2 | |
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion. | |||||
2004-04-14 | Make use of the new USE_DIRS variable, instead of directly depending on the | jmmv | 1 | -3/+2 | |
*-dirs packages. | |||||
2004-04-11 | bl3ify | xtraeme | 1 | -0/+28 | |
2004-03-11 | bl3ify | xtraeme | 1 | -3/+3 | |
2004-03-08 | Handle some shared directories by depending on (or updating dependancies to | jmmv | 1 | -1/+4 | |
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-03-03 | Use ${_OPSYS_RPATH_NAME} instead of bare `-R' | seb | 1 | -3/+5 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -2/+3 | |
2002-10-08 | Unused. | jlam | 1 | -39/+0 | |
2002-09-23 | Add the -Wl,-R flags to find the widget library. The ld wrapper script | jlam | 1 | -2/+5 | |
understands "-Wl,-R" to be just "-R", so it will work fine. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+24 | |
buildlink2.mk files back into the main trunk. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-08-23 | Create buildlink.mk files for the various Xaw libraries. Instead of | jlam | 1 | -0/+39 | |
USE_XAW, a package Makefile may just include mk/xaw.buildlink.mk, which pulls in the correct buildlink.mk file depending on the value of XAW_TYPE. A package Makefile may also rely on LIBXAW being set to the correct libraries. | |||||
2001-08-23 | Make this compile and install correctly on XFree86-4.x. | jlam | 4 | -8/+27 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -6/+6 | |
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/+3 | |
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-12-06 | XtCtextBorder, XtCdrawTextBorder: | jlam | 4 | -1/+70 | |
These two macros are multiply defined in Label.h, List.h, and SmeBSB.h. We undefine them before setting up their definitions in each header file. | |||||
2000-10-06 | Don't explicitly set CDEBUGFLAGS. It's automatically set by NetBSD.cf to | jlam | 2 | -8/+8 | |
something that works on that platform. | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+3 | |
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -3/+1 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1999-06-28 | Make this compile on platforms with wide signal masks. | agc | 1 | -5/+11 | |
1999-05-01 | Fix distfile fetching on these as notices by Bernd Ernesti. | tv | 2 | -11/+12 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 1 | -3/+2 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -2/+2 | |
1998-09-13 | Fix some more of my MAINTAINER email addresses that pointed to the | garbled | 1 | -2/+2 | |
old address. | |||||
1998-08-26 | Automatically append HOMEPAge to DESCR files, and remove homepage URLs | tsarna | 1 | -2/+0 | |
from individual DESCR files that had them. | |||||
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 | 2 | -0/+4 | |
1998-07-15 | Use automatic shared object handling | agc | 2 | -5/+2 | |
1998-07-04 | Update xpm to 3.4k. | mycroft | 1 | -2/+2 | |
1998-07-04 | Add CONFLICTS for Xaw3d-1.5. | mycroft | 1 | -2/+2 | |
1998-06-05 | Add CONFLICTS where its needed so far. | frueauf | 1 | -2/+2 | |
1998-05-05 | Initial import of Xaw-Xpm-1.1 based on pr 4912. | frueauf | 7 | -0/+217 | |