summaryrefslogtreecommitdiff
path: root/Tools/scripts/patchtool.py
AgeCommit message (Expand)Author
2021-04-06framework: Remove $FreeBSD$Mathieu Arnold
2020-07-11Tools/scripts/patchtool: adjust for Python 3Rene Ladan
2019-01-29Make Tools/scripts/patchtool.py compatible with Python 3.xTobias Kortkamp
2018-12-03Return a bunch of tools formerly maintained by sobomax@ to the pool.Rene Ladan
2017-08-23Do not add $FreeBSD$ to the patch files.Mathieu Arnold
2013-02-09Various spelling correctionsChris Rees
2012-02-11- fix interpreter path for pythonPhilip M. Gollucci
2009-11-21Correct depreciation warning with Python 2.6 and fix several warningsMaxim Sobolev
2005-01-09Remove traling spaces.Kirill Ponomarev
2004-10-14Strip out date/time from +++/--- headers in generated patchfiles, so that theyMaxim Sobolev
2004-05-27- Remove 'pkg-plist' from required filesKirill Ponomarev
2003-02-21- pkg-comment is no longer mandatory;Maxim Sobolev
2002-04-18* Change path directory separator character back to _. The problem is "::"David E. O'Brien
2002-04-17Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.Maxim Sobolev
2002-04-15Recognise EXTRA_PATCHES.Maxim Sobolev
2002-01-04Ignore patchfiles ending with `.orig' and `.rej'.Maxim Sobolev
2002-01-03- Use `::' as a combination of symbols to replace `/' in patchfile name;Maxim Sobolev
2001-12-05Make the tool working even if there is a symlink in a given path to a port'sMaxim Sobolev
2001-07-31Actually fix the breakage introduced in rev 1.2.Maxim Sobolev
2001-07-31Fix breakage introduced in previous commit.Maxim Sobolev
2001-07-31Fix a bug that in some rare cases may lead to a patch not being properlyMaxim Sobolev
2001-03-19Add patchtool - a tool to automate generation/updating of patchfiles. ThisMaxim Sobolev