From owner-freebsd-gnome@FreeBSD.ORG Fri Jun 14 00:30:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6531E88F for ; Fri, 14 Jun 2013 00:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5793413B4 for ; Fri, 14 Jun 2013 00:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5E0U1oZ035101 for ; Fri, 14 Jun 2013 00:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5E0U1A8035100; Fri, 14 Jun 2013 00:30:01 GMT (envelope-from gnats) Date: Fri, 14 Jun 2013 00:30:01 GMT Message-Id: <201306140030.r5E0U1A8035100@freefall.freebsd.org> To: gnome@FreeBSD.org From: Barbara Guida Subject: Re: ports/179531: graphics/gegl: same error reported in ports/175603 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Barbara Guida 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:30:01 -0000 The following reply was made to PR ports/179531; it has been noted by GNATS. From: Barbara Guida To: bug-followup@FreeBSD.org, gnome@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--