pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/ruby18-base



On Fri, Sep 14, 2012 at 03:56:24PM +0000, Takahiro Kambe wrote:
> Module Name:  pkgsrc
> Committed By: taca
> Date:         Fri Sep 14 15:56:24 UTC 2012
> 
> Modified Files:
>       pkgsrc/lang/ruby18-base: Makefile distinfo
> Added Files:
>       pkgsrc/lang/ruby18-base/patches: patch-numeric.c
> 
> Log Message:
> Add a patch to fix bignum problem on OS X 10.8, clang.
> 
> Bump PKGREVISION.

I don't think this patch is correct. The core issue is that this code
depends on signed overflow, which violates the C99. FreeBSD is using
-fwrapv for compiling this, which sounds a lot more reliable...

Joerg



Home | Main Index | Thread Index | Old Index