Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-17 | Disable (on NetBSD) ill-conceived GNUish mktime() code that generates | dholland | 3 | -1/+60 | |
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. | |||||
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-07-03 | Fix build with c99 compilers | joerg | 2 | -1/+50 | |
2008-04-28 | Import blame-1.3.1 as devel/blame. | tnn | 4 | -0/+28 | |
Packaged by Aleksej Saushev. Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command. |