Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 02:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/185919: commit references a PR
Message-ID:  <201405120200.s4C201BN035416@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185919; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185919: commit references a PR
Date: Mon, 12 May 2014 01:52:47 +0000 (UTC)

 Author: amdmi3
 Date: Mon May 12 01:52:44 2014
 New Revision: 353762
 URL: http://svnweb.freebsd.org/changeset/ports/353762
 QAT: https://qat.redports.org/buildarchive/r353762/
 
 Log:
   - Switch to USE_GNOME=introspetion
   
   PR:		185919
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Modified:
   head/devel/py-gobject/Makefile
 
 Modified: head/devel/py-gobject/Makefile
 ==============================================================================
 --- head/devel/py-gobject/Makefile	Mon May 12 01:48:08 2014	(r353761)
 +++ head/devel/py-gobject/Makefile	Mon May 12 01:52:44 2014	(r353762)
 @@ -17,14 +17,12 @@ COMMENT=	Python bindings for GObject
  
  LICENSE=	LGPL21
  
 -BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
 -		${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
 +BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
  LIB_DEPENDS+=	libffi.so:${PORTSDIR}/devel/libffi
 -RUN_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
 -		${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
 +RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo
  
  USES=		gmake pathfix pkgconfig tar:xz
 -USE_GNOME=	glib20
 +USE_GNOME=	glib20 introspection:build,run
  USE_PYTHON=	2
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
 _______________________________________________
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405120200.s4C201BN035416>