From owner-cvs-ports@FreeBSD.ORG Tue Dec 6 20:21:15 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EF501065673; Tue, 6 Dec 2011 20:21:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id CDF9C8FC13; Tue, 6 Dec 2011 20:21:14 +0000 (UTC) Received: from mouf.net (www@localhost [127.0.0.1]) by mouf.net (8.14.4/8.14.4) with ESMTP id pB6KLDh8010494; Tue, 6 Dec 2011 15:21:13 -0500 (EST) (envelope-from swills@FreeBSD.org) Received: from 198.85.229.5 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Tue, 6 Dec 2011 15:21:13 -0500 Message-ID: In-Reply-To: <4EDE5A09.4090406@p6m7g8.com> References: <201112060247.pB62lW9f062884@repoman.freebsd.org> <4EDE5A09.4090406@p6m7g8.com> Date: Tue, 6 Dec 2011 15:21:13 -0500 From: "Steve Wills" To: "Philip M. Gollucci" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mouf.net [127.0.0.1]); Tue, 06 Dec 2011 15:21:13 -0500 (EST) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: Steve Wills , ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/ruby-gtk2/files patch-rbgtkrecentfilterinfo.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 20:21:15 -0000 > Really ? UTF8 in comments ? GCC should handle that though not > technically valid C89/99 I forget. Its clang/sun compiler that yells. > > GCC has nothing to do with it, unfortunately. The file in question is parsed by ruby and a regex is applied. Ruby 1.9 complains with: extconf.rb:123:in `block (2 levels) in run': invalid byte sequence in US-ASCII (ArgumentError) Apparently it's unwilling to perform a regex on data that it thinks should be US-ASCII only but turns out to be UTF8? I'm not sure. If you find a better solution, by all means let me know. Thanks, Steve > > On 12/06/11 02:47, Steve Wills wrote: >> swills 2011-12-06 02:47:32 UTC >> >> FreeBSD ports repository >> >> Added files: >> x11-toolkits/ruby-gtk2/files patch-rbgtkrecentfilterinfo.c >> Log: >> - Fix build with Ruby 1.9 (I wish I were making this up). No change to >> default package so no PORTREVISION bump >> >> Feature safe: yes >> >> Revision Changes Path >> 1.1 +11 -0 >> ports/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c (new) >> http://cvsweb.FreeBSD.org/ports/x11-toolkits/ruby-gtk2/files/patch-rbgtkrecentfilterinfo.c?rev=1.1&content-type=text/x-cvsweb-markup > > > -- > ------------------------------------------------------------------------ > 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C > Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 > Member, Apache Software Foundation > Committer, FreeBSD Foundation > Consultant, P6M7G8 Inc. > Director Operations, Ridecharge Inc. > > Work like you don't need the money, > love like you'll never get hurt, > and dance like nobody's watching. > >