ports/134602: [PATCH] www/rt38: apache@ cleanups

Philip M. Gollucci pgollucci at FreeBSD.org
Sun May 17 07:50:06 UTC 2009


>Number:         134602
>Category:       ports
>Synopsis:       [PATCH] www/rt38: apache@ cleanups
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 17 07:50:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008
>Description:
- WITH_APACHE2 is deprecated, convert to WITH_APACHE
  which pulls in APACHE_PORT dep

Port maintainer (skreuzer at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rt-3.8.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/rt38/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	16 May 2009 02:33:02 -0000	1.13
+++ Makefile	17 May 2009 07:42:06 -0000
@@ -29,14 +29,13 @@
 LATEST_LINK=	rt38
 
 OPTIONS=	MYSQL 		"Enable MySQL backend" 		on  \
-		APACHE2		"Enable Apache2 server"		on  \
+		APACHE		"Enable ${APACHE_PORT} server"		on  \
 		MODPERL2	"Enable mod_perl2 support"	on  \
 		POSTGRESQL 	"Enable Postgresql backend"	off \
 		ORACLE		"Enable Oracle backend"		off \
 		SQLITE		"Enable SQLite backend" 	off \
 		DEV 		"Configure for Developers"	off \
 		STANDALONE	"Enable standalone server"	off \
-		APACHE		"Enable Apache1.3.x server"	off \
 		MODPERL		"Enable mod_perl support"	off \
 		FASTCGI		"Enable FastCGI support" 	off \
 		GRAPHVIZ	"Enable GraphViz charts"	on
@@ -70,10 +69,6 @@
 RUN_DEPENDS+=	${STANDALONE_DEPS}
 .endif
 
-.if defined(WITH_APACHE2)
-USE_APACHE=	2.0+
-.endif
-
 .if defined(WITH_APACHE)
 USE_APACHE=	1.3+
 .endif
@@ -133,11 +128,6 @@
 #IGNORE=	Select exactly one of WITH_MYSQL, WITH_POSTGRESQL, WITH_SQLITE, WITH_ORACLE
 #.endif
 
-### APACHE or APACHE2
-.if defined(WITH_APACHE) && defined(WITH_APACHE2)
-IGNORE=	options WITH_APACHE and WITH_APACHE2 are mutually exclusive
-.endif
-
 ### MODPERL or MODPERL2
 .if defined(WITH_MODPERL) && defined(WITH_MODPERL2)
 IGNORE=	options WITH_MODPERL and WITH_MODPERL2 are mutually exclusive
--- rt-3.8.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list