[PC-BSD Commits] r15117 - pbi/modules/www/nginx
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 31 07:30:40 PST 2012
Author: kenmoore
Date: 2012-01-31 15:30:40 +0000 (Tue, 31 Jan 2012)
New Revision: 15117
Modified:
pbi/modules/www/nginx/pbi.conf
Log:
Add the security/openssl port to NGINX and rebuild. Also set the "WITH_HTTP_SSL_MODULE=yes" makeoption.
Modified: pbi/modules/www/nginx/pbi.conf
===================================================================
--- pbi/modules/www/nginx/pbi.conf 2012-01-31 15:25:24 UTC (rev 15116)
+++ pbi/modules/www/nginx/pbi.conf 2012-01-31 15:30:40 UTC (rev 15117)
@@ -5,6 +5,7 @@
PBI_PROGICON="nginx.png"
PBI_MAKEPORT="www/nginx"
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER=""
-PBI_MAKEOPTS=""
+PBI_MKPORTAFTER="security/openssl"
+PBI_MAKEOPTS="WITH_HTTP_SSL_MODULE=yes"
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list