From owner-svn-ports-all@FreeBSD.ORG Fri Mar 7 11:46:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA191C3F; Fri, 7 Mar 2014 11:46:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 B6AD23A6; Fri, 7 Mar 2014 11:46:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s27BkbBD011551; Fri, 7 Mar 2014 11:46:37 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s27BkbU7011550; Fri, 7 Mar 2014 11:46:37 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201403071146.s27BkbU7011550@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 7 Mar 2014 11:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347375 - head/devel/librest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 11:46:37 -0000 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