ports/146896: [PATCH] www/rubygem-passenger: Convert to KNOBS format for APACHE
Philip M. Gollucci
pgollucci at frieza.p6m7g8.net
Mon May 24 00:40:02 UTC 2010
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list