ports/170179: [PATCH] www/rubygem-passenger: Allow both nginx and apache22
Bryan Drewery
bryan at shatow.net
Wed Jul 25 21:20:10 UTC 2012
>Number: 170179
>Category: ports
>Synopsis: [PATCH] www/rubygem-passenger: Allow both nginx and apache22
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 25 21:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Bryan Drewery
>Release: FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix unnecessary quoting in SYMLINK_DESC
- Apache and Nginx modules are not mutually exclusive, so don't define as SINGLEs
I don't think that the apache/nginx modules really are mutually exclusive, so they shouldn't be marked as SINGLE.
>How-To-Repeat:
>Fix:
--- patch-rubygem-passenger.txt begins here ---
diff -u /usr/ports/www/rubygem-passenger.orig/Makefile ./Makefile
--- /usr/ports/www/rubygem-passenger.orig/Makefile 2012-07-22 08:39:34.000000000 -0500
+++ ./Makefile 2012-07-25 16:07:24.000000000 -0500
@@ -13,12 +13,10 @@
MAINTAINER= osa at FreeBSD.ORG
COMMENT= Modules for running Ruby on Rails and Rack applications
-OPTIONS_DEFINE= DEBUG SYMLINK
-OPTIONS_SINGLE= SERVER
-OPTIONS_SINGLE_SERVER= APACHE22 NGINX
+OPTIONS_DEFINE= DEBUG SYMLINK APACHE22 NGINX
APACHE22_DESC= Build with apache22 support
NGINX_DESC= Build with nginx support
-SYMLINK_DESC= "Create passenger symlink"
+SYMLINK_DESC= Create passenger symlink
OPTIONS_DEFAULT= APACHE22
USE_RUBY= yes
--- patch-rubygem-passenger.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list