diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2024-12-20 11:16:53 -0500 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2024-12-20 11:22:50 -0500 |
commit | c6a9ca835e692259d21f49277b3fda5fa2777275 (patch) | |
tree | d8d94fa02078f6b9215645beb167520fdf70a450 /www/nginx-devel/files/extra-patch-njs-nginx-config | |
parent | textproc/Makefile: Remove invalid entry for cl-meta-clisp (diff) |
www/nginx-devel: optimize NJS infrastructure (+)
- remove NJS_QJS and NJS_XML knobs, always build such components
- add arguments to NJS' configure
- remove needless patches
- the port depends on devel/pcre2, so move `--with-ld-opt' to the
main configure level
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel/files/extra-patch-njs-nginx-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-njs-nginx-config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/nginx-devel/files/extra-patch-njs-nginx-config b/www/nginx-devel/files/extra-patch-njs-nginx-config deleted file mode 100644 index e9a340ab733f..000000000000 --- a/www/nginx-devel/files/extra-patch-njs-nginx-config +++ /dev/null @@ -1,13 +0,0 @@ ---- ../njs-0.8.8/nginx/config.orig 2024-12-16 11:16:44.892658000 -0500 -+++ ../njs-0.8.8/nginx/config 2024-12-16 11:19:57.566877000 -0500 -@@ -60,8 +60,8 @@ - fi - - if [ $ngx_found = no ]; then -- ngx_feature="QuickJS library -I/usr/include/quickjs/ -L/usr/lib/quickjs/ -lquickjs" -- ngx_feature_libs="-L/usr/lib/quickjs/ -lquickjs -lm -ldl -lpthread" -+ ngx_feature="QuickJS library -I%%LOCALBASE%%/include/quickjs/ -L%%LOCALBASE%%/lib/ -lquickjs" -+ ngx_feature_libs="-L%%LOCALBASE%%/lib/ -lquickjs -lm -ldl -lpthread" - - . auto/feature - fi |