summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't use xargs to start the grep command, the portable subset of find ↵Diego Elio Pettenò2006-12-181-2/+1
| | | | | | options allows -exec +, that does what we need. Also use egrep instead of fgrep. svn path=/trunk/; revision=18
* Skip a find(1) execution, use fgrep to match a complete string, and make ↵Diego Elio Pettenò2006-12-181-3/+3
| | | | | | sure no false targets are outputted on empty commandline (can't use xargs's -r option as it's non-STANDARD). svn path=/trunk/; revision=17
* Add patch for configure LANG settings.Diego Elio Pettenò2006-12-182-0/+53
| | | | svn path=/trunk/; revision=16
* Allow a patchset to specify a function to execute on the target instead of ↵Diego Elio Pettenò2006-12-181-0/+30
| | | | | | an actual patch, this way it can be used also to fix behaviours that would require a lot of patching (used already in KDE). svn path=/trunk/; revision=15
* Use --null parameter instead of -Z as -Z is overloaded in FBSD's own grep ↵Diego Elio Pettenò2006-12-181-1/+1
| | | | | | command. svn path=/trunk/; revision=14
* Make the fbsd-conf patch apply everywhere, but make it required only on ↵Diego Elio Pettenò2006-12-181-3/+7
| | | | | | FreeBSD, so that it can be tested on every package beforehand, this is the same spirit that other patches should follow; to check if the patch is already applied or not, that's a task for patch_targets. svn path=/trunk/; revision=12
* Filter the list of targets for the kde-autoconf patch: if autoconf 2.6 is ↵Diego Elio Pettenò2006-12-181-1/+2
| | | | | | already handled just skip them. svn path=/trunk/; revision=11
* Add ability for a patchset to tell if the patch is required, and to give a ↵Diego Elio Pettenò2006-12-181-0/+5
| | | | | | specific error message in case it failed to apply. svn path=/trunk/; revision=7
* Add a patch for KDE's admindir to show that autoepatch can be used for more ↵Diego Elio Pettenò2006-12-182-0/+32
| | | | | | than just ELT patches. svn path=/trunk/; revision=4
* Add fbsd-conf patch from ELT-patches as a sample of elibtoolize patches.Diego Elio Pettenò2006-12-188-0/+549
svn path=/trunk/; revision=3