cvs commit: ports/x11-toolkits/ruby-gtk2/files patch-rbgtkrecentfilterinfo.c

Steve Wills swills at FreeBSD.org
Tue Dec 6 20:21:15 UTC 2011


> 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 at 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.
>
>




More information about the cvs-ports mailing list