summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-05-14 01:17:01 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-05-14 01:17:01 +0000
commit020bb7cc0535f4b850e818db19ce75ac172f714e (patch)
treed7ad8d95052558f3390611cd72c3596e3c79ec02 /www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
parentFix STATIC build. (diff)
Remove legacy third-party modules:
o) modsecurity2 o) fastdfs All modules, including all third-party modules, are dynamic now. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=535197
Diffstat (limited to 'www/nginx-devel/files/extra-patch-nginx-modsecurity-configure')
-rw-r--r--www/nginx-devel/files/extra-patch-nginx-modsecurity-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
deleted file mode 100644
index c9a1b24511f5..000000000000
--- a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- ../modsecurity-2.9.3/configure.orig 2016-02-07 12:45:53.346098000 -0500
-+++ ../modsecurity-2.9.3/configure 2016-02-07 12:47:50.081558000 -0500
-@@ -14949,7 +14949,7 @@
- LUA_LDADD=""
- LUA_LDFLAGS=""
- LUA_CONFIG=${PKG_CONFIG}
--LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua lua5.2 lua-5.2 lua_5.2 lua-52 lua_52 lua52 lua5.3 lua-5.3 lua_5.3 lua-53 lua_53 lua53 "
-+LUA_PKGNAMES="luajit "
- LUA_SONAMES="so la sl dll dylib a"
-
-
-@@ -14965,7 +14965,7 @@
- no) :
- test_paths= ;; #(
- yes) :
-- test_paths="/usr/local/liblua /usr/local/lua /usr/local /opt/liblua /opt/lua /opt /usr" ;; #(
-+ test_paths="%%PREFIX%%/include/luajit-2.1" ;; #(
- *) :
- test_paths="${with_lua}" ;;
- esac
-@@ -15019,7 +15019,7 @@
- LUA_LDADD="`${LUA_CONFIG} ${LUA_PKGNAME} --libs-only-l`"
- if test "$verbose_output" -eq 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: lua LDADD: $LUA_LDADD" >&5
- $as_echo "$as_me: lua LDADD: $LUA_LDADD" >&6;}; fi
-- LUA_LDFLAGS="`${LUA_CONFIG} ${LUA_PKGNAME} --libs-only-L --libs-only-other`"
-+ LUA_LDFLAGS="`${LUA_CONFIG} ${LUA_PKGNAME} --libs-only-L --libs-only-other | sed 's/\/lua51//'`"
- if test "$verbose_output" -eq 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: lua LDFLAGS: $LUA_LDFLAGS" >&5
- $as_echo "$as_me: lua LDFLAGS: $LUA_LDFLAGS" >&6;}; fi
- else