Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | framework: Remove $FreeBSD$ | Mathieu Arnold | 2021-04-06 | 1 | -2/+0 |
| | | | | Where appropriate fiddle with a few other things. | ||||
* | Tools/scripts/patchtool: adjust for Python 3 | Rene Ladan | 2020-07-11 | 1 | -1/+6 |
| | | | | | | PR: 246414 Submitted by: ashish Event: July 2020 Bugathon | ||||
* | Make Tools/scripts/patchtool.py compatible with Python 3.x | Tobias Kortkamp | 2019-01-29 | 1 | -12/+18 |
| | | | | | PR: 233776 Submitted by: sobomax | ||||
* | Return a bunch of tools formerly maintained by sobomax@ to the pool. | Rene Ladan | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | Do not add $FreeBSD$ to the patch files. | Mathieu Arnold | 2017-08-23 | 1 | -3/+0 |
| | | | | Sponsored by: Absolight | ||||
* | Various spelling corrections | Chris Rees | 2013-02-09 | 1 | -5/+5 |
| | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi | ||||
* | - fix interpreter path for python | Philip M. Gollucci | 2012-02-11 | 1 | -1/+1 |
| | | | | | PR: ports/154431 Approved by: sobomax (maintainer) | ||||
* | Correct depreciation warning with Python 2.6 and fix several warnings | Maxim Sobolev | 2009-11-21 | 1 | -19/+19 |
| | | | | from the pytchecker. | ||||
* | Remove traling spaces. | Kirill Ponomarev | 2005-01-09 | 1 | -1/+1 |
| | |||||
* | Strip out date/time from +++/--- headers in generated patchfiles, so that they | Maxim Sobolev | 2004-10-14 | 1 | -11/+12 |
| | | | | don't generate extra hunk each time patchfile is updated. | ||||
* | - Remove 'pkg-plist' from required files | Kirill Ponomarev | 2004-05-27 | 1 | -2/+1 |
| | | | | Approved by: sobomax | ||||
* | - pkg-comment is no longer mandatory; | Maxim Sobolev | 2003-02-21 | 1 | -1/+5 |
| | | | | - ignore patchfiles ending with `,v' or '.orig'. | ||||
* | * Change path directory separator character back to _. The problem is "::" | David E. O'Brien | 2002-04-18 | 1 | -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 | ||||
* | Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined. | Maxim Sobolev | 2002-04-17 | 1 | -1/+1 |
| | |||||
* | Recognise EXTRA_PATCHES. | Maxim Sobolev | 2002-04-15 | 1 | -0/+6 |
| | |||||
* | Ignore patchfiles ending with `.orig' and `.rej'. | Maxim Sobolev | 2002-01-04 | 1 | -1/+7 |
| | |||||
* | - Use `::' as a combination of symbols to replace `/' in patchfile name; | Maxim Sobolev | 2002-01-03 | 1 | -18/+22 |
| | | | | | - don't reset size of corresponding patchfile to zero if no differencies were found between original and modified file. | ||||
* | Make the tool working even if there is a symlink in a given path to a port's | Maxim Sobolev | 2001-12-05 | 1 | -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. | ||||
* | Actually fix the breakage introduced in rev 1.2. | Maxim Sobolev | 2001-07-31 | 1 | -2/+0 |
| | |||||
* | Fix breakage introduced in previous commit. | Maxim Sobolev | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | Fix a bug that in some rare cases may lead to a patch not being properly | Maxim Sobolev | 2001-07-31 | 1 | -0/+2 |
| | | | | generated. | ||||
* | Add patchtool - a tool to automate generation/updating of patchfiles. This | Maxim Sobolev | 2001-03-19 | 1 | -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. |