I would like to have the option to use the substitution filter module ( http://wiki.nginx.org/HttpSubsModule#Nginx_Substitutions_Filter_module ) in nginx and nginx-devel without having to manually download, extract, and add the module myself. Patch is attached. The bzipped tar is hosted in my home dir; I couldn't figure out how to make Google Code give me the file except for the instructions here: http://code.google.com/p/substitutions4nginx/source/checkout This module is different from the httpsubs module already configurable in the Makefile. Fix: patch attached Patch attached with submission follows: How-To-Repeat: Attempt to install nginx or nginx-devel with the substitution filters module.
Responsible Changed From-To: freebsd-ports-bugs->osa Over to maintainer (via the GNATS Auto Assign Tool)
osa 2011-04-04 18:33:35 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx-devel Makefile distinfo Log: Add third-party http_subs_filter module. Do not bump PORTREVISION. PR: 156163 Revision Changes Path 1.375 +9 -0 ports/www/nginx-devel/Makefile 1.326 +2 -0 ports/www/nginx-devel/distinfo 1.255 +9 -0 ports/www/nginx/Makefile 1.218 +2 -0 ports/www/nginx/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some modifications, thanks for report!