Date: Fri, 14 Jun 2013 02:24:37 +0200 From: Barbara Guida <barbara.freebsd@gmail.com> To: bug-followup@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/179531: graphics/gegl: same error reported in ports/175603 Message-ID: <51BA62C5.2040403@gmail.com>
next in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51BA62C5.2040403>