Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 00:39:01 +0100
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Dmitry Marakasov <amdmi3@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r340748 - head/devel/librest
Message-ID:  <52E05695.2080101@rainbow-runner.nl>
In-Reply-To: <201401222332.s0MNWRLS020650@svn.freebsd.org>
References:  <201401222332.s0MNWRLS020650@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <cmt@burggraben.net> (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.)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E05695.2080101>