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

History of commit frequency

CVS Commit History:


   2009-04-20 07:51:00 by Rene Hexel | Files touched by this commit (1)
Log message:
Set GNUSTEP_CONFIG_FILE to make sure gnustep packages properly honour a
non-default PKG_SYSCONFBASE.  Closes PR pkg/37768 by kre at munnari.OZ.AU.
   2009-04-19 10:15:50 by Rene Hexel | Files touched by this commit (1)
Log message:
add a tweak for pre-2.0 gnustep bundles
   2009-04-19 02:50:11 by Rene Hexel | Files touched by this commit (4)
Log message:
Create Libraries directory for gnustep bundles.
Bump PKGREVISION.
   2009-04-19 02:09:49 by Rene Hexel | Files touched by this commit (1)
Log message:
use ${RUN} to make wraper creation silent
   2009-04-19 01:50:13 by Rene Hexel | Files touched by this commit (1)
Log message:
Allow unprivileged builds of projects that do a 'make install' into a work
subdir during the build phase.  This fixes PR pkg/36326.
   2009-04-18 05:32:17 by Rene Hexel | Files touched by this commit (1)
Log message:
Make GNUSTEP_OVERRIDE_INSTALL YES by default
   2009-04-18 05:10:34 by Rene Hexel | Files touched by this commit (5)
Log message:
Allow gnustep packages to override INSTALL variables to enable unprivileged
DESTDIR builds.  Bump PKGREVISION.
   2009-04-18 03:09:03 by Rene Hexel | Files touched by this commit (2)
Log message:
Fix regression, as Makefiles/Additional may also be installed by libFoundation
   2009-04-13 14:09:26 by Rene Hexel | Files touched by this commit (7) | Package updated
Log message:
Update gnustep-make to 2.0.8.  This makes GNUstep more hier(7) compliant
and requires an update of all GNUstep packages.  Changes also include
bugfixes and some cleanup.
   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 101 messages, browsing 31 to 40 | Previous