Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 1 | -12/+1 | |
2005-05-21 | Make a bad patch cause a fatal error again. This fixes a bug introduced | jlam | 1 | -4/+8 | |
in revision 1.5 and fixes PR pkg/30297. | |||||
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 | |
Also, rename "fuzz" to "fuzz_flags" to clarify that it's a set of flags and should be used unquoted. Output from rilligd :) | |||||
2005-05-17 | Save the names of the patches applied during the patch phase into the | jlam | 1 | -1/+12 | |
patch cookie file, one per line. A package with no patches applied will have a patch cookie file with no lines (zero bytes). | |||||
2005-05-17 | We only need to run the apply-pkgsrc-patches target if the patches | jlam | 1 | -1/+5 | |
directory or the local patches directory exist. Also, emit the message informing the user that pkgsrc patches are being applied that was lost in the previous commit. | |||||
2005-05-17 | Split up the do-patch target into two distinct targets -- | jlam | 1 | -106/+89 | |
apply-distribution-patches and apply-pkgsrc-patches. Rewrite the latter code to be more "whitespace-friendly" and to not need to invoke ${AWK} as many times. Drop support for PKGSRC_SHOW_PATCH_ERRORMSG and simply always show the error message. | |||||
2005-05-14 | We also need a patch tool if there are patches for the package in | jlam | 1 | -7/+3 | |
${LOCALPATCHES}. | |||||
2005-05-14 | Add the *cat tools needed by the patch phase to output the contents of | jlam | 1 | -15/+21 | |
distribution patches to stdout. | |||||
2005-05-14 | Document the variables and targets defined by bsd.pkg.patch.mk. | jlam | 1 | -1/+57 | |
2005-05-14 | Separate out the variables and targets for the "patch" phase into a | jlam | 1 | -0/+215 | |
separate file pkgsrc/mk/bsd.pkg.patch.mk. Also, include this file ahead of the inclusion of bsd.tools.mk so that tools required to patch are created by the tools framework. |