diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:42:34 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:42:34 +0000 |
commit | 48c34c44b63d7acfb2fe50853cf1ed09b7e68b74 (patch) | |
tree | 6e063cce2f4b1d1a6916bb76c45bc25c90e1b7f3 /www/w3c-httpd/files/patch-bb | |
parent | Remove expired www/frontpage and all frontpage ports: (diff) |
Remove expired ports:
2006-12-01 net/wais: Imported 12 years ago; never completed
2006-12-01 www/w3c-httpd: Does not compile
Notes
Notes:
svn path=/head/; revision=179579
Diffstat (limited to 'www/w3c-httpd/files/patch-bb')
-rw-r--r-- | www/w3c-httpd/files/patch-bb | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/www/w3c-httpd/files/patch-bb b/www/w3c-httpd/files/patch-bb deleted file mode 100644 index dbe84e3a4247..000000000000 --- a/www/w3c-httpd/files/patch-bb +++ /dev/null @@ -1,48 +0,0 @@ -*** All/freebsd/Makefile.include.orig Wed Jan 10 20:07:31 1996 ---- All/freebsd/Makefile.include Sun May 9 20:12:35 1999 -*************** -*** 4,14 **** - # For W3 distribution, machine type for subdirectories - WWW_MACH = freebsd - -! CFLAGS += -DDEBUG -D__BSD__ -! LFLAGS = - - # Directory for installed binary: -! BINDIR = /usr/local/bin - - # Where is the W3 object library to be installed (not normally done)? - LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) ---- 4,14 ---- - # For W3 distribution, machine type for subdirectories - WWW_MACH = freebsd - -! CFLAGS += -D__BSD__ -! LFLAGS = -lcrypt - - # Directory for installed binary: -! BINDIR = $(PREFIX)/bin - - # Where is the W3 object library to be installed (not normally done)? - LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) -*************** -*** 25,33 **** - # - # Uncomment these six lines (and edit them, if necessary). - # -! # WAIS = ../../../freeWAIS -! # WAISLIB = $(WAIS)/bin/client.a $(WAIS)/bin/wais.a -! # MATHLIB = -lm -! # WAISINC = -I$(WAIS)/include -! # WAISCFLAGS = -DHT_DIRECT_WAIS -! # HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o ---- 25,33 ---- - # - # Uncomment these six lines (and edit them, if necessary). - # -! WAIS = ${PORTSDIR}/net/wais/work/freeWAIS-0.5 -! WAISLIB = $(WAIS)/bin/client.a $(WAIS)/bin/wais.a -! MATHLIB = -lm -! WAISINC = -I$(WAIS)/include -! WAISCFLAGS = -DHT_DIRECT_WAIS -! HTWAIS = $(WTMP)/Library/$(WWW_MACH)/HTWAIS.o |