From owner-svn-ports-head@FreeBSD.ORG Tue Mar 19 21:52:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 368CCF70; Tue, 19 Mar 2013 21:52:39 +0000 (UTC) (envelope-from mezz@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 2481D923; Tue, 19 Mar 2013 21:52:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2JLqd85057482; Tue, 19 Mar 2013 21:52:39 GMT (envelope-from mezz@svn.freebsd.org) Received: (from mezz@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2JLqdHo057481; Tue, 19 Mar 2013 21:52:39 GMT (envelope-from mezz@svn.freebsd.org) Message-Id: <201303192152.r2JLqdHo057481@svn.freebsd.org> From: Jeremy Messenger Date: Tue, 19 Mar 2013 21:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314697 - head/devel/py-gobject X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 21:52:39 -0000 Author: mezz Date: Tue Mar 19 21:52:38 2013 New Revision: 314697 URL: http://svnweb.freebsd.org/changeset/ports/314697 Log: - Remove the optional of libffi and make it hardcore dependency. It makes no difference since the glib20 requires libffi anyway. - gnomehack -> USES=pathfix. Modified: head/devel/py-gobject/Makefile Modified: head/devel/py-gobject/Makefile ============================================================================== --- head/devel/py-gobject/Makefile Tue Mar 19 21:34:36 2013 (r314696) +++ head/devel/py-gobject/Makefile Tue Mar 19 21:52:38 2013 (r314697) @@ -20,33 +20,23 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo +USES= pathfix USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= glib20 USE_PYTHON= 2.5+ USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-docs --disable-introspection +CONFIGURE_ARGS= --disable-docs --disable-introspection --with-ffi CONFLICTS= py*-gtk-0* PLIST_SUB= PYTHON_VER="${PYTHON_VER}" -OPTIONS_DEFINE= LIBFFI -LIBFFI_DESC= Enable libffi support - -.include - -.if ${PORT_OPTIONS:MLIBFFI} -LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi -CONFIGURE_ARGS+=--with-ffi -.else -CONFIGURE_ARGS+=--without-ffi -.endif - post-install: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ ${PREFIX}/share/pygobject/2.0/codegen