Age | Commit message (Expand) | Author | Files | Lines |
2000-06-03 | Missed a use of PKGSRC_SUBDIR in previous. | mycroft | 1 | -2/+2 |
2000-06-03 | The __canonical_* stuff for WRKOBJDIR is unnecessary. Just use PKGPATH to | mycroft | 1 | -9/+2 |
2000-06-03 | Oops; use ?= for PKGBASE and PKGVERSION, so pkgs can derive their PKGNAMEs fr... | mycroft | 1 | -3/+3 |
2000-06-03 | Add PKGPATH, PKGBASE, PKGVERSION and PKGWILDCARD make(1) variables, so that | mycroft | 1 | -24/+32 |
2000-06-03 | Clean up the previous commits: | hubertf | 1 | -12/+29 |
2000-06-03 | Pass down ${MAKEFLAGS}. | mycroft | 1 | -13/+9 |
2000-06-03 | Another minor speedup. | mycroft | 1 | -3/+2 |
2000-06-03 | More random speedups. | mycroft | 1 | -17/+13 |
2000-06-03 | Speed up print-pkg-depend-sizes. | mycroft | 1 | -4/+5 |
2000-06-03 | Minor consistency issues, eliminate grep-before-awk, and fix a bug that was | mycroft | 1 | -38/+18 |
2000-06-03 | Get rid of another fork. | mycroft | 1 | -3/+3 |
2000-06-03 | Pass variables set via != to MAKEFLAGS, so the forking needed for that | hubertf | 1 | -10/+17 |
2000-06-03 | Speedups! | hubertf | 1 | -137/+148 |
2000-06-02 | Remove a bunch of unneeded ()s. Inspired by OpenBSD. | hubertf | 1 | -20/+20 |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -3/+13 |
2000-06-01 | OPSYS-VERSION has earned its own column in the binary-package table | wiz | 1 | -2/+2 |
2000-05-31 | make auto-generated README.html for packages HTML-3.2-compliant | wiz | 1 | -4/+5 |
2000-05-31 | Add JAVA_HOME to MAKE_ENV, CONFIGURE_ENV, and SCRIPTS_ENV, even if it is not | jwise | 1 | -4/+4 |
2000-05-31 | * Move the clean-depends target near the clear target | hubertf | 1 | -21/+25 |
2000-05-31 | * rename root-install-flags to root-deinstall-flags (it's used in | hubertf | 1 | -7/+7 |
2000-05-31 | Check if $DISTDIR is writable before downloading something | hubertf | 1 | -1/+5 |
2000-05-31 | Some cleanup: | hubertf | 1 | -5/+2 |
2000-05-30 | Move all settings of IGNORE into one spot. No need for the arch-checking | hubertf | 1 | -21/+20 |
2000-05-30 | add some comments to make the code more readable, no functional changes | hubertf | 1 | -11/+10 |
2000-05-30 | Remove restrictions on category names, and make delete-links | hubertf | 1 | -4/+3 |
2000-05-30 | Replace empty GNOME mirror on "ftp.informatik.uni-bonn.de" by | tron | 1 | -2/+2 |
2000-05-30 | Re-word message if a pkg is not supported no a given platform; | hubertf | 1 | -2/+2 |
2000-05-29 | Garbage collect. | hubertf | 1 | -10/+4 |
2000-05-28 | Do not abort compilation of several categories if building a single category | dmcmahill | 1 | -2/+2 |
2000-05-21 | Fetchmail did not compile on i386 1.4Y with crypto-us. Made SSL optional. | kim | 1 | -1/+6 |
2000-05-20 | Add PG_MB_ENCODING to determine the backend language encoding of | jlam | 1 | -3/+10 |
2000-05-20 | Make it possible to avoid SSL in mutt. | kim | 1 | -1/+6 |
2000-05-19 | On failed file retrieval, mention file that wasn't fetched | wiz | 1 | -2/+2 |
2000-05-19 | Add share/doc/html, analogous to the same directory in the base tree. | jlam | 3 | -3/+9 |
2000-05-17 | Support bzip2 compressed patch files. | fredb | 1 | -1/+18 |
2000-05-11 | Define a new target, "show-pkgsrc-dir", which prints the directory | agc | 2 | -5/+20 |
2000-05-11 | Fix a pasto, pointed out by John Refling in PR 10094, which prevented | agc | 1 | -3/+3 |
2000-05-09 | Remove obsolete entry for "MUTT_INTERNATIONAL". | tron | 1 | -7/+1 |
2000-05-09 | Add NS_USE_BSDI to allow people to select the i386 BSDI binary for navigator | abs | 1 | -1/+7 |
2000-05-08 | Document LYNX_SCREEN_LIB for lynx (actually, only lynx-current for now). | fredb | 1 | -1/+6 |
2000-05-07 | Add $PKG_ADMIN, "just in case this is used somewhere" :-) | hubertf | 1 | -1/+3 |
2000-05-02 | When calling configure, set ac_given_INSTALL as well as INSTALL, to | danw | 1 | -1/+2 |
2000-04-28 | Add LINUX_LOCALES variable. | sakamoto | 1 | -1/+8 |
2000-04-27 | Document POSTFIX_PCRE and POSTFIX_VERP. | kim | 1 | -1/+11 |
2000-04-26 | Rename "SSL_DIR" variable to "SSLBASE" to be consistent with e.g. | tron | 1 | -4/+4 |
2000-04-26 | Add new option "USE_SSL" for packages which require a SSL library. An | tron | 1 | -1/+11 |
2000-04-25 | Don't use "MOTIFBASE" if "USE_MOTIF" was not defined. Patch supplied by | tron | 1 | -3/+12 |
2000-04-24 | Make previous more thorough: | jwise | 1 | -4/+6 |
2000-04-24 | If CLASSPATH is not set, assign a reasonable default. Although | jwise | 1 | -1/+4 |
2000-04-24 | Set DEPENDS_TARGET=package during a "make package", and propagate | kim | 1 | -5/+7 |