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

History of commit frequency

CVS Commit History:


   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.
   2009-02-28 19:37:22 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix C++ build on NetBSD 5.x. Bump revision of gcc3-c.
Inspired by patch from Aran Clauson in the GCC Bugzilla.
   2007-10-25 23:04:26 by Johnny C. Lam | Files touched by this commit (13)
Log message:
Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition.  Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-10-13 17:06:30 by Klaus Heinz | Files touched by this commit (1)
Log message:
Added support for installation to DESTDIR.
   2007-09-08 12:41:01 by Adrian Portelli | Files touched by this commit (1)
Log message:
The v7 and v9 directories on SunOS may not exist so only try and remove
them if they do exist.
   2007-02-15 15:35:16 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed pkglint warnings.
   2006-12-12 22:52:38 by Joerg Sonnenberger | Files touched by this commit (63)
Log message:
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
   2006-12-07 12:24:28 by Mark Davies | Files touched by this commit (12)
Log message:
Update gcc3-* to 3.3.6.  Fix build of gcc3-f77 and gcc3-java on
NetBSD-current.
   2006-09-27 17:46:11 by David Brownlee | Files touched by this commit (6)
Log message:
Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL set
to non sh compatible shell in environment. Thanks to Georg Schwarz.

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