Age | Commit message (Expand) | Author | Files | Lines |
2002-07-16 | Add two knobs for packages: CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE. | schmonz | 1 | -1/+20 |
2002-07-13 | Add missing LN to PLIST_SUBST | rh | 1 | -1/+2 |
2002-07-11 | on Solaris, depend on gzip-base if GZCAT is not set, and neither | grant | 1 | -1/+8 |
2002-07-03 | In the do-fetch target, break out the check for distfiles if we're in | agc | 1 | -14/+26 |
2002-07-03 | For interactive configure, say "Please configure manually...". | cjep | 1 | -2/+2 |
2002-07-02 | Deprecate USE_SSL. | wiz | 1 | -14/+2 |
2002-07-02 | Reduce chances that distinfo ends up with a bogus RCS Id or none at all. | wiz | 1 | -2/+6 |
2002-07-02 | Deprecate IS_INTERACTIVE, and introduce a finer-grained INTERACTIVE_STAGE | agc | 1 | -19/+47 |
2002-06-30 | Register lang/sun{jre,jdk}13 as stub packages on Darwin, pointing | schmonz | 1 | -1/+12 |
2002-06-28 | Add PKG_SYSCONFDIR to BUILD_DEFS. | seb | 1 | -1/+2 |
2002-06-23 | New variable GNU_CONFIGURE_PREFIX whose value is the argument to the | jlam | 1 | -2/+8 |
2002-06-23 | forgot to commit in previous. | kei | 1 | -1/+5 |
2002-06-22 | Change PKG_CREATE_USERGROUP and PKG_CONFIG so that their values are merely | jlam | 1 | -10/+3 |
2002-06-20 | In order to solve the following problems: | jlam | 1 | -3/+10 |
2002-06-17 | MASTER_SITE_PERL_CPAN, cpan.pair.com: s/by-modules/by-module/ | grant | 1 | -2/+2 |
2002-06-15 | Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict" | cjep | 1 | -2/+2 |
2002-06-15 | Insist on a newer lha (xm7 failed to extract properly with an older one). | cjep | 1 | -2/+2 |
2002-06-10 | If ${_USE_RPATH} == "no", strip any rpaths that may have managed | schmonz | 1 | -1/+4 |
2002-06-10 | Allow memorysize as an option in UNLIMIT_RESOURCE. | skrll | 1 | -1/+4 |
2002-06-10 | Updated PKGTOOLS_REQD to 20020402. | martti | 1 | -2/+2 |
2002-06-02 | Introduce CPP_PRECOMP_FLAGS, defaulting to "-no-cpp-precomp" on | schmonz | 1 | -1/+3 |
2002-05-29 | Fix comments in show-shlib-type pertaining to "dylib". | schmonz | 1 | -3/+3 |
2002-05-29 | Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. | yyamano | 1 | -2/+2 |
2002-05-26 | Pass ${OBJECT_FMT} into a package's make environment, to permit BSD-make | fredb | 1 | -1/+8 |
2002-05-22 | Move description of variables used for config file handling to | hubertf | 1 | -25/+2 |
2002-05-21 | Bump LIBTOOL_REQD (libtool support for Darwin). | schmonz | 1 | -2/+2 |
2002-05-19 | make f77 be the default fortran compiler instead of f2c-f77 for netbsd>=1.5. | dmcmahill | 1 | -2/+7 |
2002-05-18 | In do-shlib-handling, also fix up PLIST for Mach-O ("*.dylib") | schmonz | 1 | -3/+74 |
2002-05-14 | Add and enable sun-jdk14 as an option for PKG_JVM: | jschauma | 1 | -2/+17 |
2002-05-14 | Introduce NULL_COOKIE and use it instead of /dev/null for touch (see PR 15597). | seb | 1 | -5/+4 |
2002-05-13 | Standardise on the format of continuation lines. No functional change. | agc | 1 | -19/+19 |
2002-05-12 | ftp.loaded.net no longer has a CPAN mirror. Replace it with cpan.pair.com. | schmonz | 1 | -2/+2 |
2002-05-08 | add actual sourceforge mirrors, and remove non-working | drochner | 1 | -3/+4 |
2002-05-07 | Sourceforge seem to have implemented a new policy, whereby an http | agc | 1 | -2/+1 |
2002-05-03 | Be consistent throughout the file with line continuations and whitespace. | agc | 1 | -117/+119 |
2002-04-29 | `mtree' -> `$$action' in _SU_TARGET | seb | 1 | -2/+2 |
2002-04-29 | Change some spaces to tabs. | jlam | 1 | -2/+2 |
2002-04-25 | bin-install: set DEPENDS_TARGET=bin-install, so depends are still | hubertf | 1 | -2/+5 |
2002-04-25 | Re-write do-patch target to fix broken behaviour where if patches/ didn't | jlam | 1 | -57/+73 |
2002-04-19 | Fix problem where CLASSPATH was not being added to MAKE_ENV, CONFIGURE_ENV, | jwise | 1 | -5/+5 |
2002-04-18 | In the do-su-install target, when the ${WRKDIR} contains an outdated | agc | 1 | -4/+4 |
2002-04-18 | When creating the ${DLIST} file in the update target, don't create the | agc | 1 | -5/+3 |
2002-04-18 | There is no point in piping the output of awk through a pipe which does | agc | 1 | -2/+2 |
2002-04-17 | Pass X11PREFIX in MAKE_ENV | hubertf | 1 | -2/+2 |
2002-04-16 | Generalize how the PLIST contents are generated: | jlam | 1 | -5/+10 |
2002-04-10 | Somewhat tune the generation of "PLIST file" by print-PLIST target: | seb | 1 | -6/+10 |
2002-04-09 | Move definition of PERL5 from bsd.pkg.mk into defs.*.mk. This is something | jlam | 1 | -2/+1 |
2002-04-07 | add CONFIG_SHELL to CONFIGURE_ENV. This avoids picking up bash as the shell | dmcmahill | 1 | -1/+4 |
2002-04-05 | Do not attempt to update a package (deleting the package and all its | rh | 1 | -2/+5 |
2002-04-05 | Add `_tar.gz' to the list of suffices to grok for the benefit of socks5. | fredb | 1 | -2/+2 |