Bug 169652 - [patch] devel/pysvn: add neon29 in lib dependencies
Summary: [patch] devel/pysvn: add neon29 in lib dependencies
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 22:40 UTC by Sofian Brabez
Modified: 2012-07-07 15:20 UTC (History)
1 user (show)

See Also:


Attachments
pysvn-1.7.6.patch (486 bytes, patch)
2012-07-04 22:40 UTC, Sofian Brabez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez freebsd_committer freebsd_triage 2012-07-04 22:40:07 UTC
- Add neon29 in lib dependencies

Port maintainer (bra@fsn.hu) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)

Fix: Apply the patch in attachment to bring neon dynamic library.
How-To-Repeat: Trying to build devel/pysvn if www/subversion isn't build with neon support
(knob WITHOUT_NEON=true) it's not possible to build _pysvn_.so extension module.

Indeed, neon is required in the build of the extension:

(sbz@freebsd:/usr/ports/devel/pysvn) % grep -ri "'-l.*'" . | grep neon
./work/pysvn-1.7.6/Source/setup_configure.py:                '-lneon',
./work/pysvn-1.7.6/Source/setup_configure.py:                '-lsvn_ra_neon-1',
./work/pysvn-1.7.6/Source/setup_configure.py:                '-lneon',
./work/pysvn-1.7.6/Source/setup_configure.py:                '-lneon',

Regards
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-04 22:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-04 22:40:20 UTC
Maintainer of devel/pysvn,

Please note that PR ports/169652 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/169652

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-04 22:40:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 nagy.attila 2012-07-06 14:46:51 UTC
Ok, thanks.
Comment 5 Sofian Brabez freebsd_committer freebsd_triage 2012-07-07 15:20:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!