Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 17:37:38 -0500 (EST)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26259: www/apache13-modssl: patch to allow SHARED_CORE
Message-ID:  <200103312237.f2VMbcl01468@baby.int.thehousleys.net>

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

>Number:         26259
>Category:       ports
>Synopsis:       www/apache13-modssl: 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: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-modssl/Makefile,v
retrieving revision 1.80
diff -u -r1.80 Makefile
--- Makefile	2001/03/03 11:28:15	1.80
+++ Makefile	2001/03/31 00:31:48
@@ -78,6 +78,13 @@
 		-fexpensive-optimizations -ffast-math
 .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=	CFLAGS='${CFLAGS}' \
 		OPTIM='${OPTIM}' \
 		SSL_BASE='SYSTEM' \
Index: pkg-plist
===================================================================
RCS file: /usr/FREEBSD_CVS/ports/www/apache13-modssl/pkg-plist,v
retrieving revision 1.20
diff -u -r1.20 pkg-plist
--- pkg-plist	2001/03/03 11:28:18	1.20
+++ pkg-plist	2001/03/31 00:31:11
@@ -85,6 +85,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/libssl.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?200103312237.f2VMbcl01468>