summaryrefslogtreecommitdiffstats
path: root/www/w3c-httpd/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-01-09 03:07:52 +0000
committerasami <asami@FreeBSD.org>1997-01-09 03:07:52 +0000
commit252b7a090b07fb7d17929b13809558f40edd6d30 (patch)
treeefa6c682af63d598ebf881d7821fa3d4aee81b97 /www/w3c-httpd/files
parent46cf7480f6e667f2fd1ae7cd372c0e1d7d4c579b (diff)
downloadFreeBSD-ports-252b7a090b07fb7d17929b13809558f40edd6d30.zip
FreeBSD-ports-252b7a090b07fb7d17929b13809558f40edd6d30.tar.gz
Update, 3.0 -> 3.0A.
Submitted by: Pedro Giffuni S. <m230761@ingenieria.ingsala.unal.edu.co>
Diffstat (limited to 'www/w3c-httpd/files')
-rw-r--r--www/w3c-httpd/files/patch-aa12
-rw-r--r--www/w3c-httpd/files/patch-ab35
-rw-r--r--www/w3c-httpd/files/patch-ba42
-rw-r--r--www/w3c-httpd/files/patch-bb19
4 files changed, 86 insertions, 22 deletions
diff --git a/www/w3c-httpd/files/patch-aa b/www/w3c-httpd/files/patch-aa
index 6ba1f77..4f766df 100644
--- a/www/w3c-httpd/files/patch-aa
+++ b/www/w3c-httpd/files/patch-aa
@@ -1,12 +1,12 @@
-*** BUILD Sat Sep 24 11:28:46 1994
---- BUILD Sat Oct 29 12:20:18 1994
+*** BUILD.orig Sat Sep 24 13:28:46 1994
+--- BUILD Mon Dec 30 17:07:45 1996
***************
-*** 55,60 ****
---- 55,61 ----
- if ($UNAME == "ULTRIX") setenv WWW_MACH decstation
+*** 56,61 ****
+--- 56,62 ----
if ($UNAME == "AIX") setenv WWW_MACH rs6000
if ($UNAME == "OSF1") setenv WWW_MACH osf1
-+ if ($UNAME == "FreeBSD") setenv WWW_MACH unix
if ($UNAME == "BSD/386") setenv WWW_MACH unix
++ if ($UNAME == "FreeBSD") setenv WWW_MACH freebsd
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/files/patch-ab b/www/w3c-httpd/files/patch-ab
index 651a6ce..898f148 100644
--- a/www/w3c-httpd/files/patch-ab
+++ b/www/w3c-httpd/files/patch-ab
@@ -1,19 +1,22 @@
-*** Daemon/Implementation/CommonMakefile.DIST Sat Oct 29 12:36:04 1994
---- Daemon/Implementation/CommonMakefile Sat Oct 29 12:36:21 1994
+*** Library/Implementation/HTTCP.c.orig Mon Dec 30 12:20:05 1996
+--- Library/Implementation/HTTCP.c Mon Dec 30 13:23:20 1996
***************
-*** 35,41 ****
- # If this env var is set to something else Some makes will use that instead
- SHELL = /bin/sh
- # Rule file to be used by target daemon
-! RULE_FILE = "/etc/httpd.conf"
+*** 113,118 ****
+--- 113,119 ----
+ extern int errno;
+ #endif /* errno */
- CMN = $(WWW)/Library/Implementation
- INC = $(WWW)/Library/Implementation
---- 35,41 ----
- # If this env var is set to something else Some makes will use that instead
- SHELL = /bin/sh
- # Rule file to be used by target daemon
-! RULE_FILE = "/usr/local/etc/httpd.conf"
++ #if !(defined(BSD) && (BSD >= 199306))
+ #ifndef VM
+ #ifndef VMS
+ #ifndef NeXT
+***************
+*** 123,128 ****
+--- 124,130 ----
+ #endif /* NeXT */
+ #endif /* VMS */
+ #endif /* VM */
++ #endif /* FreeBSD */
+
+ #endif /* PCNFS */
- CMN = $(WWW)/Library/Implementation
- INC = $(WWW)/Library/Implementation
diff --git a/www/w3c-httpd/files/patch-ba b/www/w3c-httpd/files/patch-ba
new file mode 100644
index 0000000..e579d3c
--- /dev/null
+++ b/www/w3c-httpd/files/patch-ba
@@ -0,0 +1,42 @@
+*** Daemon/Implementation/CommonMakefile.orig Mon Dec 30 17:25:30 1996
+--- Daemon/Implementation/CommonMakefile Mon Dec 30 17:27:26 1996
+***************
+*** 35,41 ****
+ # If this env var is set to something else Some makes will use that instead
+ SHELL = /bin/sh
+ # Rule file to be used by target daemon
+! RULE_FILE = "/etc/httpd.conf"
+
+ CMN = $(WWW)/Library/Implementation
+ INC = $(WWW)/Library/Implementation
+--- 35,41 ----
+ # If this env var is set to something else Some makes will use that instead
+ SHELL = /bin/sh
+ # Rule file to be used by target daemon
+! RULE_FILE = "/usr/local/etc/httpd.conf"
+
+ CMN = $(WWW)/Library/Implementation
+ INC = $(WWW)/Library/Implementation
+***************
+*** 157,166 ****
+
+ # Hypertext File server
+
+! PURIFY_CACHE = /home2/frystyk/purify-cache
+
+ PURIFY = purify \
+! -logfile=$(HOME)/purify.log
+ -cache-dir=$(PURIFY_CACHE)
+
+ #
+--- 157,166 ----
+
+ # Hypertext File server
+
+! PURIFY_CACHE = /tmp/purify-cache
+
+ PURIFY = purify \
+! -logfile=$(HOME)/purify.log \
+ -cache-dir=$(PURIFY_CACHE)
+
+ #
diff --git a/www/w3c-httpd/files/patch-bb b/www/w3c-httpd/files/patch-bb
new file mode 100644
index 0000000..e7bd67a
--- /dev/null
+++ b/www/w3c-httpd/files/patch-bb
@@ -0,0 +1,19 @@
+*** All/freebsd/Makefile.include.orig Mon Dec 30 17:18:49 1996
+--- All/freebsd/Makefile.include Mon Dec 30 17:19:46 1996
+***************
+*** 5,11 ****
+ WWW_MACH = freebsd
+
+ CFLAGS += -DDEBUG -D__BSD__
+! LFLAGS =
+
+ # Directory for installed binary:
+ BINDIR = /usr/local/bin
+--- 5,11 ----
+ WWW_MACH = freebsd
+
+ CFLAGS += -DDEBUG -D__BSD__
+! LFLAGS = -lcrypt
+
+ # Directory for installed binary:
+ BINDIR = /usr/local/bin
OpenPOWER on IntegriCloud