Date: Sun, 05 May 2013 17:18:26 -0700 From: Craig Leres <leres@ee.lbl.gov> To: stefan@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org, Craig Leres <leres@ee.lbl.gov> Subject: Re: ports/170241: [PATCH] devel/libftdi: upgrade to 0.20 and fix automake brokenness Message-ID: <5186F6D2.8080600@ee.lbl.gov> In-Reply-To: <201305011000.r41A0e7F090307@freefall.freebsd.org> References: <201305011000.r41A0e7F090307@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------030704050002000805040300 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 05/05/13 02:49, stefan@FreeBSD.org wrote:> Synopsis: [PATCH] devel/libftdi: upgrade to 0.20 and fix automake brokenness > > State-Changed-From-To: feedback->closed > State-Changed-By: stefan > State-Changed-When: Sun May 5 09:48:56 UTC 2013 > State-Changed-Why: > Port has been updated. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=170241 Looks good except pkg-plist is missing entries the files installed when PYTHON is enabled (see attached patch). Craig --------------030704050002000805040300 Content-Type: text/plain; charset=us-ascii; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" --- Makefile.orig 2013-05-05 17:15:29.000000000 -0700 +++ Makefile 2013-05-05 17:15:44.000000000 -0700 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --without-boost .endif .if ${PORT_OPTIONS:MPYTHON} -PLIST_SUB+= PYTHON="" +PLIST_SUB+= PYTHON="" PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} CONFIGURE_ARGS+= --enable-python-binding USE_PYTHON= yes .else --- pkg-plist.orig 2013-05-05 16:56:54.000000000 -0700 +++ pkg-plist 2013-05-05 17:14:38.000000000 -0700 @@ -10,6 +10,10 @@ bin/simple include/ftdi.h %%BOOST%%include/ftdi.hpp +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_ftdi.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/ftdi.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/ftdi.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%% lib/libftdi.a lib/libftdi.la lib/libftdi.so --------------030704050002000805040300--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5186F6D2.8080600>