summaryrefslogtreecommitdiffstats
path: root/net/freewais-sf
diff options
context:
space:
mode:
Diffstat (limited to 'net/freewais-sf')
-rw-r--r--net/freewais-sf/distinfo2
-rw-r--r--net/freewais-sf/files/patch-ab18
-rw-r--r--net/freewais-sf/files/patch-ac11
-rw-r--r--net/freewais-sf/files/patch-ad13
-rw-r--r--net/freewais-sf/files/patch-ae13
-rw-r--r--net/freewais-sf/files/patch-af14
-rw-r--r--net/freewais-sf/pkg-descr2
-rw-r--r--net/freewais-sf/pkg-plist2
8 files changed, 74 insertions, 1 deletions
diff --git a/net/freewais-sf/distinfo b/net/freewais-sf/distinfo
index 9712438..377bd99 100644
--- a/net/freewais-sf/distinfo
+++ b/net/freewais-sf/distinfo
@@ -1 +1 @@
-MD5 (freeWAIS-sf-2.2.11.tar.gz) = 83976c5f92444e5ffbbadbd01787b016
+MD5 (freeWAIS-sf-2.2.12.tar.gz) = c738d25cc13dcb1c662d21719b4ceb25
diff --git a/net/freewais-sf/files/patch-ab b/net/freewais-sf/files/patch-ab
new file mode 100644
index 0000000..9f54a44
--- /dev/null
+++ b/net/freewais-sf/files/patch-ab
@@ -0,0 +1,18 @@
+--- lib/Makefile.SH.orig Tue Oct 5 01:46:11 1999
++++ lib/Makefile.SH Tue Oct 5 02:00:50 1999
+@@ -157,6 +157,7 @@
+ $(RANLIB) $@
+
+ install:: libwais.a
++ if test ! -d $(PRIVLIB); then mkdir $(PRIVLIB); else true; fi
+ $(INSTALL) -c -m 644 libwais.a $(PRIVLIB)
+ $(RANLIB) $(PRIVLIB)/libwais.a
+ chmod 444 $(PRIVLIB)/libwais.a
+@@ -188,6 +189,7 @@
+ install:: wais.h
++ if test ! -d $(PRIVINC); then mkdir $(PRIVINC); else true; fi
+ @case '${MFLAGS}' in *[i]*) set +e;; esac; \
+ for i in wais.h; do \
+ (set -x; $(INSTALL) -c -m 664 $$i $(PRIVINC)); \
+ done
+
diff --git a/net/freewais-sf/files/patch-ac b/net/freewais-sf/files/patch-ac
new file mode 100644
index 0000000..f350952
--- /dev/null
+++ b/net/freewais-sf/files/patch-ac
@@ -0,0 +1,11 @@
+--- lib/cdialect.h.orig Sun Oct 10 17:41:50 1999
++++ lib/cdialect.h Sun Oct 10 17:42:14 1999
+@@ -135,7 +135,7 @@
+
+
+ #ifndef HAS_STRDUP
+-extern char * strdup _((char *s));
++extern char * strdup _((const char *s));
+ #endif /* not HAS_STRDUP */
+ #endif /* not C_DIALECT */
+
diff --git a/net/freewais-sf/files/patch-ad b/net/freewais-sf/files/patch-ad
new file mode 100644
index 0000000..8826c54
--- /dev/null
+++ b/net/freewais-sf/files/patch-ad
@@ -0,0 +1,13 @@
+--- lib/cutil.c.orig Sun Oct 10 17:46:37 1999
++++ lib/cutil.c Sun Oct 10 17:47:45 1999
+@@ -788,6 +788,10 @@
+ }
+
+
++#ifdef __FreeBSD__
++#define HAS_VPRINTF 1
++#endif
++
+ #ifndef HAS_VPRINTF
+ /* Portable vsprintf by Robert A. Larson <blarson@skat.usc.edu> */
+
diff --git a/net/freewais-sf/files/patch-ae b/net/freewais-sf/files/patch-ae
new file mode 100644
index 0000000..584d6af
--- /dev/null
+++ b/net/freewais-sf/files/patch-ae
@@ -0,0 +1,13 @@
+--- lib/ftw/alphasort.c.orig Sun Oct 10 17:50:02 1999
++++ lib/ftw/alphasort.c Sun Oct 10 17:51:33 1999
+@@ -13,6 +13,10 @@
+
+ #include "config.h"
+
++#ifdef __FreeBSD__
++#define HAS_ALPHASORT 1
++#endif
++
+ #ifndef HAS_ALPHASORT
+
+ /*
diff --git a/net/freewais-sf/files/patch-af b/net/freewais-sf/files/patch-af
new file mode 100644
index 0000000..b9dbd1e
--- /dev/null
+++ b/net/freewais-sf/files/patch-af
@@ -0,0 +1,14 @@
+--- lib/ftw/scandir.c.orig Sun Oct 10 17:51:58 1999
++++ lib/ftw/scandir.c Sun Oct 10 17:52:24 1999
+@@ -12,6 +12,11 @@
+ */
+
+ #include "config.h"
++
++#ifdef __FreeBSD__
++#define HAS_SCANDIR 1
++#endif
++
+ #ifndef HAS_SCANDIR
+
+ /*
diff --git a/net/freewais-sf/pkg-descr b/net/freewais-sf/pkg-descr
index d0838ce..54d82ee 100644
--- a/net/freewais-sf/pkg-descr
+++ b/net/freewais-sf/pkg-descr
@@ -3,3 +3,5 @@ Clearinghouse for Networked Information Discovery and Retrieval (CNIDR).
The SF suffix in the software name stands for "structured fields," an
indexing and search feature which distinguishes this software from its
predecessors.
+
+WWW: http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/
diff --git a/net/freewais-sf/pkg-plist b/net/freewais-sf/pkg-plist
index 07199c9..29247d8 100644
--- a/net/freewais-sf/pkg-plist
+++ b/net/freewais-sf/pkg-plist
@@ -22,9 +22,11 @@ bin/waisretrieve
bin/waissearch
bin/waisserver
bin/ws
+include/freeWAIS-sf/wais.h
lib/freeWAIS-sf/emacs/lisp/wais.el
lib/freeWAIS-sf/libwais.a
share/doc/SF/fwsf.ps
+@dirrm include/freeWAIS-sf
@dirrm lib/freeWAIS-sf/emacs/lisp
@dirrm lib/freeWAIS-sf/emacs
@dirrm lib/freeWAIS-sf
OpenPOWER on IntegriCloud