Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-04-02 | Set minimum required version of the pkg_ tools to 20020218. | seb | 1 | -2/+2 |
2002-04-02 | Make the "replace" and "undo-replace" targets more useful: | agc | 1 | -5/+11 |
2002-03-26 | Fix a bug when inferring the CXX tag which meant that for certain | skrll | 1 | -2/+2 |
2002-03-24 | Rewrite REPLACE_PERL as shell-loop, so one can use shell wildcards,e.g. | hubertf | 1 | -11/+11 |
2002-03-22 | Remove depend directory file in "update" target if the deinstallation | tron | 1 | -3/+5 |
2002-03-20 | Remove "ftp.cs.columbia.edu" from GNU master sites because the mirror | tron | 1 | -2/+1 |
2002-03-17 | "ftp.cdrom.com" evidently no longer mirrors CTAN. | fredb | 1 | -2/+1 |
2002-03-15 | Invent a new variable "PKGNAME_NOREV" which holds the package name without | tron | 1 | -2/+5 |
2002-03-15 | Partitally backout revision 1.932: | tron | 1 | -2/+2 |
2002-03-14 | make _PATCH_BACKUP_ARG be more useful to callers by moving "-V simple" | lukem | 1 | -2/+2 |
2002-03-13 | Remove one, and add four CPAN mirrors, more or less randomly chosen all over | wiz | 1 | -2/+5 |
2002-03-12 | Fix PR 15755 from Simon Burge (simonb@wasabisystems.com) properly. | agc | 1 | -13/+9 |
2002-03-10 | Some tweaks to "fetch" and "fetch-list" re: DYNAMIC_MASTER_SITES: | fredb | 1 | -5/+31 |
2002-03-07 | Make fetch-list work on Darwin. | yyamano | 1 | -5/+5 |
2002-03-06 | Garbage collect "check-depends", as discussed on tech-pkg. The oddly named | fredb | 1 | -14/+2 |
2002-03-04 | Generalize the handling for packages where "fetch" and "fetch-list" | fredb | 1 | -35/+50 |
2002-03-04 | Redirect errors from grep in fake-pkg to /dev/null so complaints about not | jmc | 1 | -2/+2 |
2002-03-04 | Add two new EXPERIMENTAL targets: | agc | 1 | -1/+68 |
2002-03-04 | Adding PLIST filtering based on MANINSTALL's content for the shake | seb | 1 | -1/+15 |
2002-03-02 | Use show-all-depends-dirs-excl for build-depends-list target. | wiz | 1 | -6/+6 |
2002-03-01 | Require the new libtool. | skrll | 1 | -2/+2 |
2002-03-01 | Fix for PR 15761 from Jonathan Perkin <sketch@rd.bbc.co.uk> - only print | agc | 1 | -2/+4 |
2002-02-28 | Remove unused NEED_NCURSES code fragment. | wiz | 1 | -5/+1 |
2002-02-28 | Comprehensive update to the fetch-list target (and friends), incorporating | fredb | 1 | -21/+120 |
2002-02-28 | When constructing the build version information, avoid problems | agc | 1 | -9/+13 |
2002-02-25 | Print the size of the distfile before it is downloaded. | agc | 1 | -1/+2 |
2002-02-25 | Explicitly recognize .tar.Z files so that they don't fall through into | jlam | 1 | -2/+3 |
2002-02-25 | * Turn _SHELL_EXTRACT into a "subroutine" for extracting an archive. It | jlam | 1 | -57/+55 |
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 1 | -14/+7 |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+3 |
2002-02-13 | bin-install: use $MACHINE_ARCH over calling uname | hubertf | 1 | -2/+2 |
2002-02-13 | n-install: use uname(1) over sysctl(1) to find out machine arch | hubertf | 1 | -2/+2 |
2002-02-13 | Implement DYNAMIC_MASTER_SITES | abs | 1 | -1/+10 |
2002-02-07 | Create a new knob: PKG_SYSCONFVAR | jlam | 1 | -5/+17 |
2002-02-05 | /bin/mkdir -> ${MKDIR}. | skrll | 1 | -2/+2 |
2002-02-05 | Don't hardcode /usr/X11R6 when making directories or running X based | skrll | 1 | -1/+4 |
2002-01-29 | In the show-vulnerabilities and show-vulnerabilities-html targets, tighten | agc | 1 | -3/+3 |
2002-01-28 | Fix PR 15395, whereby a package entry in the vulnerabilities file, | agc | 1 | -5/+7 |
2002-01-28 | Make sure that the decompression/extraction programs needed are | jlam | 1 | -4/+6 |
2002-01-28 | We've changed DEPENDS=foo-* into DEPENDS=foo-[0-9]* everywhere else but | jlam | 1 | -8/+8 |
2002-01-27 | Prevent /etc/mk.conf from being included by BSD-style makefiles used by | jlam | 1 | -1/+6 |
2002-01-27 | MAKE_ENV is the make environment passed down to the build process. It | jlam | 1 | -6/+6 |
2002-01-27 | Recognize how to automatically extract .shar.gz, .shar.bz2, .shar.Z, and | jlam | 1 | -3/+15 |
2002-01-25 | Optimize the code to extract distfiles based on the extract suffix by | jlam | 1 | -19/+19 |