summaryrefslogtreecommitdiff
path: root/news/newsfetch/files
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-28 00:24:38 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-28 00:24:38 +0000
commit07aeb74ac3ccdb93222f24c25da6c824368713e2 (patch)
treefc098f3e82683a3c60d00f0c3c7a429df7277904 /news/newsfetch/files
parentUtilize ports/Mk's NOPORTDOCS implementation instead of home (diff)
- Support CC properly
- Apply to 'one file per patch' convention PR: 24675 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=37657
Diffstat (limited to 'news/newsfetch/files')
-rw-r--r--news/newsfetch/files/patch-aa9
-rw-r--r--news/newsfetch/files/patch-ab14
-rw-r--r--news/newsfetch/files/patch-ac11
3 files changed, 17 insertions, 17 deletions
diff --git a/news/newsfetch/files/patch-aa b/news/newsfetch/files/patch-aa
index cf7d4a0e530c..227d245f1510 100644
--- a/news/newsfetch/files/patch-aa
+++ b/news/newsfetch/files/patch-aa
@@ -1,8 +1,9 @@
--- Makefile.orig Mon Apr 13 18:09:54 1998
-+++ Makefile Fri May 8 02:09:12 1998
++++ Makefile Fri Jan 26 23:44:25 2001
@@ -1,14 +1,16 @@
- CC = gcc
+-CC = gcc
-CFLAGS =
++#CC = gcc
+#CFLAGS =
#Uncomment this if you do not want status meter
@@ -25,5 +26,5 @@
install:
- cp newsfetch /usr/local/bin
- cp newsfetch.1 /usr/man/man1
-+ $(INSTALL_PROGRAM) newsfetch $(PREFIX)/bin
-+ $(INSTALL_MAN) newsfetch.1 $(PREFIX)/man/man1
++ ${BSD_INSTALL_PROGRAM} newsfetch ${PREFIX}/bin
++ ${BSD_INSTALL_MAN} newsfetch.1 ${PREFIX}/man/man1
diff --git a/news/newsfetch/files/patch-ab b/news/newsfetch/files/patch-ab
index cf394fc50d2c..46a011aca30d 100644
--- a/news/newsfetch/files/patch-ab
+++ b/news/newsfetch/files/patch-ab
@@ -1,5 +1,5 @@
--- newsfetch.c.orig Thu Jul 23 18:28:56 1998
-+++ newsfetch.c Wed Dec 1 13:56:52 1999
++++ newsfetch.c Fri Jan 26 23:41:22 2001
@@ -7,6 +7,7 @@
@@ -42,15 +42,3 @@
/* two file descriptor are for portability among diff systems */
createFd(socket_id, socket_fp);
-
---- newsfetch.1.orig Tue Apr 14 20:04:25 1998
-+++ newsfetch.1 Wed Dec 1 13:29:35 1999
-@@ -5,7 +5,7 @@
- .SH SYNOPSIS
- .B newsfetch
- .BI
--hostname
-+hostname[:port]
- [
- .BI \-clsyvV
- ]
diff --git a/news/newsfetch/files/patch-ac b/news/newsfetch/files/patch-ac
new file mode 100644
index 000000000000..5f9b06ccbe17
--- /dev/null
+++ b/news/newsfetch/files/patch-ac
@@ -0,0 +1,11 @@
+--- newsfetch.1.orig Tue Apr 14 20:04:25 1998
++++ newsfetch.1 Fri Jan 26 23:41:22 2001
+@@ -5,7 +5,7 @@
+ .SH SYNOPSIS
+ .B newsfetch
+ .BI
+-hostname
++hostname[:port]
+ [
+ .BI \-clsyvV
+ ]