Date: Sat, 31 Mar 2001 17:35:55 -0500 (EST) From: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26258: www/apache: patch to allow SHARED_CORE Message-ID: <200103312235.f2VMZtx01358@baby.int.thehousleys.net>
next in thread | raw e-mail | index | archive | help
>Number: 26258 >Category: ports >Synopsis: www/apache: patch to allow SHARED_CORE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 31 14:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 4.3-RC i386 >Organization: The Housleys dot Net >Environment: System: FreeBSD baby.int.thehousleys.net 4.3-RC FreeBSD 4.3-RC #4: Thu Mar 29 10:20:21 EST 2001 root@cat.int.thehousleys.net:/mnt3/obj/usr/src/sys/BABYKERNEL i386 >Description: Simple patches to allow building apache with SHARED_CORE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/FREEBSD_CVS/ports/www/apache13/Makefile,v retrieving revision 1.92 diff -u -r1.92 Makefile --- Makefile 2001/03/06 22:51:34 1.92 +++ Makefile 2001/03/31 00:24:38 @@ -58,6 +58,13 @@ CFLAGS+= -O6 -fomit-frame-pointer .endif +.if defined(APACHE_SHARED_CORE) && ${APACHE_SHARED_CORE} == YES +CONFIGURE_ARGS+= --enable-rule=SHARED_CORE +PLIST_SUB+= SHRHTTPD="" +.else +PLIST_SUB+= SHRHTTPD="@comment " +.endif + CONFIGURE_ENV= OPTIM='${OPTIM}' MAN1= dbmmanage.1 htdigest.1 htpasswd.1 Index: pkg-plist =================================================================== RCS file: /usr/FREEBSD_CVS/ports/www/apache13/pkg-plist,v retrieving revision 1.32 diff -u -r1.32 pkg-plist --- pkg-plist 2001/03/06 22:51:34 1.32 +++ pkg-plist 2001/03/31 00:24:47 @@ -61,6 +61,8 @@ include/apache/xml/xmlrole.h include/apache/xml/xmltok.h include/apache/xml/xmltok_impl.h +%%SHRHTTPD%%libexec/apache/libhttpd.ep +%%SHRHTTPD%%libexec/apache/libhttpd.so libexec/apache/httpd.exp libexec/apache/libproxy.so libexec/apache/mod_access.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103312235.f2VMZtx01358>