ports/169652: [patch] devel/pysvn: add neon29 in lib dependencies

Sofian Brabez sbz at FreeBSD.org
Wed Jul 4 21:40:09 UTC 2012


>Number:         169652
>Category:       ports
>Synopsis:       [patch] devel/pysvn: add neon29 in lib dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 21:40:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.ifr.lan 8.1-STABLE FreeBSD 8.1-STABLE #3: Wed Nov 17 10:34:25 CET 2010
>Description:
- Add neon29 in lib dependencies

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

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>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 at 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

>Fix:
Apply the patch in attachment to bring neon dynamic library.
--- pysvn-1.7.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/pysvn/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	13 Apr 2012 19:22:58 -0000	1.19
+++ Makefile	4 Jul 2012 21:23:30 -0000
@@ -15,7 +15,8 @@
 
 LICENSE=	AL2
 
-LIB_DEPENDS=	svn_client-1:${PORTSDIR}/devel/subversion
+LIB_DEPENDS=	svn_client-1:${PORTSDIR}/devel/subversion \
+		neon:${PORTSDIR}/www/neon29
 
 # Python3 ready
 USE_PYTHON=	yes
--- pysvn-1.7.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list