summaryrefslogblamecommitdiff
path: root/net/wais/files/patch-ab
blob: 6fef16f42ac6a6ce8ac13bfe1315d9cce42dc8bd (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                
               





                                                                            
  




                                                                            
  






                                                                               
  




                                                                               
  
       
               

                
  








                                                      
  







                                                                                                                                         
  






                                                                                                                                                    
  





                                                                       
  
                                            
  




                                                                         
  
                                          
  

                                                                         
*** 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)" \