CVS commit: pkgsrc/security/zoneminder
"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 14:33:56 UTC 2026 Modified Files: pkgsrc/security/zoneminder: Makefile Log Message: security/zoneminder: tweak php-apcu handling Remove apcu from PHP_REQUIRE_MODULE and directly depends on www/php-apcu via buildlink3.mk since this package is supported by PHP 7 and later. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 pkgsrc/security/zoneminder/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.4 KB)
Modified files:
Index: pkgsrc/security/zoneminder/Makefile
diff -u pkgsrc/security/zoneminder/Makefile:1.108 pkgsrc/security/zoneminder/Makefile:1.109
--- pkgsrc/security/zoneminder/Makefile:1.108 Tue Aug 11 19:27:13 2026
+++ pkgsrc/security/zoneminder/Makefile Wed Aug 12 14:33:56 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2026/08/11 19:27:13 gdt Exp $
+# $NetBSD: Makefile,v 1.109 2026/08/12 14:33:56 taca Exp $
# This is a twisty maze of variables. The plan is to edit VERSION
# (the zoneminder version) on upgrades, and have everything flow from
@@ -292,7 +292,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=${PHP_BA
DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=${PHP_BASE_VERS}:../../net/php-sockets
DEPENDS+= ${PHP_PKG_PREFIX}-intl>=${PHP_BASE_VERS}:../../textproc/php-intl
-PHP_REQUIRE_MODULE= apcu json
+PHP_REQUIRE_MODULE= json
## WEB
@@ -406,7 +406,6 @@ post-install:
# Install pkgsrc README.
${INSTALL_DATA} files/README-pkgsrc.md ${DESTDIR}${PREFIX}/${DOCDIR}
-.include "../../lang/php/compat.mk"
.include "../../devel/cmake/build.mk"
.include "../../mk/dlopen.buildlink3.mk"
@@ -421,4 +420,6 @@ post-install:
.include "../../multimedia/mp4v2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
+.include "../../www/php-apcu/buildlink3.mk"
+.include "../../lang/php/compat.mk"
.include "../../mk/bsd.pkg.mk"