Bug 186217 - [PATCH] x11/keybinder: fix gobject-introspection dependency
Summary: [PATCH] x11/keybinder: fix gobject-introspection dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 23:20 UTC by Dmitry Marakasov
Modified: 2014-01-29 16:40 UTC (History)
1 user (show)

See Also:


Attachments
keybinder-0.3.0_1.patch (458 bytes, patch)
2014-01-28 23:20 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-28 23:20:02 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-28 23:20:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olivierd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-29 16:31:49 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"
Comment 3 Olivier Duchateau freebsd_committer freebsd_triage 2014-01-29 16:32:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!