ports/102348: fix confusion with WITH_APACHE2 flag in rt36 port
Vivek Khera
vivek at khera.org
Mon Aug 21 14:10:17 UTC 2006
>Number: 102348
>Category: ports
>Synopsis: fix confusion with WITH_APACHE2 flag in rt36 port
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Aug 21 14:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Vivek Khera
>Release: FreeBSD 6.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Thu Mar 2 13:53:40 EST 2006 khera at yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64
>Description:
several people have contacted me regarding the use of the WITH_APACHE2 flag
flag to the www/rt36 port. This should clear that up.
>How-To-Repeat:
>Fix:
diff -Nru rt36/Makefile rt36.vk/Makefile
--- rt36/Makefile Tue Aug 15 21:55:12 2006
+++ rt36.vk/Makefile Mon Aug 21 10:02:23 2006
@@ -67,7 +67,11 @@
HAS_CONFIGURE= yes
NO_BUILD= yes
NO_PACKAGE= Executes scripts in post-install phase
+.if defined(WITH_APACHE2)
+USE_APACHE= 2.0+
+.else
USE_APACHE= 1.3+
+.endif
CONFIGURE_ARGS= --prefix=${RT_PATH} \
--enable-layout=${LAYOUT} \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list