Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 11:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/186197: commit references a PR
Message-ID:  <201403071150.s27Bo1t6044607@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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?201403071150.s27Bo1t6044607>