git: 5eb4d136d1b7 - main - www/nginx-devel: update the start script service jails ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Aug 2025 14:34:29 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5eb4d136d1b7eb12b2e894f89c42ea199acad47b
commit 5eb4d136d1b7eb12b2e894f89c42ea199acad47b
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-08-29 14:30:08 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-08-29 14:34:22 +0000
www/nginx-devel: update the start script service jails ready
Based on https://cgit.FreeBSD.org/ports/commit/?id=a3fbcaec539824a635d1bd53a2508fafae06ec6a
See also:
https://docs.freebsd.org/en/articles/rc-scripting/#rcng-instancing
Bump PORTREVISION.
---
www/nginx-devel/Makefile | 2 +-
www/nginx-devel/files/nginx.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index bdc0d6d52163..ac2452c94c6f 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,7 +1,7 @@
PORTNAME?= nginx
PORTVERSION= ${NGINX_VERSION}
.include "version.mk"
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
diff --git a/www/nginx-devel/files/nginx.in b/www/nginx-devel/files/nginx.in
index daba266d9192..5ec438dd7342 100644
--- a/www/nginx-devel/files/nginx.in
+++ b/www/nginx-devel/files/nginx.in
@@ -69,6 +69,7 @@ if [ -n "$2" ]; then
required_files="${nginx_configfile}"
eval nginx_enable="\${nginx_${profile}_enable:-${nginx_enable}}"
eval nginx_flags="\${nginx_${profile}_flags:-${nginx_flags}}"
+ eval nginx_svcj_options="\${nginx_${profile}_svcj_options:-${nginx_svcj_options}}"
eval nginxlimits_enable="\${nginxlimits_${profile}_enable:-${nginxlimits_enable}}"
eval nginxlimits_args="\${nginxlimits_${profile}_args:-${nginxlimits_args}}"
nginx_flags="-c ${nginx_configfile} -g \"pid ${pidfile};\" ${nginx_flags}"