From owner-freebsd-ruby@FreeBSD.ORG Tue Jan 28 22:57:19 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BC48FCE; Tue, 28 Jan 2014 22:57:19 +0000 (UTC) Received: from smtpout6.timeweb.ru (smtpout6.timeweb.ru [92.53.117.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D80D012AD; Tue, 28 Jan 2014 22:57:18 +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 ) id 1W8Ham-0006fl-Lj; Wed, 29 Jan 2014 02:57:16 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 439982C5; Wed, 29 Jan 2014 02:57:16 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 3DAD22914; Wed, 29 Jan 2014 02:57:16 +0400 (MSK) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] devel/rubygem-gobject-introspection: switch to USE_GNOME=introspection From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20140128225716.3DAD22914@hades.panopticon> Date: Wed, 29 Jan 2014 02:57:16 +0400 (MSK) Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 22:57:19 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] devel/rubygem-gobject-introspection: switch to USE_GNOME=introspection >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 10.0-RELEASE amd64 >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 ---