pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/php-rrd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 11 07:51:29 UTC 2026

Modified Files:
        pkgsrc/databases/php-rrd: Makefile

Log Message:
php-rrd: does not build against php 8.5


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/php-rrd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/php-rrd/Makefile
diff -u pkgsrc/databases/php-rrd/Makefile:1.34 pkgsrc/databases/php-rrd/Makefile:1.35
--- pkgsrc/databases/php-rrd/Makefile:1.34      Wed Jan  7 08:46:14 2026
+++ pkgsrc/databases/php-rrd/Makefile   Sun Jan 11 07:51:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2026/01/07 08:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2026/01/11 07:51:29 wiz Exp $
 
 MODNAME=       rrd
 PECL_VERSION=  2.0.3
@@ -10,7 +10,7 @@ HOMEPAGE=     http://pecl.php.net/package/rr
 COMMENT=       PHP extension provides bindings to the RRDtool C library
 LICENSE=       php
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+PHP_VERSIONS_INCOMPATIBLE=     85 56
 
 CONFIGURE_ARGS+=       --with-rrd=${BUILDLINK_PREFIX.rrdtool}
 



Home | Main Index | Thread Index | Old Index