pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nginx-devel



Module Name:    pkgsrc
Committed By:   osa
Date:           Wed Apr 23 18:17:41 UTC 2025

Modified Files:
        pkgsrc/www/nginx-devel: options.mk

Log Message:
www/nginx-devel: another quick fix with new "prefixed" knobs


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/nginx-devel/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx-devel/options.mk
diff -u pkgsrc/www/nginx-devel/options.mk:1.42 pkgsrc/www/nginx-devel/options.mk:1.43
--- pkgsrc/www/nginx-devel/options.mk:1.42      Thu Apr 17 15:14:32 2025
+++ pkgsrc/www/nginx-devel/options.mk   Wed Apr 23 18:17:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.42 2025/04/17 15:14:32 osa Exp $
+# $NetBSD: options.mk,v 1.43 2025/04/23 18:17:41 osa Exp $
 
 CODELOAD_SITE_GITHUB=          https://codeload.github.com/
 
@@ -309,7 +309,7 @@ PLIST.imagefilter=  yes
 CONFIGURE_ARGS+=       --with-http_slice_module
 .endif
 
-.if !empty(PKG_OPTIONS:Mstatus)
+.if !empty(PKG_OPTIONS:Mnginx-status)
 CONFIGURE_ARGS+=       --with-http_stub_status_module
 .endif
 



Home | Main Index | Thread Index | Old Index