Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2010 20:31:20 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@frieza.p6m7g8.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jatzen@gmail.com
Subject:   ports/146896: [PATCH] www/rubygem-passenger: Convert to KNOBS format for APACHE
Message-ID:  <201005240031.o4O0VKnt023878@frieza.p6m7g8.net>
Resent-Message-ID: <201005240040.o4O0e2LH065225@freefall.freebsd.org>

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

>Number:         146896
>Category:       ports
>Synopsis:       [PATCH] www/rubygem-passenger: Convert to KNOBS format for APACHE
>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:   Mon May 24 00:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

Port maintainer (jatzen@gmail.com) is cc'd.

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

--- rubygem-passenger-2.2.11_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-passenger/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	18 May 2010 04:07:53 -0000	1.13
+++ Makefile	24 May 2010 00:30:17 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	jatzen@gmail.com
 COMMENT=	Modules for running Ruby on Rails and Rack applications
 
-OPTIONS=	APACHEPORT	"Use apache22"		on \
+OPTIONS=	APACHE	"Use apache22"		on \
 		NGINXPORT	"Use nginx"		off
 
 USE_RUBY=	yes
@@ -24,12 +24,12 @@
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_APACHEPORT) && defined(WITH_NGINXPORT)
+.if defined(WITH_APACHE) && defined(WITH_NGINXPORT)
 IGNORE=		supports only one web-server: apache22 or nginx. \
 		Please 'make config' again
 .endif
 
-.if !defined(WITHOUT_APACHEPORT)
+.if !defined(WITHOUT_APACHE)
 USE_APACHE=	2.2+
 .endif
 
@@ -68,7 +68,7 @@
 		s!-lpthread!${PTHREAD_LIBS}!g' \
 		${PREFIX}/${GEM_LIB_DIR}/lib/phusion_passenger/platform_info.rb
 
-.if !defined(WITHOUT_APACHEPORT)
+.if !defined(WITHOUT_APACHE)
 	(${PREFIX}/bin/passenger-install-apache2-module --auto)
 	@${CAT} ${PKGMESSAGE}
 .endif
--- rubygem-passenger-2.2.11_3.patch ends here ---

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



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