Subject: CVS commit: pkgsrc/devel/blame
From: David A. Holland
Date: 2012-12-17 02:28:30
Message id: 20121217012830.2B24F175DD@cvs.netbsd.org

Log Message:
Disable (on NetBSD) ill-conceived GNUish mktime() code that generates
a compile-time assertion. There is no need for this code on NetBSD, or
probably anywhere else, as mktime() is a standard part of libc.

The broken code was apparently reported upstream last year, with
predictable results: http://sourceware.org/bugzilla/show_bug.cgi?id=12401

While here also fix the mktime configure test, which exercises
undefined behavior. With gcc 4.5 this causes the build to hang in an
infinite loop for sixty seconds until an alarm() goes off.

Fixes the build on 32-bit NetBSD.

Files:
RevisionActionfile
1.3modifypkgsrc/devel/blame/distinfo
1.1addpkgsrc/devel/blame/patches/patch-configure
1.1addpkgsrc/devel/blame/patches/patch-lib_mktime_c