From amdmi3@amdmi3.ru  Tue Jan 28 23:19:48 2014
Return-Path: <amdmi3@amdmi3.ru>
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 A8F8DC61;
	Tue, 28 Jan 2014 23:19:48 +0000 (UTC)
Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 62CE914BA;
	Tue, 28 Jan 2014 23:19:47 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1W8HwW-0001wd-Pd; Wed, 29 Jan 2014 03:19:44 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 7268835D;
	Wed, 29 Jan 2014 03:19:44 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 55AE82AB8; Wed, 29 Jan 2014 03:19:44 +0400 (MSK)
Message-Id: <20140128231944.55AE82AB8@hades.panopticon>
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: [PATCH] x11/keybinder: fix gobject-introspection dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         186217
>Category:       ports
>Synopsis:       [PATCH] x11/keybinder: fix gobject-introspection dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    olivierd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 23:20:02 UTC 2014
>Closed-Date:    Wed Jan 29 16:32:50 UTC 2014
>Last-Modified:  Wed Jan 29 16:40:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->olivierd 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 28 23:20:25 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186217 
State-Changed-From-To: open->closed 
State-Changed-By: olivierd 
State-Changed-When: Wed Jan 29 16:32:49 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186217 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186217: commit references a PR
Date: Wed, 29 Jan 2014 16:31:49 +0000 (UTC)

 Author: olivierd
 Date: Wed Jan 29 16:31:41 2014
 New Revision: 341759
 URL: http://svnweb.freebsd.org/changeset/ports/341759
 QAT: https://qat.redports.org/buildarchive/r341759/
 
 Log:
   Fix gobject-introspection
   
   PR:		186217
   Submitted by:	amdmi3@
 
 Modified:
   head/x11/keybinder/Makefile
 
 Modified: head/x11/keybinder/Makefile
 ==============================================================================
 --- head/x11/keybinder/Makefile	Wed Jan 29 16:28:10 2014	(r341758)
 +++ head/x11/keybinder/Makefile	Wed Jan 29 16:31:41 2014	(r341759)
 @@ -12,11 +12,10 @@ COMMENT=	Library for registering keyboar
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
