Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Jan 2003 09:40:36 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ache@FreeBSD.org
Subject:   ports/46714: fix www/mnogosearch to adhere to ${APACHE_PORT} 
Message-ID:  <20030103084036.49178104B2@snorri.pil.dk>

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

>Number:         46714
>Category:       ports
>Synopsis:       fix www/mnogosearch to adhere to ${APACHE_PORT}
>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:   Fri Jan 03 00:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD snorri.pil.dk 4.7-STABLE FreeBSD 4.7-STABLE #2: Thu Nov 14 10:46:48 CET 2002 root@snorri.pil.dk:/usr/obj/usr/src/sys/SNORRI i386


	
>Description:
change hardcoded dependency on apache to use ${APACHE_PORT}

>How-To-Repeat:
	
>Fix:

	

--- mnogosearch.diff begins here ---
Index: Makefile
===================================================================
RCS file: /cvs/pepsi/pepsi/src/ports/pil/mnogosearch/Makefile,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -u -r1.1 -r1.3
--- Makefile	3 Jan 2003 08:03:15 -0000	1.1
+++ Makefile	3 Jan 2003 08:22:07 -0000	1.3
@@ -25,7 +25,10 @@
 		--sysconfdir=${PREFIX}/etc/mnogosearch \
 		--localstatedir=/var/mnogosearch
 
-RUN_DEPENDS+=	${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
+RUN_DEPENDS+=	${APXS}:${APACHE_PORT}
+
+APXS?=          ${LOCALBASE}/sbin/apxs
+APACHE_PORT?=   ${PORTSDIR}/www/apache13
 
 .ifndef NO_OPENSSL
 USE_OPENSSL=    yes
--- mnogosearch.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?20030103084036.49178104B2>