CVS commit: pkgsrc/net/icingaweb2
"Takahiro Kambe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: taca Date: Wed Aug 12 08:08:27 UTC 2026 Modified Files: pkgsrc/net/icingaweb2: Makefile Log Message: net/icingaweb2: use PHP_REQUIRE_MODULE Use PHP_REQUIRE_MODULE for php-json dependency. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/icingaweb2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 932 B)
Modified files:
Index: pkgsrc/net/icingaweb2/Makefile
diff -u pkgsrc/net/icingaweb2/Makefile:1.9 pkgsrc/net/icingaweb2/Makefile:1.10
--- pkgsrc/net/icingaweb2/Makefile:1.9 Fri Jul 24 15:48:18 2026
+++ pkgsrc/net/icingaweb2/Makefile Wed Aug 12 08:08:27 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/07/24 15:48:18 taca Exp $
+# $NetBSD: Makefile,v 1.10 2026/08/12 08:08:27 taca Exp $
DISTNAME= icingaweb2-2.8.2
PKGREVISION= 4
@@ -19,6 +19,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-intl-[0-9]*:
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
# For php-*sql see options.mk
+PHP_REQUIRE_MODULE= json
+
PHP_VERSIONS_INCOMPATIBLE= 56 # php-imagick
USE_TOOLS+= pax
@@ -282,5 +284,5 @@ PLIST_SUBST+= EGDIR="${EGDIR:S.${PREFIX}
GENERATE_PLIST+= printf "${EGDIR:S.${PREFIX}/..}/%s\n" ${CONFS};
-.include "../../lang/php/json.mk"
+.include "../../lang/php/compat.mk"
.include "../../mk/bsd.pkg.mk"