diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 11:25:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 11:25:59 +0000 |
commit | 072a2bece2c12e81a5906be8851bcd2bbf04f9bf (patch) | |
tree | c3ea9756f395340ee21bd112c04411c0e7ea2910 /net | |
parent | 34880ba69a55c78a3e3062cd1aa96fa774bd2528 (diff) | |
download | ports-072a2bece2c12e81a5906be8851bcd2bbf04f9bf.tar.gz ports-072a2bece2c12e81a5906be8851bcd2bbf04f9bf.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gopher/files/patch-ba | 33 | ||||
-rw-r--r-- | net/gopher/files/patch-bb | 25 | ||||
-rw-r--r-- | net/gopher/files/patch-ca | 74 | ||||
-rw-r--r-- | net/gopher/files/patch-cb | 42 |
4 files changed, 0 insertions, 174 deletions
diff --git a/net/gopher/files/patch-ba b/net/gopher/files/patch-ba deleted file mode 100644 index 643611cbecc2..000000000000 --- a/net/gopher/files/patch-ba +++ /dev/null @@ -1,33 +0,0 @@ -*** object/Makefile.in.orig Thu Jan 4 13:27:35 1996 ---- object/Makefile.in Mon Apr 14 16:13:06 1997 -*************** -*** 22,35 **** - # Make shared library directories - # - shared: -! @-if [ -f /lib/ld.so -a "$(SHAREDLIB)" = "sun" ]; \ - then \ - mkdir shared-sun; \ - fi - touch shared - - -! .c.o: $(OBJS) - @CC@ $(CCFLAGS) $(PIC) -c $< - @-if [ -d shared-sun ]; then \ - echo "Building shared version of $@"; \ ---- 22,35 ---- - # Make shared library directories - # - shared: -! @-if [ -f /usr/libexec/ld.so -a "$(SHAREDLIB)" = "sun" ]; \ - then \ - mkdir shared-sun; \ - fi - touch shared - - -! .c.o: - @CC@ $(CCFLAGS) $(PIC) -c $< - @-if [ -d shared-sun ]; then \ - echo "Building shared version of $@"; \ diff --git a/net/gopher/files/patch-bb b/net/gopher/files/patch-bb deleted file mode 100644 index 8a3a96b3dc01..000000000000 --- a/net/gopher/files/patch-bb +++ /dev/null @@ -1,25 +0,0 @@ -*** gopherd/gopherd.conf.orig Sat Jul 4 13:33:49 1998 ---- gopherd/gopherd.conf Sat Jul 4 13:34:43 1998 -*************** -*** 29,38 **** - # extension. - # - -! decoder: .Z /usr/ucb/zcat -! decoder: .gz /usr/gnu/bin/zcat - #decoder: .adpcm /usr/openwin/bin/adpcm_dec -! #decoder: .z /usr/gnu/bin/zcat - - - #--------------------------------------------------------------------- ---- 29,38 ---- - # extension. - # - -! decoder: .Z /usr/bin/zcat -! decoder: .gz /usr/bin/gzcat - #decoder: .adpcm /usr/openwin/bin/adpcm_dec -! decoder: .z /usr/bin/gzcat - - - #--------------------------------------------------------------------- diff --git a/net/gopher/files/patch-ca b/net/gopher/files/patch-ca deleted file mode 100644 index 13450385a491..000000000000 --- a/net/gopher/files/patch-ca +++ /dev/null @@ -1,74 +0,0 @@ -*** Makefile.config.in.orig Thu Jan 4 13:52:31 1996 ---- Makefile.config.in Thu May 13 12:25:07 1999 -*************** -*** 160,166 **** - # - # Comment this to make a slimmer executable... - -! DEBUGGING = @DEBUGGING@ - - #------------------------------------------------ - # Uncomment out the following lines to use SOCKS ---- 160,166 ---- - # - # Comment this to make a slimmer executable... - -! #DEBUGGING = @DEBUGGING@ - - #------------------------------------------------ - # Uncomment out the following lines to use SOCKS -*************** -*** 208,215 **** - - - #SERVEROPTS = -DSETPROCTITLE -DCAPFILES #-DBIO -DDL -DLOADRESTRICT -! SERVEROPTS = @SERVEROPTS@ -! WAISTYPE = @WAISTYPE@ - - DLPATH = @DLPATH@ - DLOBJS = @DLOBJS@ ---- 208,215 ---- - - - #SERVEROPTS = -DSETPROCTITLE -DCAPFILES #-DBIO -DDL -DLOADRESTRICT -! SERVEROPTS = @SERVEROPTS@ -DADD_DATE_AND_TIME -! WAISTYPE = @WAISTYPE@ -DFREEWAIS_0_4 - - DLPATH = @DLPATH@ - DLOBJS = @DLOBJS@ -*************** -*** 226,232 **** - # - - -! CLIENTOPTS = -DNOBANNER -DCTRLCPROMPTS -DCONTROLX #-DNOMAIL -DREMOTEUSER -D - - #----------------------------------------------------------------- - # Optional localization and internationalization features ---- 226,232 ---- - # - - -! CLIENTOPTS = -DNOBANNER -DCTRLCPROMPTS -DCONTROLX -DNOMAIL #-DREMOTEUSER -D - - #----------------------------------------------------------------- - # Optional localization and internationalization features -*************** -*** 277,284 **** - - OBJINCLUDES = -I@top_srcdir@/object - OTHERINCLUDES = -I@top_srcdir@ -! WAISINCLUDES = -I@top_srcdir@/wais -I../ui - INCLUDES = -I@top_srcdir@ -I@top_srcdir@/object - -! LDFLAGS = -L../object - SHELL = /bin/sh ---- 277,284 ---- - - OBJINCLUDES = -I@top_srcdir@/object - OTHERINCLUDES = -I@top_srcdir@ -! WAISINCLUDES = -I@top_srcdir@/wais -I../wais/ir -I../wais/ui - INCLUDES = -I@top_srcdir@ -I@top_srcdir@/object - -! LDFLAGS = -L../object -L../wais/lib - SHELL = /bin/sh diff --git a/net/gopher/files/patch-cb b/net/gopher/files/patch-cb deleted file mode 100644 index 70b8cc3d825a..000000000000 --- a/net/gopher/files/patch-cb +++ /dev/null @@ -1,42 +0,0 @@ -*** gopherd/Makefile.in.orig Thu Jan 4 13:30:50 1996 ---- gopherd/Makefile.in Thu May 13 10:40:59 1999 -*************** -*** 140,146 **** - ../ui/source.o ../bin/libftw.a - SF1WAISOBJ = ../ir/libinv.a ../ir/libwais.a ../ir/liblocal.a\ - ../ui/source.o ../ir/libinv.a ../regexp/libregexp.a -! SFWAISOBJ = ../ir/libwais.a ../ui/source.o ../regexp/libregexp.a - - - CCFLAGS = $(OPT) -DDATA_DIRECTORY=\"$(SERVERDATA)\" $(DEBUGGING) \ ---- 140,146 ---- - ../ui/source.o ../bin/libftw.a - SF1WAISOBJ = ../ir/libinv.a ../ir/libwais.a ../ir/liblocal.a\ - ../ui/source.o ../ir/libinv.a ../regexp/libregexp.a -! SFWAISOBJ = ../lib/libwais.a ../ui/source.o ../regexp/libregexp.a - - - CCFLAGS = $(OPT) -DDATA_DIRECTORY=\"$(SERVERDATA)\" $(DEBUGGING) \ -*************** -*** 170,179 **** - # Special rule for wais gateway - # - waisgopher.o: waisgopher.c -! $(CC) $(CCFLAGS) -I../wais/ir -I../wais/ui -c $(srcdir)/waisgopher.c - - Waisindex.o: Waisindex.c -! $(CC) $(CCFLAGS) -I../wais/ir -c $(srcdir)/Waisindex.c - - gopherd.o: gopherd.c $(top_srcdir)/patchlevel.h - $(CC) $(CCFLAGS) -DCONF_FILE=\"$(SERVERDIR)/gopherd.conf\" -c \ ---- 170,179 ---- - # Special rule for wais gateway - # - waisgopher.o: waisgopher.c -! $(CC) $(CCFLAGS) $(WAISINCLUDES) -c $(srcdir)/waisgopher.c - - Waisindex.o: Waisindex.c -! $(CC) $(CCFLAGS) $(WAISINCLUDES) -c $(srcdir)/Waisindex.c - - gopherd.o: gopherd.c $(top_srcdir)/patchlevel.h - $(CC) $(CCFLAGS) -DCONF_FILE=\"$(SERVERDIR)/gopherd.conf\" -c \ |