Next | Query returned 102 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-11-25 13:51:35 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2.0.6:
* Fixed some spurious rebuilds of plists, and framework headers.
* Added the -enable-absolute-install-paths option for Darwin systems.
* Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
   2008-05-25 10:16:06 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 2.0.5:
* Bug fixes
   2008-03-08 23:03:22 by Tobias Nygren | Files touched by this commit (1)
Log message:
Bump revision for previous.
   2008-03-08 23:02:32 by Tobias Nygren | Files touched by this commit (1)
Log message:
Honour PKG_SYSCONFDIR. From Louis Guillaume on pkgsrc-users@
   2007-11-25 18:18:22 by Thomas Klausner | Files touched by this commit (2)
Log message:
Add commented out LICENSE line.
   2007-11-25 15:42:03 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
Changes 2.0.2:
Update license to GPLv3. Bug fixes.

Changes 2.0.1:
Bug fixes in filesystem layout and framework installation.
   2007-06-28 05:00:39 by Min Sik Kim | Files touched by this commit (1)
Log message:
Honor PKG_SYSCONFDIR.
   2007-01-15 19:37:27 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
No need for X11. Bump revision.
   2006-09-24 18:01:51 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
MAKEFILE => MAKE_FILE.

XXX Can the other MAKEFILE changes to gnustep users go away now?

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