From owner-svn-ports-all@FreeBSD.ORG Wed Jan 22 23:39:58 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 15982506; Wed, 22 Jan 2014 23:39:58 +0000 (UTC) Received: from fep26.mx.upcmail.net (fep26.mx.upcmail.net [62.179.121.46]) by mx1.freebsd.org (Postfix) with ESMTP id CAFBB106B; Wed, 22 Jan 2014 23:39:56 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep16-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140122233902.INCP18149.viefep16-int.chello.at@edge02.upcmail.net>; Thu, 23 Jan 2014 00:39:02 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge02.upcmail.net with edge id HBf11n01H2Rg3Ey02Bf1Dx; Thu, 23 Jan 2014 00:39:02 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52E05695.2080101@rainbow-runner.nl> Date: Thu, 23 Jan 2014 00:39:01 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340748 - head/devel/librest References: <201401222332.s0MNWRLS020650@svn.freebsd.org> In-Reply-To: <201401222332.s0MNWRLS020650@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140121-1, 21-01-2014), Outbound message X-Antivirus-Status: Clean 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: Wed, 22 Jan 2014 23:39:58 -0000 On 23-1-2014 0:32, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Wed Jan 22 23:32:26 2014 > New Revision: 340748 > URL: http://svnweb.freebsd.org/changeset/ports/340748 > QAT: https://qat.redports.org/buildarchive/r340748/ > > Log: > - Disable g-ir-scanner cache to not pollute /root/.cache on build > - Support staging > - Use new LIB_DEPENDS syntax > - Convert USE_GMAKE to USES > > PR: 185924 > Submitted by: amdmi3 > Approved by: Christoph Moench-Tegeder (maintainer) > > Modified: > head/devel/librest/Makefile > > Modified: head/devel/librest/Makefile > ============================================================================== > --- head/devel/librest/Makefile Wed Jan 22 23:21:56 2014 (r340747) > +++ head/devel/librest/Makefile Wed Jan 22 23:32:26 2014 (r340748) > @@ -13,27 +13,24 @@ LICENSE= LGPL21 > > BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ > ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss > -LIB_DEPENDS= soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome > +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 > > -USES= pkgconfig > +USES= pkgconfig gmake > USE_XZ= yes > -USE_GMAKE= yes > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > USE_GNOME= gnomehack glib20 intlhack libxml2 > +MAKE_ENV= GI_SCANNER_DISABLE_CACHE=yes > > USE_GNOME=introspection[:build|:run] also adds the MAKE_ENV. (if not argument is given gobject-introspection is added to both BUILD and RUN_DEPENDS.)