From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 7 11:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A162EB1 for ; Fri, 7 Mar 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 578653D7 for ; Fri, 7 Mar 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27Bo1a9044608 for ; Fri, 7 Mar 2014 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27Bo1t6044607; Fri, 7 Mar 2014 11:50:01 GMT (envelope-from gnats) Date: Fri, 7 Mar 2014 11:50:01 GMT Message-Id: <201403071150.s27Bo1t6044607@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186197: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 11:50:01 -0000 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"