Next | Query returned 103 messages, browsing 31 to 40 | 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.
   2008-09-22 10:53:14 by Thomas Klausner | Files touched by this commit (3)
Log message:
Add patch fixing problem checking html files, reported by Chris Ross
and Uwe Klaus on pkgsrc-users; using upstream patch.

Bump PKGREVISION.
   2008-04-29 13:40:51 by Thomas Klausner | Files touched by this commit (10) | Package updated
Log message:
Update to 0.60.6:

Complete list of changes from 0.60.5:

  * Compile fixes for Gcc 4.3.

  * Updated to Libtool 2.2.2 and Automake 1.10.1

  * Minor tweak to suggestion code which improved suggestion results in
    certain cases.

  * Always line buffer stdout and stderr in the Aspell utility when
    there is the potential for it to be used interactively through a
    pipe.

  * Removed debug output in `aspell munch-list'.

  * Other minor updates and bug fixes.
   2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370)
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
   2008-03-11 19:47:41 by Tobias Nygren | Files touched by this commit (14)
Log message:
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
   2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29)
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
   2007-09-11 20:42:30 by Thomas Klausner | Files touched by this commit (2)
Log message:
Drop maintainership.
   2007-09-08 23:58:02 by Johnny C. Lam | Files touched by this commit (34)
Log message:
Convert to use the features framework.
   2007-09-06 23:51:55 by Johnny C. Lam | Files touched by this commit (24)
Log message:
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
   2007-06-10 18:03:45 by Roland Illig | Files touched by this commit (1)
Log message:
At the moment, there aren't any package options. Reported by Ondrej Tuma
in PR 36467.

Next | Query returned 103 messages, browsing 31 to 40 | Previous