ports/84150: apache13-modssl doesn't compile with mod_accel on amd64
Björn König
bkoenig at cs.tu-berlin.de
Wed Jul 27 22:30:30 UTC 2005
The following reply was made to PR ports/84150; it has been noted by GNATS.
From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig at cs.tu-berlin.de>
To: bug-followup at FreeBSD.org, dinoex at freebsd.org
Cc:
Subject: Re: ports/84150: apache13-modssl doesn't compile with mod_accel on
amd64
Date: Thu, 28 Jul 2005 00:20:58 +0200
This is a multi-part message in MIME format.
--------------090707080609040409020705
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
I forgot to attach the patch.
--------------090707080609040409020705
Content-Type: text/x-patch;
name="apache13-modssl,1.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="apache13-modssl,1.diff"
--- Makefile Thu Jul 28 00:00:37 2005
+++ Makefile Wed Jul 27 23:57:57 2005
@@ -227,7 +227,7 @@
--enable-shared=freeze \
--activate-module=src/modules/accel/libaccel.a \
--enable-shared=accel
-EXTRA_PATCHES+= ${FILESDIR}/mod_accel-preservehost.patch
+EXTRA_PATCHES+= ${FILESDIR}/mod_accel-preservehost.patch ${FILESDIR}/mod_accel-Makefile.tmpl.patch
PLIST_FILES+= libexec/apache/libaccel.so \
libexec/apache/mod_freeze.so \
libexec/apache/mod_randban.so \
--- files/mod_accel-Makefile.tmpl.patch Thu Jan 1 00:00:00 1970
+++ files/mod_accel-Makefile.tmpl.patch Wed Jul 27 23:57:19 2005
@@ -0,0 +1,11 @@
+--- src/modules/accel/Makefile.tmpl.orig Wed Jul 27 23:56:21 2005
++++ src/modules/accel/Makefile.tmpl Wed Jul 27 23:56:28 2005
+@@ -9,7 +9,7 @@
+
+ OBJS_PIC=\
+ mod_accel.lo accel_cachemgr.lo \
+- accel_backend.o accel_cache.lo accel_gc.lo \
++ accel_backend.lo accel_cache.lo accel_gc.lo \
+ accel_lock.lo accel_http.lo accel_connect.lo accel_util.lo \
+ ap_other_child.lo ap_ext_accel.lo
+
--------------090707080609040409020705--
More information about the freebsd-ports-bugs
mailing list