From owner-freebsd-ports Sat Mar 31 14:40:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6598537B71E for ; Sat, 31 Mar 2001 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2VMe1B70594; Sat, 31 Mar 2001 14:40:01 -0800 (PST) (envelope-from gnats) Received: from baby.int.thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id EFE4B37B718 for ; Sat, 31 Mar 2001 14:39:37 -0800 (PST) (envelope-from housley@baby.int.thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.11.3/8.11.3) id f2VMdb101578; Sat, 31 Mar 2001 17:39:37 -0500 (EST) (envelope-from housley) Message-Id: <200103312239.f2VMdb101578@baby.int.thehousleys.net> Date: Sat, 31 Mar 2001 17:39:37 -0500 (EST) From: jim@thehousleys.net Reply-To: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26260: www/apache13+ipv6: patches to allow SHARED_CORE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26260 >Category: ports >Synopsis: www/apache13+ipv6: patches 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:01 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 with SHARED_CORE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/FREEBSD_CVS/ports/www/apache13+ipv6/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 2001/03/01 08:17:27 1.15 +++ Makefile 2001/03/31 00:32:23 @@ -61,6 +61,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+ipv6/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 2001/03/14 06:56:09 1.7 +++ pkg-plist 2001/03/31 00:32:23 @@ -63,6 +63,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