Bug 163148 - [patch] www/nginx, www/nginx-devel. add 3rd party nginx module
Summary: [patch] www/nginx, www/nginx-devel. add 3rd party nginx module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-09 11:30 UTC by Sergey V. Dyatko
Modified: 2011-12-09 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.49 KB, patch)
2011-12-09 11:30 UTC, Sergey V. Dyatko
no flags Details | Diff
file.diff (887 bytes, patch)
2011-12-09 11:30 UTC, Sergey V. Dyatko
no flags Details | Diff
file.diff (1.51 KB, patch)
2011-12-09 11:30 UTC, Sergey V. Dyatko
no flags Details | Diff
file.diff (2.76 KB, patch)
2011-12-09 11:30 UTC, Sergey V. Dyatko
no flags Details | Diff
file.diff (892 bytes, patch)
2011-12-09 11:30 UTC, Sergey V. Dyatko
no flags Details | Diff
file.diff (1.51 KB, patch)
2011-12-09 11:30 UTC, Sergey V. Dyatko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V. Dyatko 2011-12-09 11:30:07 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-09 11:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-09 13:57:34 UTC
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"
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2011-12-09 13:57:54 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks for report!