Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 10:05:38 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102348: fix confusion with WITH_APACHE2 flag in rt36 port
Message-ID:  <20060821140538.4BDD8B814@yertle.kcilink.com>
Resent-Message-ID: <200608211410.k7LEAGga029226@freefall.freebsd.org>

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

>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@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:



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