Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 02:57:16 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ruby@FreeBSD.org
Subject:   ports/186212: [PATCH] devel/rubygem-gobject-introspection: switch to USE_GNOME=introspection
Message-ID:  <20140128225716.3DAD22914@hades.panopticon>
Resent-Message-ID: <201401282300.s0SN01BE031165@freefall.freebsd.org>

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

>Number:         186212
>Category:       ports
>Synopsis:       [PATCH] devel/rubygem-gobject-introspection: switch to USE_GNOME=introspection
>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:00:01 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:
- Switch to USE_GNOME=introspection to depend on gobject-introspection.
Among other things this takes care of environement for g-ir-scanner.

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

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

--- rubygem-gobject-introspection-2.0.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341668)
+++ Makefile	(working copy)
@@ -8,11 +8,10 @@
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GObjectIntrospection
 
-BUILD_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
-		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
-		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+BUILD_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
 
+USE_GNOME=	introspection:build,run
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
--- rubygem-gobject-introspection-2.0.2.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?20140128225716.3DAD22914>