FreeBSD Bugzilla – Attachment 120349 Details for
Bug 163148
[patch] www/nginx, www/nginx-devel. add 3rd party nginx module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.76 KB, created by
Sergey V. Dyatko
on 2011-12-09 11:30:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sergey V. Dyatko
Created:
2011-12-09 11:30:07 UTC
Size:
2.76 KB
patch
obsolete
>diff -Nura Makefile.orig Makefile >--- Makefile.orig 2011-11-30 08:36:00.000000000 +0300 >+++ Makefile 2011-12-09 14:08:44.970258509 +0300 >@@ -71,13 +71,13 @@ > HTTP_UPSTREAM_HASH "3rd party upstream hash module" off \ > HTTP_ZIP_MODULE "3rd party http_zip module" off \ > CHUNKIN_MODULE "3rd party chunkin module" off \ >- DEVEL_KIT_MODULE "3rd party devel_kit module" off \ > GRIDFS_MODULE "3rd party gridfs module" off \ > LUA_MODULE "3rd party lua module" off \ > MEMC_MODULE "3rd party memc (memcached) module" off \ > PASSENGER_MODULE "3rd party passenger module" off \ > POSTGRES_MODULE "3rd party postgresql module" off \ > REDIS2_MODULE "3rd party redis2 module" off \ >+ SET_MISC_MODULE "3rd party set-misc-nginx module" on \ > SLOWFS_CACHE_MODULE "3rd party slowfs_cache module" off \ > SRCACHE_MODULE "3rd party srcache module" off \ > SUPERVISORD_MODULE "3rd party supervisord module" off \ >@@ -435,9 +435,7 @@ > .endif > > .if defined(WITH_LUA_MODULE) >-.if !defined(WITH_DEVEL_KIT_MODULE) >-IGNORE= for lua module build devel_kit also should be defined >-.endif >+USE_NGINX_DEVEL_KIT= yes > USE_LUA= 5.1+ > NGINX_LUA_MODULE_VERSION= 0.3.0 > GIT_LUA_MODULE_VERSION= 0-gdd0d4d0 >@@ -448,6 +446,27 @@ > EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-chaoslawful-lua-nginx-module::config > .endif > >+.if defined(WITH_SET_MISC_MODULE) >+USE_NGINX_DEVEL_KIT= yes >+NGINX_SET_MISC_MODULE_VERSION= 0.22rc3 >+GIT_SET_MISC_VERSION= 0-g7adef5a >+FETCH_ARGS= -pRr >+MASTER_SITES+= https://github.com/agentzh/set-misc-nginx-module/tarball/v${NGINX_SET_MISC_MODULE_VERSION}/:setmisc >+DISTFILES+= agentzh-set-misc-nginx-module-v${NGINX_SET_MISC_MODULE_VERSION}-${GIT_SET_MISC_VERSION}.tar.gz:setmisc >+CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-set-misc-nginx-module-${GIT_SET_MISC_VERSION:S/^0-g//} >+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-agentzh-set-misc-nginx-module::config >+.endif >+ >+.if defined(USE_NGINX_DEVEL_KIT) >+NGINX_DEVEL_KIT_MODULE_VERSION= 0.2.17 >+GIT_DEVEL_KIT_MODULE_VERSION= 0-gbc97eea >+FETCH_ARGS= -pRr >+MASTER_SITES+= https://github.com/simpl/ngx_devel_kit/tarball/v${NGINX_DEVEL_KIT_MODULE_VERSION}/:devel_kit >+DISTFILES+= simpl-ngx_devel_kit-v${NGINX_DEVEL_KIT_MODULE_VERSION}-${GIT_DEVEL_KIT_MODULE_VERSION}.tar.gz:devel_kit >+CONFIGURE_ARGS+=--add-module=${WRKDIR}/simpl-ngx_devel_kit-${GIT_DEVEL_KIT_MODULE_VERSION:S/^0-g//} >+.endif >+ >+ > .if defined(WITH_MEMC_MODULE) > NGINX_MEMC_MODULE_VERSION= 0.12 > GIT_MEMC_MODULE_VERSION= 0-g4f1952c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 163148
:
120346
|
120347
|
120348
| 120349 |
120350
|
120351