Next | Query returned 75 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   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.
   2007-12-11 15:49:26 by OBATA Akio | Files touched by this commit (1)
Log message:
DESTDIR ready.
   2007-06-07 15:01:27 by Masao Uebayashi | Files touched by this commit (1)
Log message:
Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge.
   2007-05-05 11:13:31 by OBATA Akio | Files touched by this commit (2)
Log message:
Using message catalogue files.
Pointed out in PR 36254 by Robert Elz.

Bump PKGREVISION.
   2007-04-27 06:08:19 by Masao Uebayashi | Files touched by this commit (3)
Log message:
Simplify PKG_SYSCONFDIR handling by assuming all packages have a consistent
PKG_SYSCONFDIR.
   2007-04-27 05:54:30 by Masao Uebayashi | Files touched by this commit (1)
Log message:
Forgot to remove this.
   2007-04-24 17:01:03 by Masao Uebayashi | Files touched by this commit (5)
Log message:
Update eb to 4.3.

Very concise change summary:
o support color pictures with references (4.3),
o add "cross" search support (4.2), and
o many bug fixes.
   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-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Next | Query returned 75 messages, browsing 21 to 30 | Previous