diff options
author | alex <alex@FreeBSD.org> | 2001-01-12 22:57:40 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-12 22:57:40 +0800 |
commit | 143ad3dffedb414e5a6954534f2e6ec1f768ba0a (patch) | |
tree | af2aaf6cafd8ea90f35f8c91c8ca44db1fcf2bff /sysutils | |
parent | 69a7a4e85bb20f5be8e18fd3149507f5cd5fc4fe (diff) | |
download | freebsd-ports-gnome-143ad3dffedb414e5a6954534f2e6ec1f768ba0a.tar.gz freebsd-ports-gnome-143ad3dffedb414e5a6954534f2e6ec1f768ba0a.tar.zst freebsd-ports-gnome-143ad3dffedb414e5a6954534f2e6ec1f768ba0a.zip |
Don't include the Rcs-id line from the to-be-patched file in the patch,
since $FreeBSD$ is expanded and the patch fails.
Submitted by: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/44bsd-more/files/patch-tags.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/sysutils/44bsd-more/files/patch-tags.c b/sysutils/44bsd-more/files/patch-tags.c index 1133355a7bbc..5bbe5154e613 100644 --- a/sysutils/44bsd-more/files/patch-tags.c +++ b/sysutils/44bsd-more/files/patch-tags.c @@ -1,12 +1,6 @@ -diff -U8 -r ../work.orig/tags.c ./tags.c ---- ../work.orig/tags.c Fri Jan 5 22:17:02 2001 -+++ ./tags.c Fri Jan 5 22:36:53 2001 -@@ -37,17 +37,17 @@ - #endif /* not lint */ - - #ifndef lint - static const char rcsid[] = - "$FreeBSD$"; +--- tags.c.orig Fri Jan 12 15:52:49 2001 ++++ tags.c Fri Jan 12 15:55:10 2001 +@@ -42,7 +42,7 @@ #endif /* not lint */ #include <sys/types.h> @@ -15,7 +9,3 @@ diff -U8 -r ../work.orig/tags.c ./tags.c #include <ctype.h> #include <stdio.h> - #include <stdlib.h> - #include <string.h> - - #include "less.h" |