The version of rrdcgi from databases/rrdtool-1.3.1 is a bit broken, in that "%s" (which has historically been, and is still documented to "[stand] for the filename part of the graph generated, all directories given in the PNG file argument will get dropped.") now is replaced by a full pathname -- from the system's root, which is rarely the same as the DocumentRoot for the Web server, with the result that absent ugly symlink hacks, the RRDtool graphs are generated, but the Web server won't find them. Please note that RRDtool's author has fixed this (r1459) as of 12 Aug 2008. It would be Real Nice to get the fix in before the ports are completely frozen for 6.4=R and 7.1-R. Fix: See <http://oss.oetiker.ch/rrdtool-trac/changeset/1459>. How-To-Repeat: See <http://oss.oetiker.ch/rrdtool-trac/ticket/170>.
Maintainer of databases/rrdtool, Please note that PR ports/127477 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127477 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
beech 2008-09-23 00:10:24 UTC FreeBSD ports repository Modified files: databases/rrdtool Makefile distinfo pkg-plist Added files: databases/rrdtool/files patch-bindings-perl-shared-Makefile.PL Log: - Update to 1.3.3 - Fixes a major data corruption bug present in earlier 1.3.x versions - Fix rrdcgi is generating invalid paths PR: ports/127271 [1] PR: ports/127477 [2] Submitted by: kevin brintnall <kbrint@rufus.net> [1] Submitted by: David Wolfskill <dwolf@juniper.net> [2] Approved by: Razor <bg1tpt@gmail.com> (maintainer) Revision Changes Path 1.80 +9 -1 ports/databases/rrdtool/Makefile 1.35 +3 -3 ports/databases/rrdtool/distinfo 1.1 +10 -0 ports/databases/rrdtool/files/patch-bindings-perl-shared-Makefile.PL (new) 1.24 +0 -94 ports/databases/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: feedback->closed Committed, Thanks!