From owner-freebsd-gnome@FreeBSD.ORG Sun Dec 30 05:30:01 2012 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 546D3476 for ; Sun, 30 Dec 2012 05:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 205BC8FC12 for ; Sun, 30 Dec 2012 05:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBU5U1Ht066897 for ; Sun, 30 Dec 2012 05:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBU5U0cW066896; Sun, 30 Dec 2012 05:30:00 GMT (envelope-from gnats) Date: Sun, 30 Dec 2012 05:30:00 GMT Message-Id: <201212300530.qBU5U0cW066896@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/170434: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 05:30:01 -0000 The following reply was made to PR ports/170434; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170434: commit references a PR Date: Sun, 30 Dec 2012 05:28:05 +0000 (UTC) Author: mezz Date: Sun Dec 30 05:27:57 2012 New Revision: 309649 URL: http://svnweb.freebsd.org/changeset/ports/309649 Log: -OPTIONSng [1] -Update the header -USE_PKGCONFIG=build -portlint PR: ports/170434 Submitted by: "A.J. Kehoe IV (Nanoman)" Modified: head/devel/py-gobject/Makefile (contents, props changed) Modified: head/devel/py-gobject/Makefile ============================================================================== --- head/devel/py-gobject/Makefile Sun Dec 30 05:17:02 2012 (r309648) +++ head/devel/py-gobject/Makefile Sun Dec 30 05:27:57 2012 (r309649) @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-gobject -# Date created: 10 January 2006 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/devel/py-gobject/Makefile,v 1.52 2011/06/13 20:37:47 kwm Exp $ -# PORTNAME= gobject PORTVERSION= 2.28.6 @@ -19,17 +15,19 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for GObject +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 USE_PYTHON= 2.5+ +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-docs @@ -37,10 +35,13 @@ CONFIGURE_ARGS= --disable-docs CONFLICTS= py*-gtk-0* PLIST_SUB= PYTHON_VER="${PYTHON_VER}" -.include +OPTIONS_DEFINE= LIBFFI +LIBFFI_DESC= Enable libffi support + +.include -.if exists(${LOCALBASE}/lib/libffi.so) -LIB_DEPENDS+= ffi.5:${PORTSDIR}/devel/libffi +.if ${PORT_OPTIONS:MLIBFFI} +LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi CONFIGURE_ARGS+=--with-ffi .else CONFIGURE_ARGS+=--without-ffi @@ -50,4 +51,4 @@ post-install: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ ${PREFIX}/share/pygobject/2.0/codegen -.include +.include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"