Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-06-27 11:24:26 by Benny Siegert | Files touched by this commit (5)
Log message:
Add MirBSD support to patches, fix build.

ok wiz
   2011-11-23 22:31:19 by Min Sik Kim | Files touched by this commit (2)
Log message:
Mac OS X Lion has strnlen().
   2011-07-26 16:17:53 by Hans Rosenfeld | Files touched by this commit (4)
Log message:
Fix build on SunOS.
   2011-01-18 11:34:39 by Mark Davies | Files touched by this commit (3)
Log message:
Pass in INSTALL_{DATA,LIB} to make rather than hardcoding path of install.
Fixes install on Arch Linux.
   2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20)
Log message:
Added LICENSE information.
   2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67)
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
   2009-05-03 23:35:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build on -current with strnlen().
From dieter roelants in PR 41344.
   2009-04-24 03:07:19 by Hasso Tepper | Files touched by this commit (2)
Log message:
Make it build on DragonFly master.
   2009-03-22 21:31:11 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.81.1: FreeBSD fix.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Next | Query returned 25 messages, browsing 11 to 20 | Previous