summaryrefslogtreecommitdiff
path: root/net/wais/files/patch-ab
blob: 6fef16f42ac6a6ce8ac13bfe1315d9cce42dc8bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
*** 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)" \