pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/apache24



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Jul 13 13:12:44 UTC 2021

Modified Files:
        pkgsrc/www/apache24: options.mk

Log Message:
On Arch Linux, at least, mod_md will be built (and cause a PLIST
error) unless explicitly disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/apache24/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/apache24/options.mk
diff -u pkgsrc/www/apache24/options.mk:1.17 pkgsrc/www/apache24/options.mk:1.18
--- pkgsrc/www/apache24/options.mk:1.17 Mon Jun 29 13:58:53 2020
+++ pkgsrc/www/apache24/options.mk      Tue Jul 13 13:12:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2020/06/29 13:58:53 ryoon Exp $
+# $NetBSD: options.mk,v 1.18 2021/07/13 13:12:44 hauke Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.apache
 PKG_SUPPORTED_OPTIONS=         apache-mpm-event apache-mpm-prefork apache-mpm-worker \
@@ -134,4 +134,6 @@ PLIST.brotli=          yes
 .include "../../textproc/jansson/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-md
 PLIST.md=               yes
+.else
+CONFIGURE_ARGS+=       --disable-md
 .endif



Home | Main Index | Thread Index | Old Index