summaryrefslogtreecommitdiff
path: root/Tools/scripts/patchtool.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - pkg-comment is no longer mandatory;Maxim Sobolev2003-02-211-1/+5
| | | | | | | - ignore patchfiles ending with `,v' or '.orig'. Notes: svn path=/head/; revision=75996
* * Change path directory separator character back to _. The problem is "::"David E. O'Brien2002-04-181-1/+3
| | | | | | | | | | | is it makes patch names longer, and many shells autoexpand it to "\:\:" which makes them even longer. * Note that this file uses ts=4. Approved by: sobomax Notes: svn path=/head/; revision=57860
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57795
* Recognise EXTRA_PATCHES.Maxim Sobolev2002-04-151-0/+6
| | | | Notes: svn path=/head/; revision=57733
* Ignore patchfiles ending with `.orig' and `.rej'.Maxim Sobolev2002-01-041-1/+7
| | | | Notes: svn path=/head/; revision=52567
* - Use `::' as a combination of symbols to replace `/' in patchfile name;Maxim Sobolev2002-01-031-18/+22
| | | | | | | | - don't reset size of corresponding patchfile to zero if no differencies were found between original and modified file. Notes: svn path=/head/; revision=52538
* Make the tool working even if there is a symlink in a given path to a port'sMaxim Sobolev2001-12-051-1/+28
| | | | | | | | | | | file. For example I'm usually keeping all working directories in /tmp using WRKDIRPREFIX, while for the quick access to a port's files creating a symlink to this directory in skeleton's dir (i.e. ports/foo/bar/src --> /tmp/usr/ports/foo/bar/work/bar-0.0) and with this patch the tool correctly works when I'm specifying `src/foo.c' as an argument. Notes: svn path=/head/; revision=51066
* Actually fix the breakage introduced in rev 1.2.Maxim Sobolev2001-07-311-2/+0
| | | | Notes: svn path=/head/; revision=45650
* Fix breakage introduced in previous commit.Maxim Sobolev2001-07-311-1/+1
| | | | Notes: svn path=/head/; revision=45649
* Fix a bug that in some rare cases may lead to a patch not being properlyMaxim Sobolev2001-07-311-0/+2
| | | | | | | generated. Notes: svn path=/head/; revision=45648
* Add patchtool - a tool to automate generation/updating of patchfiles. ThisMaxim Sobolev2001-03-191-0/+639
tool has something in common with update-patches shell script, but has more features and is more intelligent. See README.patchtool or source code for details. Notes: svn path=/head/; revision=40054