Bug 169652

Summary: [patch] devel/pysvn: add neon29 in lib dependencies
Product: Ports & Packages Reporter: Sofian Brabez <sbz>
Component: Individual Port(s)Assignee: Sofian Brabez <sbz>
Status: Closed FIXED    
Severity: Affects Only Me CC: nagy.attila
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pysvn-1.7.6.patch none

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!