pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-msgpack
Module Name: pkgsrc
Committed By: taca
Date: Tue Aug 11 15:25:09 UTC 2026
Modified Files:
pkgsrc/devel/php-msgpack: Makefile
Log Message:
devel/php-msgpack: require php-apcu
Fix build problem.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/php-msgpack/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-msgpack/Makefile
diff -u pkgsrc/devel/php-msgpack/Makefile:1.4 pkgsrc/devel/php-msgpack/Makefile:1.5
--- pkgsrc/devel/php-msgpack/Makefile:1.4 Sat Jul 4 06:47:07 2026
+++ pkgsrc/devel/php-msgpack/Makefile Tue Aug 11 15:25:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/07/04 06:47:07 taca Exp $
+# $NetBSD: Makefile,v 1.5 2026/08/11 15:25:09 taca Exp $
MODNAME= msgpack
PECL_VERSION= 3.0.1
@@ -15,5 +15,6 @@ TEST_TARGET= test
TEST_ENV= NO_INTERACTION=set
.include "../../devel/msgpack/buildlink3.mk"
+.include "../../www/php-apcu/buildlink3.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index