CVS commit: pkgsrc/www/osticket
"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 15:02:31 UTC 2026 Modified Files: pkgsrc/www/osticket: Makefile Log Message: www/osticket: 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 8.2, 8.3 and 8.4. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/osticket/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1013 B)
Modified files:
Index: pkgsrc/www/osticket/Makefile
diff -u pkgsrc/www/osticket/Makefile:1.11 pkgsrc/www/osticket/Makefile:1.12
--- pkgsrc/www/osticket/Makefile:1.11 Fri Aug 7 01:44:04 2026
+++ pkgsrc/www/osticket/Makefile Wed Aug 12 15:02:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/08/07 01:44:04 taca Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/12 15:02:31 taca Exp $
DISTNAME= osticket-v1.18.4
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -28,7 +28,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${
DEPENDS+= ${PHP_PKG_PREFIX}-mysqli>=${PHP_BASE_VERS}:../../databases/php-mysqli
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
-PHP_REQUIRE_MODULE= apcu imap opcache
+PHP_REQUIRE_MODULE= imap opcache
PHP_VERSIONS_ACCEPTED= 82 83 84 # does not support 5.6
@@ -87,5 +87,6 @@ do-install:
.include "../../mk/apache.mk"
.include "../../mk/mysql.buildlink3.mk"
+.include "../../www/php-apcu/buildlink3.mk"
.include "../../lang/php/compat.mk"
.include "../../mk/bsd.pkg.mk"