I am stuck on php52- for now, but need to use the php5-rrdtool that rick@wzoeterwoude.net maintains (greets rick) I notice there was a php5-rrdtool, I took it, make two minor changes (so it would 'like' php52) it seems to compile, and install (and has same cli segfault that we all know and love in php5 rrdtool..) but, I have a 'patch' if you want it that way, or the whole shar. Fix: here are the changes from php5-rrtdool to php52-rrdtool: diff -bBru php5-rrdtool/ php52-rrdtool/ diff -bBru php5-rrdtool/Makefile php52-rrdtool/Makefile --- php5-rrdtool/Makefile 2010-05-25 17:08:19.000000000 -0400 +++ php52-rrdtool/Makefile 2011-08-18 16:50:13.000000000 -0400 @@ -12,7 +12,7 @@ MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/contrib/ \ http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \ http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/ -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php52- DISTNAME= php_rrdtool MAINTAINER= rick@wzoeterwoude.net @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/rrdtool USE_PHP= yes -DEFAULT_PHP_VER=5 +DEFAULT_PHP_VER=52 USE_PHPEXT= yes .include <bsd.port.pre.mk> and attached is shar. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->scheidell I will take this from myself.
scheidell 2011-12-08 19:46:29 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php52-rrdtool Makefile distinfo pkg-descr databases/php52-rrdtool/files patch-config.m4 Log: - New port, copy of databases/php5-rrdtool, needed for companies - stuck on php52 PR: ports/159894 [1] Submitted by: scheidell@secnap.net [1] Approved by: gabor (mentor) Feature safe: yes Revision Changes Path 1.1058 +1 -0 ports/databases/Makefile 1.1 +34 -0 ports/databases/php52-rrdtool/Makefile (new) 1.1 +2 -0 ports/databases/php52-rrdtool/distinfo (new) 1.1 +55 -0 ports/databases/php52-rrdtool/files/patch-config.m4 (new) 1.1 +5 -0 ports/databases/php52-rrdtool/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed.