Next | Query returned 112 messages, browsing 41 to 50 | 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-06-21 19:17:51 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Don't leak rpath references to the work directory. Bump revision.
   2008-05-27 00:37:30 by Tobias Nygren | Files touched by this commit (9)
Log message:
Mark some packages as not for bulk building on HPUX.
   2008-05-27 00:15:50 by Tobias Nygren | Files touched by this commit (1)
Log message:
USE_DESTDIR is not supposed to be set by package Makefiles.
   2008-05-14 10:05:43 by Masao Uebayashi | Files touched by this commit (1)
Log message:
Gauche supports DESTDIR nicely; enable full DESTDIR.
   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-02 01:55:15 by Johnny C. Lam | Files touched by this commit (1)
Log message:
When including a builtin.mk file, you need to guard it with CHECK_BUILTIN.*
settings so that the builtin.mk can be safely included by the buildlink3
framework later on.
   2008-03-01 20:57:44 by Tobias Nygren | Files touched by this commit (1)
Log message:
Add a missing @dirrm
   2008-03-01 20:50:13 by Tobias Nygren | Files touched by this commit (1)
Log message:
Try to fix iconv breakage when USE_BUILTIN.iconv=no
   2008-02-26 00:14:19 by Tobias Nygren | Files touched by this commit (6)
Log message:
Update to Gauche-0.8.13.

pkgsrc changes
- DESTDIR support
- use libtool
- make iconv work
- fix a PLIST error
- close PR pkg/37897

Upstream changes
- Sorry, too many to list here

Next | Query returned 112 messages, browsing 41 to 50 | Previous