Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 19:11:22 -0400 (EDT)
From:      "Christopher H. Laco" <chris.laco@threetech.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40019: [PATCH] apache13-modssl port Makefile clobbers passed CONFIGURE_ARGS
Message-ID:  <200206292311.g5TNBMMr034525@cypher.dmz.matrix.network>

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

>Number:         40019
>Category:       ports
>Synopsis:       [PATCH] apache13-modssl port Makefile clobbers passed CONFIGURE_ARGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 29 16:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christopher H. Laco
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD cypher.threetech.com 4.6-STABLE FreeBSD 4.6-STABLE #2: Mon Jun 17 22:00:51 EDT 2002 claco@cypher.threetech.com:/usr/obj/usr/src/sys/TUNED_IPF i386

>Description:
	Running make CONFIGURE_ARGS=--disable-rule=EXPAT clobbers the CONFIGURE_ARGS already set in Makefile.

>How-To-Repeat:
	cd /usr/ports/www/apache13-modssl && make CONFIGURE_ARGS=--disable-rule=EXPAT

>Fix:

--- Makefile.diff begins here ---
--- ./Makefile.orig	Sat Jun 29 18:50:59 2002
+++ ./Makefile	Sat Jun 29 18:51:16 2002
@@ -53,7 +53,7 @@
 
 USE_PERL5=	yes
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} \
+CONFIGURE_ARGS+=	--prefix=${PREFIX} \
 		--server-uid=www \
 		--server-gid=www \
 		--with-perl=${PERL} \
--- Makefile.diff ends here ---


>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?200206292311.g5TNBMMr034525>