Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jul 2012 14:33:58 -0700 (PDT)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bra@fsn.hu
Subject:   ports/169652: [patch] devel/pysvn: add neon29 in lib dependencies
Message-ID:  <4ff4b6c6.4251b40a.2fd0.2bcf@mx.google.com>
Resent-Message-ID: <201207042140.q64Le8vm019407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ff4b6c6.4251b40a.2fd0.2bcf>