diff options
author | max <max@FreeBSD.org> | 1997-10-05 05:06:27 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-05 05:06:27 +0000 |
commit | 01d114ee1f2402a1d6355144b137752e2c79a42a (patch) | |
tree | 15a2187742dafa65e135e031f7fa781ce7beedda /news/suck/files | |
parent | 77d53061ebbf6f40f69afca0de65a45072c427f4 (diff) | |
download | FreeBSD-ports-01d114ee1f2402a1d6355144b137752e2c79a42a.zip FreeBSD-ports-01d114ee1f2402a1d6355144b137752e2c79a42a.tar.gz |
Upgrade, 3.5.2 -> 3.6.0.
PR: 4690
Partly submitted by: maintainer
Diffstat (limited to 'news/suck/files')
-rw-r--r-- | news/suck/files/patch-aa | 8 | ||||
-rw-r--r-- | news/suck/files/patch-ac | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/news/suck/files/patch-aa b/news/suck/files/patch-aa index 7d789e5..4893ae7 100644 --- a/news/suck/files/patch-aa +++ b/news/suck/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Aug 1 20:59:01 1997 -+++ Makefile.in Sat Sep 13 10:17:11 1997 +--- Makefile.in.orig Tue Aug 19 11:33:09 1997 ++++ Makefile.in Sun Oct 5 13:59:33 1997 @@ -7,7 +7,7 @@ # Step1: Define the location of the History file(s) @@ -18,8 +18,8 @@ $(INSTALL_PROGRAM) suck $(bindir)/suck $(INSTALL_PROGRAM) rpost $(bindir)/rpost $(INSTALL_PROGRAM) testhost $(bindir)/testhost -@@ -149,7 +149,7 @@ - $(MAKE) -C $(SMAN) +@@ -152,7 +152,7 @@ + $(MAKE) -C $(IMAN) install_lpost: lpost - - strip -s lpost diff --git a/news/suck/files/patch-ac b/news/suck/files/patch-ac index 5c12382..47e96fbb 100644 --- a/news/suck/files/patch-ac +++ b/news/suck/files/patch-ac @@ -1,15 +1,15 @@ ---- killprg.c.orig Sat Sep 13 10:13:54 1997 -+++ killprg.c Sat Sep 13 10:14:10 1997 -@@ -3,6 +3,8 @@ - #include <stdio.h> - #include <stdlib.h> +--- killprg.c.orig Thu Aug 21 10:16:02 1997 ++++ killprg.c Sun Oct 5 14:00:23 1997 +@@ -7,6 +7,8 @@ + #include <unistd.h> + #endif +#include <sys/types.h> + #ifdef HAVE_DIRENT_H # include <dirent.h> #else -@@ -34,7 +36,6 @@ +@@ -36,7 +38,6 @@ #endif #include <string.h> |