From owner-svn-ports-all@FreeBSD.ORG Wed Jun 19 16:49:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3D335AF4; Wed, 19 Jun 2013 16:49:26 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA041F63; Wed, 19 Jun 2013 16:49:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5JGnQw2090677; Wed, 19 Jun 2013 16:49:26 GMT (envelope-from stefan@svn.freebsd.org) Received: (from stefan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5JGnPvU090675; Wed, 19 Jun 2013 16:49:25 GMT (envelope-from stefan@svn.freebsd.org) Message-Id: <201306191649.r5JGnPvU090675@svn.freebsd.org> From: Stefan Walter Date: Wed, 19 Jun 2013 16:49:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321292 - head/devel/libftdi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 16:49:26 -0000 Author: stefan Date: Wed Jun 19 16:49:25 2013 New Revision: 321292 URL: http://svnweb.freebsd.org/changeset/ports/321292 Log: Fix plist for cases when the port is built with Python bindings. PR: 170241 Submitted by: Craig Leres Modified: head/devel/libftdi/Makefile head/devel/libftdi/pkg-plist Modified: head/devel/libftdi/Makefile ============================================================================== --- head/devel/libftdi/Makefile Wed Jun 19 16:39:43 2013 (r321291) +++ head/devel/libftdi/Makefile Wed Jun 19 16:49:25 2013 (r321292) @@ -33,8 +33,10 @@ PLIST_SUB+= BOOST="@comment " CONFIGURE_ARGS+= --without-boost .endif .if ${PORT_OPTIONS:MPYTHON} -PLIST_SUB+= PYTHON="" +PLIST_SUB+= PYTHON="" PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} CONFIGURE_ARGS+= --enable-python-binding +CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig2.0" +BUILD_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 USE_PYTHON= yes .else PLIST_SUB+= PYTHON="@comment " Modified: head/devel/libftdi/pkg-plist ============================================================================== --- head/devel/libftdi/pkg-plist Wed Jun 19 16:39:43 2013 (r321291) +++ head/devel/libftdi/pkg-plist Wed Jun 19 16:49:25 2013 (r321292) @@ -10,6 +10,10 @@ bin/serial_test 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