diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-09 00:26:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-09 00:26:03 +0000 |
commit | ab77da40d1bc5b44fbd990c89a9012c5de3f318b (patch) | |
tree | 0f464f150611189ffb969676c4eef2d95f0be157 /textproc/diffutils/files | |
parent | 1.3.18-20030711 => 1.3.18.20030711 (diff) |
Update textproc/diffutils
GNU diffutils 2.7 has some serious bugs wrt file ending with no
end of lines.
PR: ports/57189
Submitted by: Samuel Tardieu <sam@rfc1149.net>
Approved by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes:
svn path=/head/; revision=90669
Diffstat (limited to 'textproc/diffutils/files')
-rw-r--r-- | textproc/diffutils/files/patch-diff.texi | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/diffutils/files/patch-diff.texi b/textproc/diffutils/files/patch-diff.texi deleted file mode 100644 index 50a0e45ee30a..000000000000 --- a/textproc/diffutils/files/patch-diff.texi +++ /dev/null @@ -1,21 +0,0 @@ ---- diff.texi.orig Fri Sep 30 21:54:40 1994 -+++ diff.texi Sat Sep 8 16:56:14 2001 -@@ -6,6 +6,18 @@ - @c %**end of header - - @ifinfo -+@format -+INFO-DIR-SECTION Comparing and Merging Files -+START-INFO-DIR-ENTRY -+* Comparing files: (diff). Comparing and Merging Files. -+* cmp: (diff)cmp invocation. Compares two files. -+* diff: (diff)diff invocation. Pretty compares two files. -+* diff3: (diff)diff3 invocation. Compares and Merges three files. -+* patch: (diff)patch invocation. Apply a diff file to an original -+* sdiff: (diff)sdiff invocation. Interactively compares two files -+END-INFO-DIR-ENTRY -+@end format -+ - This file documents the the GNU @code{diff}, @code{diff3}, @code{sdiff}, - and @code{cmp} commands for showing the differences between text files - and the @code{patch} command for using their output to update files. |