Age | Commit message (Expand) | Author | Files | Lines |
2005-05-19 | allow spaces after the "=" in the .pkgcache files. This was noted with | dmcmahill | 1 | -7/+7 |
2005-05-19 | Merge most of imake.mk into replace.mk and leave imake.mk to contain | jlam | 3 | -73/+75 |
2005-05-19 | - if the mv of the temporary cache file to the real one fails, usually | dmcmahill | 1 | -4/+18 |
2005-05-19 | Merge most of perl.mk into replace.mk and leave perl.mk to contain | jlam | 3 | -40/+40 |
2005-05-19 | if the top level package cache file does not exist then exit with | dmcmahill | 1 | -1/+2 |
2005-05-19 | Properly deal with case where TOOL_DEPENDS.* is a list of values by | jlam | 1 | -4/+7 |
2005-05-19 | The example is missing a definition for PKG_OPTIONS_VAR. | jlam | 1 | -2/+3 |
2005-05-18 | Replaced the NO_WRKDIR_SYMLINK variable with CREATE_WRKDIR_SYMLINK, as | rillig | 1 | -2/+3 |
2005-05-18 | Goal: Remove USE_PERL5 from pkgsrc. | jlam | 2 | -56/+15 |
2005-05-18 | Reinstall BULK_PREREQ before running the post-build script as there may be | sketch | 1 | -1/+10 |
2005-05-18 | If NO_WRKDIR_SYMLINK is defined, no symlink to ${WRKSRC} is created when | rillig | 1 | -1/+3 |
2005-05-18 | Since there may have been merge errors in libtool-base 1.5.18, force | tv | 1 | -2/+2 |
2005-05-18 | Use nawk as the default "awk" replacement since it has no dependencies | jlam | 1 | -5/+5 |
2005-05-18 | make use of the new tools framework via the prereq-readme package to | dmcmahill | 1 | -7/+21 |
2005-05-18 | Removed the quoting for SUBST_MESSAGE.<class>. Most packages unnecessarily | rillig | 1 | -2/+2 |
2005-05-18 | perl.mk was moved from being included by bsd.tools.mk to replace.mk. | jlam | 1 | -6/+1 |
2005-05-18 | Added the show-tools target, which emits a shell code fragment defining all | rillig | 1 | -1/+14 |
2005-05-17 | If USE_TOOLS has "perl" then also define PERL5_PKGSRCDIR for use by | jlam | 1 | -2/+6 |
2005-05-17 | Make USE_TOOLS+=imake imply USE_X11BASE=yes, along with the other | jlam | 1 | -2/+2 |
2005-05-17 | _tar.gz is a recognized suffix, so recognize that we need the right tool | jlam | 1 | -2/+3 |
2005-05-17 | Turn _MANCOMPRESSED into a strictly "yes" and "no" variable | jlam | 1 | -2/+6 |
2005-05-17 | Rework the README.html generation code. Major changes are: | dmcmahill | 4 | -179/+551 |
2005-05-17 | Allow tweaking of options to pax/tar via EXTRACT_CMD_OPTS.*. | jlam | 1 | -4/+4 |
2005-05-17 | Missed (harmless) rename of "fuzz" to "fuzz_flags". | jlam | 1 | -2/+2 |
2005-05-17 | Simplify by using a for loop instead of "set -- ...; while ... done". | jlam | 1 | -6/+7 |
2005-05-17 | The sunpro wrapper now creates aliases for gcc and g++, too. This is needed | rillig | 1 | -3/+3 |
2005-05-17 | Fixed shell quoting. Reviewed by jlam. | rillig | 1 | -25/+27 |
2005-05-17 | Move perl handling into replace.mk. We now can specify USE_TOOLS+=perl | jlam | 4 | -16/+27 |
2005-05-17 | Excise DJB_CONFIG_DIR. | schmonz | 1 | -3/+2 |
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 |