summaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-27 16:14:49 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-27 16:14:49 +0000
commit790df40d4c71d757f66a999be6d114a76a18bf11 (patch)
tree07b1851d62c6eab80aa7502ffd66bdf80d3e6edb /www/apache13-ssl/files
parent- Update to apache 1.3.9 + ssl 1.40. (diff)
This is a part of update to 1.3.12+1.40. For the rest, please see the
Makefile's commit log. (Actually I had a CVS problem, and Peter has fixed it for me) * * * * - Add patch-at to correctly build on FreeBSD 5.0+. PR: ports/17404 Submitted by: Khetan H. Gajjar <khetan@freebsd.os.org.za> - Mark `WWW:' in DESCR. Noticed by: portlint
Notes
Notes: svn path=/head/; revision=28041
Diffstat (limited to 'www/apache13-ssl/files')
-rw-r--r--www/apache13-ssl/files/patch-ar2
-rw-r--r--www/apache13-ssl/files/patch-as17
-rw-r--r--www/apache13-ssl/files/patch-at20
3 files changed, 29 insertions, 10 deletions
diff --git a/www/apache13-ssl/files/patch-ar b/www/apache13-ssl/files/patch-ar
index deb116c2c053..d1f2bdc79cc9 100644
--- a/www/apache13-ssl/files/patch-ar
+++ b/www/apache13-ssl/files/patch-ar
@@ -5,7 +5,7 @@
+SSL_CFLAGS= -DAPACHE_SSL
+SSL_LIB_DIR= $(SSL_BASE)
-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
-++SSL_LIBS= -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
+++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
+SSL_APP_DIR= $(SSL_BASE)/apps
+SSL_APP=/usr/home/ben/work/openssl/apps/openssl
+
diff --git a/www/apache13-ssl/files/patch-as b/www/apache13-ssl/files/patch-as
index ab7214774dbb..f4f61f16ac8a 100644
--- a/www/apache13-ssl/files/patch-as
+++ b/www/apache13-ssl/files/patch-as
@@ -1,11 +1,10 @@
---- configure.org Wed Nov 3 14:52:06 1999
-+++ configure Wed Nov 3 14:52:26 1999
-@@ -1086,7 +1086,7 @@
- ## UID/GID as production oriented as a web server in NIS anyway.
+--- configure.org Sun Feb 13 11:11:46 2000
++++ configure Sun Feb 13 11:12:16 2000
+@@ -366,8 +366,8 @@
##
- conf_user="nobody"
--conf_group="#-1"
+ ## Initialize server user ID and group ID variables
+ ##
+-conf_user=""
+-conf_group=""
++conf_user="nobody"
+conf_group="nogroup"
- conf_port="80"
- conf_serveradmin="you@your.address"
- conf_servername="new.host.name"
diff --git a/www/apache13-ssl/files/patch-at b/www/apache13-ssl/files/patch-at
new file mode 100644
index 000000000000..f7aff8452ba3
--- /dev/null
+++ b/www/apache13-ssl/files/patch-at
@@ -0,0 +1,20 @@
+--- src/Configure.orig Sun Feb 6 10:27:19 2000
++++ src/Configure Thu Apr 27 23:55:17 2000
+@@ -467,7 +467,7 @@
+ PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
+ OS="FreeBSD $PLATOSVERS"
+ case "$PLATOSVERS" in
+- [234]*)
++ [2-9]*)
+ DEF_WANTHSREGEX=no
+ CFLAGS="$CFLAGS -funsigned-char"
+ ;;
+@@ -1043,7 +1043,7 @@
+ LDFLAGS_SHLIB_EXPORT=""
+ SHLIB_SUFFIX_DEPTH=2
+ ;;
+- *-freebsd3*|*-freebsd4*)
++ *-freebsd[3-9]*)
+ LD_SHLIB="gcc"
+ CFLAGS_SHLIB="-fpic"
+ LDFLAGS_SHLIB="-shared"