Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 03:19:44 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        olivierd@FreeBSD.org
Subject:   ports/186217: [PATCH] x11/keybinder: fix gobject-introspection dependency
Message-ID:  <20140128231944.55AE82AB8@hades.panopticon>
Resent-Message-ID: <201401282320.s0SNK2EZ036632@freefall.freebsd.org>

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

>Number:         186217
>Category:       ports
>Synopsis:       [PATCH] x11/keybinder: fix gobject-introspection dependency
>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 23:20:02 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:
This is an addendum for ports/185910 I've been too late to send.

- Only build-depend on introspection (given that it only was in BUILD_DEPENDS before change was correct)
- Remove MAKE_ENV, as USE_GNOME=introspection takes care of it itself

Port maintainer (olivierd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- keybinder-0.3.0_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341671)
+++ Makefile	(working copy)
@@ -12,11 +12,10 @@
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20 introspection
+USE_GNOME=	gtk20 introspection:build
 USE_XORG=	x11 xext xrender
 USES=		gmake pkgconfig pathfix
 USE_LDCONFIG=	yes
-MAKE_ENV=	GI_SCANNER_DISABLE_CACHE=yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES PYTHON LUA
 OPTIONS_DEFAULT=	PYTHON
--- keybinder-0.3.0_1.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?20140128231944.55AE82AB8>