Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 17:14:23 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        cmt@burggraben.net
Subject:   ports/186197: [PATCH] devel/librest: fix gobject-introspection depend
Message-ID:  <20140128131423.16FAEF21E@hades.panopticon>
Resent-Message-ID: <201401281320.s0SDK3me097855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186197
>Category:       ports
>Synopsis:       [PATCH] devel/librest: fix gobject-introspection depend
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 13:20:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
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)
>How-To-Repeat:
>Fix:

--- rest-0.7.90.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341544)
+++ Makefile	(working copy)
@@ -11,8 +11,7 @@
 
 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 @@
 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
 
--- rest-0.7.90.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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