Bug 88410 - devel/subversion port incorrect plist in some cases.
Summary: devel/subversion port incorrect plist in some cases.
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-02 22:40 UTC by Jon Spencer
Modified: 2005-11-05 16:56 UTC (History)
0 users

See Also:


Attachments
file.diff (1.57 KB, patch)
2005-11-02 22:40 UTC, Jon Spencer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Spencer 2005-11-02 22:40:13 UTC
If you build the devel/subversion port with WITH_MOD_DAV_SVN=yes
and APACHE2_PORT=www/apache21 then the pkg-plist is incorrectly
specified.  The plist contains libexec/apache2/mod_dav_svn.so, but
this file will be installed as libexec/apache21/mod_dav_svn.so.

I've included a patch I believe rectifies the problem.

How-To-Repeat: cd /usr/ports/devel/subversion
make WITH_MOD_DAV_SVN=yes APACHE2_PORT=www/apache21 package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-02 23:18:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2005-11-05 16:55:52 UTC
State Changed
From-To: open->closed


Committed, thanks!
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2005-11-05 16:55:52 UTC
State Changed
From-To: open->closed


Committed, Thanks!