summaryrefslogtreecommitdiff
path: root/net/freewais-sf/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-15 01:27:27 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-15 01:27:27 +0000
commitb530ac6901962b5ff83615e6d47bc0eb69ba0a7a (patch)
tree57421ae7ba313a8456090db96b970e8564ba3ed6 /net/freewais-sf/files
parentUpdate to version 2.6PRE2. (diff)
Update to version 2.2.11.
PR: 10374 Submitted by: Pedro F. Giffuni <pfgiffuni@bachue.usc.unal.edu.co>
Notes
Notes: svn path=/head/; revision=17192
Diffstat (limited to 'net/freewais-sf/files')
-rw-r--r--net/freewais-sf/files/patch-aa37
-rw-r--r--net/freewais-sf/files/patch-ab11
2 files changed, 19 insertions, 29 deletions
diff --git a/net/freewais-sf/files/patch-aa b/net/freewais-sf/files/patch-aa
index 1eec5d42658b..2511bf6a4d77 100644
--- a/net/freewais-sf/files/patch-aa
+++ b/net/freewais-sf/files/patch-aa
@@ -1,18 +1,19 @@
---- configure~ Mon Jul 8 22:36:12 1996
-+++ configure Mon Feb 17 16:22:27 1997
-@@ -2575,6 +2575,7 @@
- #line 2576 "configure"
- #include "confdefs.h"
-
-+#include <sys/types.h>
- #ifdef HAVE_SYS_DIR_H
- #include <sys/dir.h>
- #endif
-@@ -2616,6 +2617,7 @@
- #line 2617 "configure"
- #include "confdefs.h"
-
-+#include <sys/types.h>
- #ifdef HAVE_SYS_DIR_H
- #include <sys/dir.h>
- #endif
+*** Configure.orig Tue Mar 2 11:28:08 1999
+--- Configure Tue Mar 2 11:36:05 1999
+***************
+*** 829,835 ****
+ *)
+ if test ! -t 0; then
+ echo "Say 'sh Configure', not 'sh <Configure'"
+! exit 1
+ fi
+ ;;
+ esac
+--- 829,835 ----
+ *)
+ if test ! -t 0; then
+ echo "Say 'sh Configure', not 'sh <Configure'"
+! # exit 1
+ fi
+ ;;
+ esac
diff --git a/net/freewais-sf/files/patch-ab b/net/freewais-sf/files/patch-ab
deleted file mode 100644
index 953694c4c9f1..000000000000
--- a/net/freewais-sf/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- ir/Makefile.in.orig Tue Jul 30 00:42:14 1996
-+++ ir/Makefile.in Mon Feb 17 16:33:11 1997
-@@ -196,7 +196,7 @@
-
- libwais.a: $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS)
- $(RM) $@
-- $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS) ../ctype/ctype.o
-+ $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS)
- $(RANLIB) $@
-
- install.lib:: libwais.a libinv.a libsig.a libclient.a $(LIBLOCAL)