Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 17:39:37 -0500 (EST)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26260: www/apache13+ipv6: patches to allow SHARED_CORE
Message-ID:  <200103312239.f2VMdb101578@baby.int.thehousleys.net>

next in thread | raw e-mail | index | archive | help

>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




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