The port already includes a patch against an subversion > 1.5.x assertion which does not work. I continuously get: [Tue Nov 10 09:45:00 2009] [error] [client 67.218.116.166] svn: In file 'subversion/libsvn_ra/deprecated.c' line 289: assertion failed (*path != '/') [Tue Nov 10 10:28:45 2009] [error] [client 66.249.71.85] svn: In file 'subversion/libsvn_ra/deprecated.c' line 289: assertion failed (*path != '/') But there is a different patch attached on the CPAN Bug# 37388 [1] that works for me for a few weeks now and solves that problem. [1] http://rt.cpan.org/Public/Bug/Display.html?id=37388 Added file(s): - files/patch-2basic.t Port maintainer (rafan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->rafan Over to maintainer (via the GNATS Auto Assign Tool)
rafan 2009-12-20 12:48:15 UTC FreeBSD ports repository Modified files: devel/p5-SVN-Web Makefile devel/p5-SVN-Web/files patch-Diff.pm patch-Log.pm patch-Revision.pm patch-View.pm patch-action.pm Added files: devel/p5-SVN-Web/files patch-2basic.t Log: - Fix assertion failed (*path != '/') for SVN 1.5 and above PR: ports/141778 Submitted by: Bernhard Froehlich <decke at bluelife.at> Obtained from: CPAN RT Bug# 37388 [1] [1] http://rt.cpan.org/Public/Bug/Display.html?id=37388#txn-543810 Revision Changes Path 1.23 +1 -1 ports/devel/p5-SVN-Web/Makefile 1.1 +12 -0 ports/devel/p5-SVN-Web/files/patch-2basic.t (new) 1.2 +7 -14 ports/devel/p5-SVN-Web/files/patch-Diff.pm 1.2 +8 -10 ports/devel/p5-SVN-Web/files/patch-Log.pm 1.2 +2 -2 ports/devel/p5-SVN-Web/files/patch-Revision.pm 1.2 +4 -7 ports/devel/p5-SVN-Web/files/patch-View.pm 1.2 +17 -7 ports/devel/p5-SVN-Web/files/patch-action.pm _______________________________________________ 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. Thanks!