From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 6 00:18:31 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47F19353; Mon, 6 May 2013 00:18:31 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 34FE837F; Mon, 6 May 2013 00:18:31 +0000 (UTC) Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.7/8.14.7) with ESMTP id r460IQad095879 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 5 May 2013 17:18:29 -0700 (PDT) Message-ID: <5186F6D2.8080600@ee.lbl.gov> Date: Sun, 05 May 2013 17:18:26 -0700 From: Craig Leres User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130425 Thunderbird/17.0.5 MIME-Version: 1.0 To: stefan@FreeBSD.org Subject: Re: ports/170241: [PATCH] devel/libftdi: upgrade to 0.20 and fix automake brokenness References: <201305011000.r41A0e7F090307@freefall.freebsd.org> In-Reply-To: <201305011000.r41A0e7F090307@freefall.freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: multipart/mixed; boundary="------------030704050002000805040300" Cc: freebsd-ports-bugs@FreeBSD.org, Craig Leres X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 00:18:31 -0000 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--