aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace again GNU diff with BSD diffBaptiste Daroussin2017-04-201-36/+0
| | | | | | | | | | After a firts failed attempt, BSD diff is now good enough to replace GNU diff. Relnotes: yes Notes: svn path=/head/; revision=317209
* Temporary readd GNU diffBaptiste Daroussin2017-03-191-0/+36
| | | | | | | | etcupdate requires --change-group-format it is not easy to implement in bsd diff so for now readd GNU diff Notes: svn path=/head/; revision=315565
* Import diff from OpenBSD and remove GNU diffBaptiste Daroussin2017-03-111-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Some of the modifications from the previous summer of code has been integrated Modification for compatibility with GNU diff output has been added Main difference with OpenBSD: Implement multiple GNU diff options: * --ignore-file-name-case * --no-ignore-file-name-case * --normal * --tabsize * --strip-trailing-cr Make diff -p compatible with GNU diff Implement diff -l Make diff -r compatible with GNU diff Capsicumize diffing 2 regular files Add a simple test suite Approved by: AsiaBSDcon devsummit Obtained from: OpenBSD, GSoC Relnotes: yes Notes: svn path=/head/; revision=315051
* Install old texinfo pages in the form of mdoc(7) pagesBaptiste Daroussin2015-03-021-1/+4
| | | | Notes: svn path=/head/; revision=279520
* Remove gnu/ info pages to unbreak the build with MK_GCC != no, etcEnji Cooper2015-01-021-2/+0
| | | | | | | | | Reported by: Ivan Klymenko <fidaj@ukr.net> Reviewed by: bapt Differential Revision: D1412 Notes: svn path=/head/; revision=276565
* Convert to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275077
* Integrate usr.bin/diff/tests from NetBSD into atf/kyua at gnu/usr.bin/diff/testsEnji Cooper2014-10-091-0/+6
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=272787
* Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisJung-uk Kim2013-06-061-2/+1
| | | | | | | | | actually reverts r250860 and r250861. Reported by: gjb, tinderbox Notes: svn path=/head/; revision=251468
* Connect libgnuregex 2.17 to the build.Jung-uk Kim2013-06-051-1/+2
| | | | Notes: svn path=/head/; revision=251438
* Don't look for headers outside of the source or object directories. InMarcel Moolenaar2013-05-211-1/+1
| | | | | | | | | | particular, don't use DESTDIR. Such creates an unnecessary dependency on the build machine. Obtained from: Juniper Networks, Inc. Notes: svn path=/head/; revision=250860
* Catch up with the subversion conversion and apply these build-time patches.David E. O'Brien2012-08-171-6/+0
| | | | Notes: svn path=/head/; revision=239360
* POSIX patch(1) would treat -b as different meaning (the functionalityXin LI2010-02-221-1/+1
| | | | | | | | | | is to be provided by --suffix). Looking at the usage here in diffutils, it seems that we can just get rid of the -b .orig stuff. This resolves a problem that can triggered if we move toward to a more permissively licensed patch(1) program. Notes: svn path=/head/; revision=204227
* style.Makefile(5)David E. O'Brien2007-10-121-2/+2
| | | | Notes: svn path=/head/; revision=172593
* Update build skeleton after diffutils 2.8.7 update.Xin LI2007-06-151-5/+19
| | | | Notes: svn path=/head/; revision=170758
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=125931
* Remove files no longer neededAndrey A. Chernov2004-02-161-2/+3
| | | | | | | Switch back to regex.h Notes: svn path=/head/; revision=125895
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* s/dir.h/dir.c/Poul-Henning Kamp1999-11-261-1/+1
| | | | Notes: svn path=/head/; revision=53715
* Style changes -- whitespace and sorting.David E. O'Brien1999-11-261-6/+6
| | | | Notes: svn path=/head/; revision=53704
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofDavid E. O'Brien1999-11-261-1/+1
| | | | | | | | | | default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h. Notes: svn path=/head/; revision=53703
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Define PR_PROGRAM properlyAndrey A. Chernov1997-10-291-0/+1
| | | | Notes: svn path=/head/; revision=30846
* Switch to contrib versionAndrey A. Chernov1997-10-291-1/+9
| | | | Notes: svn path=/head/; revision=30842
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Build and install diff.info..Peter Wemm1995-10-291-1/+3
| | | | | | | | | | As Bruce said, this is a little bogus, it'd be nice if bsd.prog.mk knew about .texi in the same way as it does man pages.. Submitted by: bde Notes: svn path=/head/; revision=11909
* Use -lgnuregexAndrey A. Chernov1995-01-111-2/+4
| | | | Notes: svn path=/head/; revision=5500
* Updated to GNU diffutils 2.6Nate Williams1993-11-121-5/+2
| | | | Notes: svn path=/head/; revision=753
* From: Larry Jones <scjones@thor.sdrc.com>Nate Williams1993-11-081-1/+1
| | | | | | | | | | Subject: man pages for diff et al. I finally got tired of not having man pages for diff and friends, so I edited the appropriate sections of the texinfo manual into man format. Notes: svn path=/head/; revision=726
* GNU Diff 2.3Nate Williams1993-06-291-0/+11
Notes: svn path=/vendor/misc-GNU/dist2/; revision=67