summaryrefslogtreecommitdiff
path: root/devel/blame
AgeCommit message (Collapse)AuthorFilesLines
2012-12-17Disable (on NetBSD) ill-conceived GNUish mktime() code that generatesdholland3-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-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-03Fix build with c99 compilersjoerg2-1/+50
2008-04-28Import blame-1.3.1 as devel/blame.tnn4-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.