Age | Commit message (Expand) | Author | Files | Lines |
1999-04-02 | Correct a typo in previous - fixes bzip2 extractions. | agc | 1 | -2/+2 |
1999-04-01 | Use input redirection with "bzcat" again because it refuses to handle | tron | 1 | -2/+2 |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -13/+19 |
1999-04-01 | Provide an acceptable default for PRE_ROOT_CMD - pointed out by Tim | agc | 1 | -3/+4 |
1999-03-31 | Avoid shell smarts: on NetBSD, type is a sh(1) builtin. If make(1) is | agc | 1 | -11/+13 |
1999-03-31 | Fix minor typo in previous. | agc | 1 | -2/+2 |
1999-03-31 | + Factor out the real-install target from the rest of the .USE ones. | agc | 1 | -22/+59 |
1999-03-30 | Add an EXTRACT_USING_PAX definition, which, if defined, will use pax(1) | agc | 1 | -11/+18 |
1999-03-30 | Fix some comments | hubertf | 1 | -2/+5 |
1999-03-29 | Delete spurious ';', when making the "package" target with | agc | 1 | -2/+2 |
1999-03-29 | Calculate the version of the package tools required when it's needed, | agc | 1 | -25/+24 |
1999-03-22 | Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual | agc | 1 | -1/+3 |
1999-03-17 | Add ONLY_FOR_OPSYS processing, to go with the existing NOT_FOR_OPSYS | agc | 1 | -1/+9 |
1999-03-17 | On Solaris, make patch(1) create a backup copy of the file it's patching | agc | 1 | -2/+2 |
1999-03-16 | Simplify EXTRACT_CMD definitions, and add GTAR definition. | agc | 1 | -12/+6 |
1999-03-16 | Optimise the manual page handling a bit more - miss out redundant commands. | agc | 1 | -9/+9 |
1999-03-12 | Major changes in manual page handling - deal with imake's man pages in | agc | 1 | -65/+57 |
1999-03-10 | If "GNU_CONFIGURE" is set to "yes" supply "${INSTALL}" with full pathname | tron | 1 | -2/+2 |
1999-03-09 | Fix another difference between Solaris and NetBSD sh(1). On Solaris, | agc | 1 | -2/+4 |
1999-03-09 | Improve ELF shared lib handling, so that it now works on Solaris. | agc | 1 | -18/+27 |
1999-03-09 | Solaris sh(1) doesn't understand the "if ! command; then..." construct. | agc | 1 | -6/+9 |
1999-03-08 | Add Solaris support to pkgsrc, using Christos Zoulas' NetBSD emulation | agc | 1 | -381/+531 |
1999-03-03 | Allow (recursive) cleaning out and deinstallation of required packages: | hubertf | 1 | -7/+30 |
1999-03-03 | Call "pkg_delete -O' on "make reinstall", to remove things not only | hubertf | 1 | -1/+7 |
1999-02-25 | Set things like PATH for targets pre-*, do-* and post-* (from ${MAKE_ENV}). | hubertf | 1 | -4/+4 |
1999-02-21 | Because 1.3's and 1.3.x's "pax" chokes on some ".tar.bz2" archives | tron | 1 | -2/+2 |
1999-02-16 | Do not overwrite (files of) other pkg versions, warn instead. | hubertf | 1 | -5/+6 |
1999-02-14 | Use "pkglibtool-1.2p1" as package libtool. | tron | 1 | -2/+2 |
1999-02-13 | Add automatic handling for ".tar.bz2" archives - just set "EXTRACT_SUFX" | tron | 1 | -7/+19 |
1999-02-11 | Back out the info dir changes/install-to-LOCALBASE; /usr/share/info was | tv | 1 | -12/+4 |
1999-02-11 | Also make this work if gtexinfo is not installed at all and info is in the | tv | 1 | -1/+3 |
1999-02-11 | Missed the !exists(/usr/bin/install-info) on the gtexinfo dependency. | tv | 1 | -2/+2 |
1999-02-11 | If /usr/bin/install-info exists: | tv | 1 | -3/+10 |
1999-02-03 | Don't match a slash in the middle of a library name. | tv | 1 | -2/+2 |
1999-02-01 | Use a more generic pattern to match libs in PLIST, this will | frueauf | 1 | -2/+2 |
1999-02-01 | Make "distclean" target work for packages without distribution and | tron | 1 | -2/+3 |
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -6/+6 |
1999-01-26 | Introduce a BUILD_USES_X11 definition, defined in package Makefiles, | agc | 1 | -3/+4 |
1999-01-19 | Bump PKGTOOLS_REQD to 19990119 for pkgdb code. | hubertf | 1 | -2/+2 |
1999-01-19 | Patches from Greg Woods to get rid of GNU awk dependencies, so that | agc | 1 | -5/+5 |
1999-01-19 | Give better help if umask is wrong: tell the expected umask, and mention | hubertf | 1 | -3/+3 |
1999-01-09 | If applying a patch fails, tell which patch failed. | hubertf | 1 | -4/+7 |
1999-01-04 | Shared objects can, in fact, have dots in their basenames. Libtool | tv | 1 | -2/+2 |
1998-12-29 | Add a second check after branching to build a dependency to make sure it | garbled | 1 | -1/+6 |
1998-11-26 | Add BSD_PKG_MK=1 to bsd.prefs.mk, and clarify it's usage (comment) a bit, | hubertf | 1 | -2/+3 |
1998-11-26 | Set BSD_PKG_MK=1 so people can put conditional things into their | hubertf | 1 | -1/+4 |
1998-11-25 | Use `ftp.gnu.org', instead of `prep.ai.mit.edu', to find the master GNU | tv | 1 | -2/+2 |
1998-11-19 | Handle decompression of symlinked manual pages. | tron | 1 | -2/+9 |
1998-11-16 | When building the PLIST for the package, also substitute for the pattern | agc | 1 | -1/+3 |
1998-11-09 | bump PKGTOOLS_REQD to 19981107 | hubertf | 1 | -2/+2 |