Files
ports/databases/pecl-rrd/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

25 lines
543 B
Makefile

PORTNAME= rrd
DISTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= databases pear
MAINTAINER= flo@FreeBSD.org
COMMENT= PHP bindings to rrd tool system
WWW= https://pecl.php.net/package/rrd
LICENSE= PHP301
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= php:pecl localbase pkgconfig
IGNORE_WITH_PHP= 86
.include <bsd.port.pre.mk>
post-patch:
.if ${PHP_VER} >= 85
@${REINPLACE_CMD} -e 's|ext/standard/php_smart_string|Zend/zend_smart_string|' \
${WRKSRC}/rrd.c ${WRKSRC}/rrd_graph.c ${WRKSRC}/rrd_update.c
.endif
.include <bsd.port.post.mk>