aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/patchtool.py
Commit message (Expand)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
* Tools/scripts/patchtool: adjust for Python 3Rene Ladan2020-07-111-1/+6
* Make Tools/scripts/patchtool.py compatible with Python 3.xTobias Kortkamp2019-01-291-12/+18
* Return a bunch of tools formerly maintained by sobomax@ to the pool.Rene Ladan2018-12-031-1/+1
* Do not add $FreeBSD$ to the patch files.Mathieu Arnold2017-08-231-3/+0
* Various spelling correctionsChris Rees2013-02-091-5/+5
* - fix interpreter path for pythonPhilip M. Gollucci2012-02-111-1/+1
* Correct depreciation warning with Python 2.6 and fix several warningsMaxim Sobolev2009-11-211-19/+19
* Remove traling spaces.Kirill Ponomarev2005-01-091-1/+1
* Strip out date/time from +++/--- headers in generated patchfiles, so that theyMaxim Sobolev2004-10-141-11/+12
* - Remove 'pkg-plist' from required filesKirill Ponomarev2004-05-271-2/+1
* - pkg-comment is no longer mandatory;Maxim Sobolev2003-02-211-1/+5
* * Change path directory separator character back to _. The problem is "::"David E. O'Brien2002-04-181-1/+3
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.Maxim Sobolev2002-04-171-1/+1
* Recognise EXTRA_PATCHES.Maxim Sobolev2002-04-151-0/+6
* Ignore patchfiles ending with `.orig' and `.rej'.Maxim Sobolev2002-01-041-1/+7
* - Use `::' as a combination of symbols to replace `/' in patchfile name;Maxim Sobolev2002-01-031-18/+22
* Make the tool working even if there is a symlink in a given path to a port'sMaxim Sobolev2001-12-051-1/+28
* Actually fix the breakage introduced in rev 1.2.Maxim Sobolev2001-07-311-2/+0
* Fix breakage introduced in previous commit.Maxim Sobolev2001-07-311-1/+1
* Fix a bug that in some rare cases may lead to a patch not being properlyMaxim Sobolev2001-07-311-0/+2
* Add patchtool - a tool to automate generation/updating of patchfiles. ThisMaxim Sobolev2001-03-191-0/+639