summaryrefslogtreecommitdiff
path: root/textproc/2bsd-diff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/2bsd-diff: Update to 2.11.1Steve Wills2020-09-044-4/+128
| | | | | | | | PR: 248921 Submitted by: risner <risner@stdio.com> (maintainer) Notes: svn path=/head/; revision=547506
* textproc/2bsd-diff: fix build on recent currentTobias C. Berner2020-08-271-1/+2
| | | | Notes: svn path=/head/; revision=546359
* textproc/2bsd-diff: Update MASTER_SITESTobias Kortkamp2019-02-101-1/+1
| | | | | | | | PR: 235648 Submitted by: maintainer Notes: svn path=/head/; revision=492630
* textproc/2bsd-diff: fix breakage on currentFernando Apesteguía2019-01-078-28/+662
| | | | | | | | | | | | On FreeBSD 13 - current, the build failed with: cc: error: unknown argument: '-i' PR: 234362 Submitted by: risner@stdio.com (maintainer) Notes: svn path=/head/; revision=489572
* Convert to staging.Mathieu Arnold2014-02-173-9/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344747
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Unbreak with clangAntoine Brodin2013-08-021-0/+1
| | | | Notes: svn path=/head/; revision=324147
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-6/+2
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Add one more MASTER_SITESRenato Botelho2006-05-241-1/+2
| | | | | | | | PR: ports/97776 Submitted by: maintainer Notes: svn path=/head/; revision=163252
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-2/+0
| | | | Notes: svn path=/head/; revision=162216
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add 2bsd-diff 2.11, 2.11BSD diff utility. It can process largeNorikatsu Shigemura2003-03-2310-0/+313
files with less memory. GNU Diff often can not work with files larger than 33% of datasize (from limit) due to memory exhaustion. PR: ports/50097 Submitted by: risner@stdio.com Notes: svn path=/head/; revision=77225