1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/wais/files/patch-ab
Adam David 88b54656a8 0.3 --> 0.5
xwais disabled because of a problem in myAsciiSink.c

this port is no longer broken
temporarily set to NO_PACKAGE and NO_INSTALL, work in progress
1996-11-13 10:56:28 +00:00

82 lines
2.7 KiB
Plaintext

*** Makefile.old Wed May 3 08:55:29 1995
--- Makefile Tue Nov 12 21:25:49 1996
***************
*** 97,109 ****
default:
@echo "You have to specify which system to build for."
@echo "Say 'make <system>', where <system> is one of the following:"
! @echo "aix, bsdi, dynix, hpux, irix-cc, irix-gcc, linux, osf,"
@echo "solaris, sunos, ultrix-cc or ultrix-gcc"
all:
@echo "You have to specify which system to build for."
@echo "Say 'make <system>', where <system> is one of the following:"
! @echo "aix, bsdi, dynix, hpux, irix-cc, irix-gcc, linux, osf,"
@echo "solaris, sunos, ultrix-cc or ultrix-gcc"
aix::
--- 97,109 ----
default:
@echo "You have to specify which system to build for."
@echo "Say 'make <system>', where <system> is one of the following:"
! @echo "aix, bsdi, dynix, freebsd, hpux, irix-cc, irix-gcc, linux, osf,"
@echo "solaris, sunos, ultrix-cc or ultrix-gcc"
all:
@echo "You have to specify which system to build for."
@echo "Say 'make <system>', where <system> is one of the following:"
! @echo "aix, bsdi, dynix, freebsd, hpux, irix-cc, irix-gcc, linux, osf,"
@echo "solaris, sunos, ultrix-cc or ultrix-gcc"
aix::
***************
*** 118,123 ****
--- 118,128 ----
dynix::
$(MAKE) -f Makefile.dynix TOP=$(TOP)
+ touch $(TOP)/$(RELEASE)
+ @echo "Welcome to freeWAIS version $(VERSION)"
+
+ freebsd::
+ $(MAKE) -f Makefile.freebsd TOP=$(TOP)
touch $(TOP)/$(RELEASE)
@echo "Welcome to freeWAIS version $(VERSION)"
*** Makefile.freebsd.orig Wed Nov 13 00:13:50 1996
--- Makefile.freebsd Wed Nov 13 00:24:30 1996
***************
*** 149,155 ****
# -DSOLARIS for SunOS 5.2 (Solaris 2.2) machines.
#
# Use this version of CFLAGS for BSDI
! CFLAGS = -I$(INCLUDE) -DBSD43 -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB
#
# Flag definitions
--- 149,155 ----
# -DSOLARIS for SunOS 5.2 (Solaris 2.2) machines.
#
# Use this version of CFLAGS for BSDI
! CFLAGS = -I$(INCLUDE) -D__bsdi__ -DBSD43 -DTELL_USER -DUSG -DSECURE_SERVER -DRELEVANCE_FEEDBACK -DBOOLEANS -DPARTIALWORD -DLITERAL -DSOUND -DBIBDB
#
# Flag definitions
//***************
//*** 216,222 ****
cd $(SRCDIR)/server; $(MAKE) CC=$(CC) CFLAGS="$(CFLAGS)" \
INCLUDE="$(INCLUDE)" RANLIB=$(RANLIB) TOP=$(TOP) LIBS="$(LIBS)"
! clients: ui waissearch waisq swais # xwais
waissearch::
cd $(CLIENTDIR)/waissearch; $(MAKE) CC=$(CC) CFLAGS="$(CFLAGS)" \
--- 216,222 ----
cd $(SRCDIR)/server; $(MAKE) CC=$(CC) CFLAGS="$(CFLAGS)" \
INCLUDE="$(INCLUDE)" RANLIB=$(RANLIB) TOP=$(TOP) LIBS="$(LIBS)"
! clients: ui waissearch waisq swais xwais
waissearch::
cd $(CLIENTDIR)/waissearch; $(MAKE) CC=$(CC) CFLAGS="$(CFLAGS)" \