net/rrdtool does not compile due to an issue when ruby is installed This patch will disable ruby support by default until the issue is solved on the programmer level Fix: Only a workaround known Patch attached with submission follows: How-To-Repeat: Have ruby installed, portinstall/portupgrade net/rrdtool
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer
pav 2007-05-23 14:15:19 UTC FreeBSD ports repository Modified files: net/rrdtool Makefile pkg-plist net/rrdtool/files patch-bindings-Makefile.in Log: - Add option for Ruby bindings - Fix build for people with Ruby installed, who don't want the bindings PR: ports/112513, also ports/112412, ports/112483, ports/112663, ports/112679, ports/112883 Submitted by: clive Approved by: portmgr (implicit), maintainer timeout (demon; 15 days) Revision Changes Path 1.67 +12 -1 ports/net/rrdtool/Makefile 1.5 +12 -4 ports/net/rrdtool/files/patch-bindings-Makefile.in 1.21 +1 -0 ports/net/rrdtool/pkg-plist _______________________________________________ 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 Fixed. Thanks for the patch, but in the end more complete patch from ports/112513 got used.