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