From owner-freebsd-gnome@FreeBSD.ORG Fri Jun 14 00:24:42 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 709CF828; Fri, 14 Jun 2013 00:24:42 +0000 (UTC) (envelope-from barbara.freebsd@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) by mx1.freebsd.org (Postfix) with ESMTP id D3D0D1390; Fri, 14 Jun 2013 00:24:41 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id c13so5411114eek.17 for ; Thu, 13 Jun 2013 17:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :x-enigmail-version:content-type; bh=QO6ebKfDUCNGNKGrNxcgm2jIBDQFP2ABjENVCIz9ojA=; b=NXZG6b4i1Rw2COkWw0NMGZcQAHFR6Z1mN5aGNsJiEibOgnnf/kkLoP1mOyWDBum9Wp gXfHjQlrceO1cJRxN3sdnFS1lzFIGEG7z1PyNObHOFbyIuWDov7Go0nHmpZThoAPqu2L 0e6mF89+gkLx5wlKbTViTVJ6fasymu2w2GrAvOMSDN5TSXcgjg++Hhd9RSh0x9EwDAph Vo55Fj0mG/Jw2vUlgV39E0FTWeWtBrQgAtpWZg4jWb6BJI/OZeKkcl7LGMQZDM1RO8uC a5QA0wlUiBwpFdFMBL5HTmMeuVBgKMHDXUlrTXKI9pzKJxhPAsgU+ECpRBWCh+r0ehg8 KRFA== X-Received: by 10.14.32.197 with SMTP id o45mr3968945eea.9.1371169480776; Thu, 13 Jun 2013 17:24:40 -0700 (PDT) Received: from satanasso.local.net (host223-216-dynamic.247-95-r.retail.telecomitalia.it. [95.247.216.223]) by mx.google.com with ESMTPSA id m1sm37844233eex.17.2013.06.13.17.24.38 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 17:24:39 -0700 (PDT) Message-ID: <51BA62C5.2040403@gmail.com> Date: Fri, 14 Jun 2013 02:24:37 +0200 From: Barbara Guida User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 MIME-Version: 1.0 To: bug-followup@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/179531: graphics/gegl: same error reported in ports/175603 X-Enigmail-Version: 1.5.1 Content-Type: multipart/mixed; boundary="------------080702080905090504050204" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bar@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 00:24:42 -0000 This is a multi-part message in MIME format. --------------080702080905090504050204 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Here's a svn diff which should fix the problem. --------------080702080905090504050204 Content-Type: text/x-patch; name="graphics_gegl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="graphics_gegl.diff" Index: graphics/gegl/files/patch-tools_create-reference.rb =================================================================== --- graphics/gegl/files/patch-tools_create-reference.rb (revision 0) +++ graphics/gegl/files/patch-tools_create-reference.rb (working copy) @@ -0,0 +1,14 @@ +--- tools/create-reference.rb.orig 2012-03-24 15:51:30.000000000 +0100 ++++ tools/create-reference.rb 2013-06-14 01:53:45.000000000 +0200 +@@ -5,6 +5,11 @@ + # Use under a public domain license. + # + ++if RUBY_VERSION =~ /^1.9/ or RUBY_VERSION =~ /^[2345]/ ++ Encoding.default_external = Encoding::UTF_8 ++ Encoding.default_internal = Encoding::UTF_8 ++end ++ + class Argument + attr_accessor :name, :data_type, :doc + def initialize Property changes on: graphics/gegl/files/patch-tools_create-reference.rb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property --------------080702080905090504050204--