Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 22:30:29 GMT
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84150: apache13-modssl doesn't compile with mod_accel on amd64
Message-ID:  <200507272230.j6RMUTH6002177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@cs.tu-berlin.de>
To: bug-followup@FreeBSD.org,  dinoex@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507272230.j6RMUTH6002177>