ports/179531: graphics/gegl: same error reported in ports/175603
Barbara Guida
barbara.freebsd at gmail.com
Fri Jun 14 00:30:01 UTC 2013
The following reply was made to PR ports/179531; it has been noted by GNATS.
From: Barbara Guida <barbara.freebsd at gmail.com>
To: bug-followup at FreeBSD.org, gnome at FreeBSD.org
Cc:
Subject: Re: ports/179531: graphics/gegl: same error reported in ports/175603
Date: Fri, 14 Jun 2013 02:24:37 +0200
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--
More information about the freebsd-gnome
mailing list