changelog: * removed DEVEL_KIT_MODULE option. At the moment it is only used for LUA_MODULE and following looks strange: .if !defined(WITH_DEVEL_KIT_MODULE) BROKEN= for lua module build devel_kit also should be defined .endif user must know about that dependency or/and re-run config after build stopped if he really wants ngx_lua * added 3rd party set-misc module http://wiki.nginx.org/HttpSetMiscModule devel_kit requires for that module too Fix: www/nginx: www/nginx-devel:
Responsible Changed From-To: freebsd-ports-bugs->osa Over to maintainer (via the GNATS Auto Assign Tool)
osa 2011-12-09 13:57:24 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx-devel Makefile distinfo Added files: www/nginx/files extra-patch-agentzh-set-misc-nginx-module::config www/nginx-devel/files extra-patch-agentzh-set-misc-nginx-module::config Log: Add set-misc-nginx third-party module. Remove DEVEL_KIT_MODULE from OPTIONS, because the devel_kit module is used as a toolkit for other modules. Add internal USE_NGINX_DEVEL_KIT variable. Cleanup whitespaces. Do not bump PORTREVISION because these modules disabled by default. Feature safe: yes PR: 163148 (mostly) Revision Changes Path 1.412 +23 -14 ports/www/nginx-devel/Makefile 1.360 +2 -0 ports/www/nginx-devel/distinfo 1.1 +13 -0 ports/www/nginx-devel/files/extra-patch-agentzh-set-misc-nginx-module::config (new) 1.290 +23 -14 ports/www/nginx/Makefile 1.251 +4 -2 ports/www/nginx/distinfo 1.1 +13 -0 ports/www/nginx/files/extra-patch-agentzh-set-misc-nginx-module::config (new) _______________________________________________ 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 modifications, thanks for report!