From 4d83748c80daf5638753d2d090cc5a0419ec6b8a Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 9 May 1999 21:12:32 +0000 Subject: Adapt this package to NetBSD. --- www/w3c-httpd/patches/patch-CacheCheckSize | 2 ++ www/w3c-httpd/patches/patch-CacheDirs | 2 ++ www/w3c-httpd/patches/patch-SSL | 2 ++ www/w3c-httpd/patches/patch-aa | 4 +++- www/w3c-httpd/patches/patch-ab | 2 ++ www/w3c-httpd/patches/patch-ac | 20 ++++++++++++++++++++ www/w3c-httpd/patches/patch-ba | 2 ++ www/w3c-httpd/patches/patch-bb | 2 ++ www/w3c-httpd/patches/patch-bc | 2 ++ www/w3c-httpd/patches/patch-ca | 2 ++ 10 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 www/w3c-httpd/patches/patch-ac (limited to 'www/w3c-httpd/patches') diff --git a/www/w3c-httpd/patches/patch-CacheCheckSize b/www/w3c-httpd/patches/patch-CacheCheckSize index 7f5c3983988..f3b6820187c 100644 --- a/www/w3c-httpd/patches/patch-CacheCheckSize +++ b/www/w3c-httpd/patches/patch-CacheCheckSize @@ -1,3 +1,5 @@ +$NetBSD: patch-CacheCheckSize,v 1.2 1999/05/09 21:12:32 tron Exp $ + *** /dev/null Tue Feb 6 11:05:04 1996 --- README-CACHE_CHECK_SIZE Tue Feb 6 13:27:32 1996 *************** diff --git a/www/w3c-httpd/patches/patch-CacheDirs b/www/w3c-httpd/patches/patch-CacheDirs index db73a694a80..7239daba8b3 100644 --- a/www/w3c-httpd/patches/patch-CacheDirs +++ b/www/w3c-httpd/patches/patch-CacheDirs @@ -1,3 +1,5 @@ +$NetBSD: patch-CacheDirs,v 1.2 1999/05/09 21:12:33 tron Exp $ + *** /dev/null Tue Feb 6 11:05:04 1996 --- README-CACHEDIRS Tue Feb 6 13:03:37 1996 *************** diff --git a/www/w3c-httpd/patches/patch-SSL b/www/w3c-httpd/patches/patch-SSL index fea2f33d83d..3088e59963b 100644 --- a/www/w3c-httpd/patches/patch-SSL +++ b/www/w3c-httpd/patches/patch-SSL @@ -1,3 +1,5 @@ +$NetBSD: patch-SSL,v 1.2 1999/05/09 21:12:33 tron Exp $ + ============================================================================ README: ============================================================================ diff --git a/www/w3c-httpd/patches/patch-aa b/www/w3c-httpd/patches/patch-aa index a0248083d19..eeb10444ee6 100644 --- a/www/w3c-httpd/patches/patch-aa +++ b/www/w3c-httpd/patches/patch-aa @@ -1,3 +1,5 @@ +$NetBSD: patch-aa,v 1.2 1999/05/09 21:12:33 tron Exp $ + --- BUILD.orig Sat Sep 24 11:28:46 1994 +++ BUILD Sat Mar 8 10:08:38 1997 @@ -56,6 +56,9 @@ @@ -6,7 +8,7 @@ if ($UNAME == "BSD/386") setenv WWW_MACH unix +if ($UNAME == "FreeBSD") setenv WWW_MACH freebsd +if ($UNAME == "OpenBSD") setenv WWW_MACH netbsd -+if ($UNAME == "NetBSD") setenv WWW_MACH netbsd ++if ($UNAME == "NetBSD") setenv WWW_MACH netbsd if ($UNAME == "Linux") setenv WWW_MACH linux if ($UNAME == "A/UX") setenv WWW_MACH aux if ($UNAME == "SMP_DC.SOx") setenv WWW_MACH pyramid diff --git a/www/w3c-httpd/patches/patch-ab b/www/w3c-httpd/patches/patch-ab index 898f14824e2..17a4207ca19 100644 --- a/www/w3c-httpd/patches/patch-ab +++ b/www/w3c-httpd/patches/patch-ab @@ -1,3 +1,5 @@ +$NetBSD: patch-ab,v 1.2 1999/05/09 21:12:33 tron Exp $ + *** Library/Implementation/HTTCP.c.orig Mon Dec 30 12:20:05 1996 --- Library/Implementation/HTTCP.c Mon Dec 30 13:23:20 1996 *************** diff --git a/www/w3c-httpd/patches/patch-ac b/www/w3c-httpd/patches/patch-ac new file mode 100644 index 00000000000..e985d8a1ba6 --- /dev/null +++ b/www/w3c-httpd/patches/patch-ac @@ -0,0 +1,20 @@ +$NetBSD: patch-ac,v 1.1 1999/05/09 21:12:33 tron Exp $ + +--- All/netbsd/Makefile.include.orig Fri Jul 14 03:32:20 1995 ++++ All/netbsd/Makefile.include Sun May 9 23:01:01 1999 +@@ -4,12 +4,12 @@ + # For W3 distribution, machine type for subdirectories + WWW_MACH = netbsd + +-CFLAGS = -DDEBUG -D__BSD__ +-LFLAGS = ++CFLAGS = -DDEBUG -D__BSD__ -Dunix ++LFLAGS = -lcrypt + CC = cc + + # Directory for installed binary: +-BINDIR = /usr/local/bin ++BINDIR = ${PREFIX}/bin + + # Where is the W3 object library to be installed (not normally done)? + LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) diff --git a/www/w3c-httpd/patches/patch-ba b/www/w3c-httpd/patches/patch-ba index e579d3ca954..d30a7bcb7b6 100644 --- a/www/w3c-httpd/patches/patch-ba +++ b/www/w3c-httpd/patches/patch-ba @@ -1,3 +1,5 @@ +$NetBSD: patch-ba,v 1.2 1999/05/09 21:12:33 tron Exp $ + *** Daemon/Implementation/CommonMakefile.orig Mon Dec 30 17:25:30 1996 --- Daemon/Implementation/CommonMakefile Mon Dec 30 17:27:26 1996 *************** diff --git a/www/w3c-httpd/patches/patch-bb b/www/w3c-httpd/patches/patch-bb index e7bd67a2316..5831d53b7fa 100644 --- a/www/w3c-httpd/patches/patch-bb +++ b/www/w3c-httpd/patches/patch-bb @@ -1,3 +1,5 @@ +$NetBSD: patch-bb,v 1.2 1999/05/09 21:12:33 tron Exp $ + *** All/freebsd/Makefile.include.orig Mon Dec 30 17:18:49 1996 --- All/freebsd/Makefile.include Mon Dec 30 17:19:46 1996 *************** diff --git a/www/w3c-httpd/patches/patch-bc b/www/w3c-httpd/patches/patch-bc index 08790f2fb18..c7ff42bf0dd 100644 --- a/www/w3c-httpd/patches/patch-bc +++ b/www/w3c-httpd/patches/patch-bc @@ -1,3 +1,5 @@ +$NetBSD: patch-bc,v 1.2 1999/05/09 21:12:33 tron Exp $ + --- Daemon/Implementation/HTPasswd.c.orig Sun Sep 25 06:48:03 1994 +++ Daemon/Implementation/HTPasswd.c Sat Mar 8 10:02:19 1997 @@ -77,6 +77,7 @@ diff --git a/www/w3c-httpd/patches/patch-ca b/www/w3c-httpd/patches/patch-ca index 110d585868e..3d0e88ecc3c 100644 --- a/www/w3c-httpd/patches/patch-ca +++ b/www/w3c-httpd/patches/patch-ca @@ -1,3 +1,5 @@ +$NetBSD: patch-ca,v 1.2 1999/05/09 21:12:33 tron Exp $ + --- Daemon/Implementation/CGIParse.c.orig Wed Jun 3 12:38:15 1998 +++ Daemon/Implementation/CGIParse.c Wed Jun 3 12:38:41 1998 @@ -293,7 +293,8 @@ -- cgit v1.2.3