Addition to ports/185924 as suggested by kwm@: - Make use of USE_GNOME=introspection to take care of environement for g-ir-scanner automatically. Port maintainer (cmt@burggraben.net) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Maintainer of devel/librest, Please note that PR ports/186197 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186197 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Looks good (builds, packages, installs, no obvious fallout). Please go ahead and commit. Regards, Christoph -- Spare Space
State Changed From-To: feedback->closed Committed. Thanks!
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"