From owner-cvs-all@FreeBSD.ORG Tue Dec 6 21:01:35 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44BDC106566C; Tue, 6 Dec 2011 21:01:35 +0000 (UTC) (envelope-from pgollucci@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id A9D608FC15; Tue, 6 Dec 2011 21:01:34 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so8506015vcb.13 for ; Tue, 06 Dec 2011 13:01:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type; bh=0ts+oDVCWcRnRWDDDlxp0tS8wJ02bsOWEfGoQ4fjoH0=; b=xgZN4MqLDXze7PvygiAfs5CLZVw56oibxJleyD3CDX6g+wAZuB0t7NQndBoreSbmBQ Z2LAKOS+W16cALSMuJB4+u/ScPcmjQYbiGzVvimAmNAiacjqFRSUGSRJRjbNlt0YDie6 b1XIXvQbryPUc03VNChN7qvBEdUxljBxM9Luo= Received: by 10.52.67.205 with SMTP id p13mr995151vdt.79.1323205294004; Tue, 06 Dec 2011 13:01:34 -0800 (PST) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net. [174.79.184.239]) by mx.google.com with ESMTPS id l9sm21448299vde.13.2011.12.06.13.01.32 (version=SSLv3 cipher=OTHER); Tue, 06 Dec 2011 13:01:33 -0800 (PST) Message-ID: <4EDE82A9.2050306@p6m7g8.com> Date: Tue, 06 Dec 2011 21:01:29 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111029 Thunderbird/7.0.1 MIME-Version: 1.0 To: Steve Wills References: <201112060247.pB62lW9f062884@repoman.freebsd.org> <4EDE5A09.4090406@p6m7g8.com> In-Reply-To: X-Enigmail-Version: undefined Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig941EBDD3E4E863725A1B3811" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, "Philip M. Gollucci" , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/ruby-gtk2/files patch-rbgtkrecentfilterinfo.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 21:01:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig941EBDD3E4E863725A1B3811 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 12/06/11 20:21, Steve Wills wrote: >> Really ? UTF8 in comments ? GCC should handle that though not >> technically valid C89/99 I forget. Its clang/sun compiler that yells.= >> >> >=20 > 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: >=20 > extconf.rb:123:in `block (2 levels) in run': invalid byte sequence in > US-ASCII (ArgumentError) >=20 > Apparently it's unwilling to perform a regex on data that it thinks sho= uld > 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. Update extconf.rb:123 to use the /u flag in the regex. Though I'm not sure why the comment has multi-byte stings to begin with. --=20 ------------------------------------------------------------------------ 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. --------------enig941EBDD3E4E863725A1B3811 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFO3oKrdbiP+9ubjBwRAo+eAJ9NKp2ExmeH/7trPcNvGFndn+KqSQCfWV40 QHyv6n1n91R0ML/MQ39QcTs= =Cv46 -----END PGP SIGNATURE----- --------------enig941EBDD3E4E863725A1B3811--