Age | Commit message (Expand) | Author | Files | Lines |
2005-05-17 | Save the names of the patches applied during the patch phase into the | jlam | 2 | -3/+14 |
2005-05-17 | We only need to run the apply-pkgsrc-patches target if the patches | jlam | 1 | -1/+5 |
2005-05-17 | Split up the do-patch target into two distinct targets -- | jlam | 1 | -106/+89 |
2005-05-16 | When generating the report, add a list of top ten offenders at the top. | jschauma | 1 | -7/+15 |
2005-05-16 | In the autoconf213 case, the AUTO* variables should point to the | jlam | 1 | -4/+4 |
2005-05-16 | NetBSD's (and bootstrap's) pax-as-tar is GNUish enough to extract most | jlam | 2 | -8/+14 |
2005-05-16 | USE_GNU_TOOLS+=m4 should translate to USE_TOOLS+=gm4 to get the same | jlam | 1 | -2/+2 |
2005-05-16 | Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the former | jlam | 2 | -6/+3 |
2005-05-16 | Add missing required argument to msg_log. | jlam | 3 | -13/+13 |
2005-05-16 | Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there is | jlam | 1 | -2/+2 |
2005-05-16 | Fix mistake in previous commit -- expr is required by the wrapper | jlam | 1 | -2/+5 |
2005-05-16 | Changed option processing to evaluate the options strictly from left to | rillig | 1 | -24/+15 |
2005-05-16 | No package seems to be using ${NICE} so don't require it. | jlam | 1 | -3/+3 |
2005-05-16 | Don't require m4 for all packages, only for packages that use it. | jlam | 1 | -3/+3 |
2005-05-16 | tee is only used by bsd.bulk-pkg.mk. | jlam | 1 | -5/+5 |
2005-05-16 | We only need "date" to write the date into the +PRESERVE file. | jlam | 1 | -4/+8 |
2005-05-16 | expr is only used by bsd.bulk-pkg.mk. | jlam | 1 | -6/+6 |
2005-05-16 | tsort is only used by bsd.bulk-pkg.mk. | jlam | 1 | -3/+8 |
2005-05-16 | Document EXTRACT_USING in bsd.pkg.extract.mk where it is used. | jlam | 1 | -1/+6 |
2005-05-16 | Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING | jlam | 9 | -41/+32 |
2005-05-16 | We only need mtree if NO_MTREE isn't defined. | jlam | 1 | -4/+7 |
2005-05-16 | Consolidate the bits that add to PKGSRC_USE_TOOLS, and improve the | jlam | 1 | -6/+8 |
2005-05-15 | Don't forcibly set XMKMF -- allow the package to override it if necessary. | jlam | 1 | -2/+2 |
2005-05-15 | Asking the tools framework for "bison" now provides two distinct tools: | jlam | 3 | -8/+26 |
2005-05-15 | In the tools framework, check that the directory doesn't exist before | jlam | 1 | -2/+3 |
2005-05-15 | MAKE_PROGRAM:T isn't necessary... we can just call "make", and the PATH | jlam | 1 | -2/+2 |
2005-05-15 | Linux xargs is probably GNU xargs, so we need to invoke it with "-r". | jlam | 1 | -2/+2 |
2005-05-15 | gzip-base installs "zcat" not "gzcat". | jlam | 1 | -2/+2 |
2005-05-15 | We want to check if we're in gzip-base to avoid circular dependencies on | jlam | 1 | -4/+4 |
2005-05-15 | gzip and gunzip don't exist on IRIX 5 so wrap then in existence checks. | jlam | 1 | -3/+9 |
2005-05-15 | Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we want | jlam | 1 | -14/+43 |
2005-05-15 | If we're using xpkgwedge, we need to force using pkgxmkmf so that we | jlam | 1 | -17/+17 |
2005-05-15 | We only need gzcat when requested by the extract and patch phases, or | jlam | 1 | -5/+5 |
2005-05-15 | distfiles that end in .Z require gzcat as part of the extraction process. | jlam | 1 | -2/+3 |
2005-05-15 | Old versions of pax-as-tar don't do the right thing when invoked as | jlam | 1 | -1/+8 |
2005-05-15 | Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value. | jlam | 1 | -4/+4 |
2005-05-15 | Make implementation match documentation for when a wrapper is created and | jlam | 1 | -8/+11 |
2005-05-14 | We also need a patch tool if there are patches for the package in | jlam | 1 | -7/+3 |
2005-05-14 | Add the *cat tools needed by the patch phase to output the contents of | jlam | 1 | -15/+21 |
2005-05-14 | Rewrote the show-depends-dirs target: fixed shell quoting, omitted | rillig | 1 | -9/+11 |
2005-05-14 | Document the variables and targets defined by bsd.pkg.patch.mk. | jlam | 1 | -1/+57 |
2005-05-14 | BUILDLINK_DEPENDS.* can be lists, so iterate over the lists when creating | jlam | 2 | -4/+14 |
2005-05-14 | Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc down | jlam | 13 | -52/+85 |
2005-05-14 | Temporarily define TAR here until I figure out a better way to deal | jlam | 1 | -1/+6 |
2005-05-14 | Separate out the variables and targets for the "patch" phase into a | jlam | 2 | -211/+219 |
2005-05-14 | The mk/tools/defaults.mk is included by bsd.prefs.mk, so it must include | jlam | 1 | -4/+4 |
2005-05-14 | Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo: now using /usr/sbin/gzcat, like in platform/IRIX.mk. | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo when looking for /usr/bin/cmp. | rillig | 1 | -2/+2 |
2005-05-14 | If we use the new tools framework, the _USE_GMAKE is unnecessary as we | jlam | 1 | -4/+3 |