Bug 141778 - [PATCH] devel/p5-SVN-Web: correctly fix assertion (*path != '/')
Summary: [PATCH] devel/p5-SVN-Web: correctly fix assertion (*path != '/')
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 16:30 UTC by Bernhard Froehlich
Modified: 2009-12-20 15:29 UTC (History)
1 user (show)

See Also:


Attachments
p5-SVN-Web-0.53_6.patch (7.32 KB, patch)
2009-12-19 16:30 UTC, Bernhard Froehlich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Froehlich 2009-12-19 16:30:06 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-19 16:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-20 12:48:23 UTC
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"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2009-12-20 15:29:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!