diff options
author | adam <adam@FreeBSD.org> | 1994-09-23 20:14:57 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-09-23 20:14:57 +0000 |
commit | 8ea6202cca57405d3083f783d11cf91268cafb11 (patch) | |
tree | a70fe5934847b9c3185cbc36d6ea5d37b798d653 /net/wais/files | |
parent | 56fdf2cb8589fb01c3ea10b33d9cfe5d1e913741 (diff) | |
download | FreeBSD-ports-8ea6202cca57405d3083f783d11cf91268cafb11.zip FreeBSD-ports-8ea6202cca57405d3083f783d11cf91268cafb11.tar.gz |
Initial import of freewais, needed for using WAIS indexing with GN.
Needs work for install and package. This is enough to build all the
wais stuff and waisgn.
Diffstat (limited to 'net/wais/files')
-rw-r--r-- | net/wais/files/patch-aa | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net/wais/files/patch-aa b/net/wais/files/patch-aa new file mode 100644 index 0000000..ea8913c --- /dev/null +++ b/net/wais/files/patch-aa @@ -0,0 +1,42 @@ +*** Makefile Tue Mar 15 19:30:00 1994 +--- Makefile Fri Sep 16 21:56:22 1994 +*************** +*** 118,124 **** + # Use this version of CFLAGS for Linux with gcc + # CFLAGS = -O2 -ansi -m486 -fwritable-strings -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -DLINUX + +! CFLAGS = -ansi -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB + + # Solaris should use + #LIB = -ltcpip -lsocket -lnsl +--- 118,124 ---- + # Use this version of CFLAGS for Linux with gcc + # CFLAGS = -O2 -ansi -m486 -fwritable-strings -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -DLINUX + +! CFLAGS = -ansi -I$(SUPDIR) -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB -D__bsdi__ + + # Solaris should use + #LIB = -ltcpip -lsocket -lnsl +*************** +*** 135,140 **** +--- 135,142 ---- + + MAKE = make $(MFLAGS) + ++ all: default ++ + #default: config.h lib ir ui bin doc x tags + default: config.h lib ir ui bin x check + @echo "Welcome to WAIS" +*** ir/irtfiles.c Wed Jan 19 16:10:32 1994 +--- ir/irtfiles.c Fri Sep 16 23:14:03 1994 +*************** +*** 75,80 **** +--- 75,81 ---- + + #include <ctype.h> + #include <string.h> ++ #include <sys/types.h> + #include "panic.h" + #include "irdirent.h" + #include "irhash.h" |