summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.patch.mk
AgeCommit message (Expand)AuthorFilesLines
2006-01-19Move more "patch"-related variables and targets out of bsd.pkg.mk and intojlam1-2/+61
2005-09-28Removed redundant braces. Reindented the code.rillig1-7/+8
2005-09-28Tightened the code and improved the diagnostics.rillig1-16/+9
2005-09-22Fixed a bug which prevented modified patches from stopping the buildrillig1-3/+3
2005-07-31Relax the glob in ${LOCALPATCHES}/${PKGPATH} to catch all files.snj1-2/+2
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-5/+5
2005-06-12Separate the message from the do-distribution-patch and do-pkgsrc-patchjlam1-7/+13
2005-06-12Rename "apply-distribution-patches" and "apply-pkgsrc-patches" targetsjlam1-7/+13
2005-06-08Print the full path to broken or modified patches that aren't applied.jlam1-4/+6
2005-06-04Added a leading underscore to the names of the *_COOKIE variables, as theyrillig1-4/+4
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam1-12/+1
2005-05-21Make a bad patch cause a fatal error again. This fixes a bug introducedjlam1-4/+8
2005-05-17Missed (harmless) rename of "fuzz" to "fuzz_flags".jlam1-2/+2
2005-05-17Simplify by using a for loop instead of "set -- ...; while ... done".jlam1-6/+7
2005-05-17Save the names of the patches applied during the patch phase into thejlam1-1/+12
2005-05-17We only need to run the apply-pkgsrc-patches target if the patchesjlam1-1/+5
2005-05-17Split up the do-patch target into two distinct targets --jlam1-106/+89
2005-05-14We also need a patch tool if there are patches for the package injlam1-7/+3
2005-05-14Add the *cat tools needed by the patch phase to output the contents ofjlam1-15/+21
2005-05-14Document the variables and targets defined by bsd.pkg.patch.mk.jlam1-1/+57
2005-05-14Separate out the variables and targets for the "patch" phase into ajlam1-0/+215