ports/186197: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Mar 7 11:50:01 UTC 2014


The following reply was made to PR ports/186197; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/186197: commit references a PR
Date: Fri,  7 Mar 2014 11:46:44 +0000 (UTC)

 Author: amdmi3
 Date: Fri Mar  7 11:46:37 2014
 New Revision: 347375
 URL: http://svnweb.freebsd.org/changeset/ports/347375
 QAT: https://qat.redports.org/buildarchive/r347375/
 
 Log:
   - Fix depend on gobject-introspection
   
   PR:		186197
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Modified:
   head/devel/librest/Makefile
 
 Modified: head/devel/librest/Makefile
 ==============================================================================
 --- head/devel/librest/Makefile	Fri Mar  7 11:44:28 2014	(r347374)
 +++ head/devel/librest/Makefile	Fri Mar  7 11:46:37 2014	(r347375)
 @@ -11,8 +11,7 @@ COMMENT=	Easy access to RESTful web serv
  
  LICENSE=	LGPL21
  
 -BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
 -		${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 +BUILD_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
  LIB_DEPENDS=	libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
  RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
  
 @@ -20,8 +19,7 @@ USES=		pkgconfig gmake
  USE_XZ=		yes
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
 -USE_GNOME=	gnomehack glib20 intlhack libxml2
 -MAKE_ENV=	GI_SCANNER_DISABLE_CACHE=yes
 +USE_GNOME=	gnomehack glib20 intlhack libxml2 introspection:build
  
  CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
  
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list