aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/genpatch
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Return ports maintained by John Marino to the pool, he is no longer interested.Rene Ladan2017-04-211-1/+1
| | | | | | | Submitted by: Mark Millard via private e-mail Notes: svn path=/head/; revision=439129
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.Rene Ladan2017-02-151-1/+1
| | | | | | | | | | | The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time. Notes: svn path=/head/; revision=434195
* Return ports maintained by John Marino to the pool, see r433827 for detailsRene Ladan2017-02-111-1/+1
| | | | Notes: svn path=/head/; revision=433856
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* ports-mgmt/genpatch: Fix evaluation of WRKDIRPREFIXJohn Marino2015-08-261-0/+3
| | | | | | | | | | | The logic to define the PORTWORK variable evaluated WRKDIRPREFIX in some cases, but this variable was never defined. We need to pull in bsd.port.pre.mk or bsd.port.options.mk to define it, and I chose the latter. This fixes the wrong value of PORTWORK being used when genpatch is built manually (it was correct when built from poudriere). Notes: svn path=/head/; revision=395397
* Add new port ports-mgmt/genpatch (toolset used in dports for 18 months)John Marino2015-05-178-0/+432
===== This is a set of three simple tools written in sh(1) for generating single patches for use in Ports. This set is ideal for creating a new patch when it is inconvenient or undesirable to use the "make makepatch" utility. The first tool is "dupe" which is a quick copy utility. The second tool is "genpatch" which creates patches in the standards diff format and using the standard file name conventions. The last tool is "portfix" which runs "dupe", an editor of choice, and "genpatch" serially as a macro as a convenient and quick way to create port patches. Please see the dupe, genpatch, and portfix man pages for details. Notes: svn path=/head/; revision=386647