Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-11 | Attempt to differentiate between X11BASE (where X11 is installed) and | agc | 4 | -9/+10 | |
X11PREFIX (where the app defaults file is to be installed, and which will be X11BASE, or LOCALBASE if xpkgwedge is installed). | |||||
2000-07-08 | Replace "/usr/local" by "${LOCALBASE}". Fixes PR pkg/10360, pkg/10465 | tron | 23 | -122/+121 | |
and pkg/10529. | |||||
2000-05-24 | More changes for Solaris - make this compile on Solaris systems where | agc | 3 | -26/+25 | |
the BSD make program is called "bmake". | |||||
2000-05-21 | I don't see the lint libraries getting installed, and the linting | kim | 1 | -1/+3 | |
barfs on 1.4Y (at least), so don't lint at all. | |||||
1999-12-05 | Compiles on Solaris | bouyer | 3 | -6/+9 | |
1999-10-01 | Regen. | simonb | 1 | -6/+22 | |
1999-10-01 | Oops, forgot them RCS ids... | simonb | 21 | -0/+42 | |
1999-10-01 | Spilt patches into one-file-per-patch-file, and make this work on | simonb | 21 | -1240/+1118 | |
the pmax (and other mips ports) - all the world is not IRIX... | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+7 | |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -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-26 | Introduce a BUILD_USES_X11 definition, defined in package Makefiles, | agc | 1 | -1/+3 | |
and used to denote that a package uses X11 headers and libraries to build, but does not install itself into X11BASE (xpkgwedge notwithstanding). This is used to ignore packages which would otherwise cause build problems on machines with no X11 installation. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 5 | -0/+10 | |
1998-07-15 | Use automatic shared object handling | agc | 2 | -5/+2 | |
1998-06-18 | Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these | agc | 1 | -3/+1 | |
are unnecessary with automatic manual page handling. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -8/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-10 | portlint: use ${PKGDIR} instead of pkg. | frueauf | 1 | -2/+2 | |
1998-03-08 | Pre-process PLIST at install time, so that we don't have hard-coded | agc | 2 | -4/+8 | |
(and wrong) paths in the packing list. With thanks to milano and hubertf for pointing this out. | |||||
1998-02-28 | add missing @dirrm rules and add .gz suffix to manpages (if not already there). | frueauf | 1 | -1/+2 | |
1998-02-28 | portlint: remove whitespace after "bin/icon2ikon". | frueauf | 1 | -2/+2 | |
1998-02-28 | portlint: remove whitespaces; (WRKDIR)->{WRKDIR} | frueauf | 1 | -3/+3 | |
1998-02-26 | Install manual pages properly. | agc | 1 | -5/+5 | |
1998-02-25 | Add NetBSD RCS Id. | agc | 1 | -1/+3 | |
Refine shared object handling, especially when deleting the package. | |||||
1998-02-25 | Remove garbage from front of diff. | agc | 1 | -1/+0 | |
1998-02-25 | Silence some compiler warnings. | agc | 1 | -0/+32 | |
1998-02-25 | Refine for NetBSD. | agc | 1 | -632/+608 | |
1998-02-25 | Add NetBSD RCS Id. | agc | 1 | -6/+11 | |
Add post-configure step, to expand X11BASE and LOCALBASE in some source files. Refine the shared object handling. Refine the manual page handling. | |||||
1998-02-25 | Initial import of faces-1.6.1, utilities for manipulating face bitmaps | agc | 9 | -0/+1353 | |
and icons, into the NetBSD packages collection, from the FreeBSD port. |