Next | Query returned 45 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2012-10-08 11:21:16 by Aleksej Saushev | Files touched by this commit (161)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
   2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83)
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.
   2008-08-07 20:23:18 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 0.5.1
changes:
New optimizations have been provided for SSE2 and ARM instruction sets,
while a lot of warnings triggered by recent compiler changes have been
fixed.
A new function has been added to guess the aspect ratio of streams where
it is not properly coded. Also it is now possible to retrieve the value
of the MPEG-2 repeat_first_field flag, and to be notified when the
sequence header of a stream changes (eg. aspect ratio on-the-fly changes).
   2007-07-01 18:03:02 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package supports installation to DESTDIR.
   2007-02-22 18:43:51 by Matthias Drochner | Files touched by this commit (5)
Log message:
reduce this to the pure library (as PKGNAME already suggests), saves
a dependency on SDL
bump PKGREVISION
   2007-01-10 15:58:24 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Modular Xorg support.
   2006-10-17 18:18:15 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 0.4.1
changes:
-build system fixes
-acceleration on amd64 and ppc
-bugfixes
   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 45 messages, browsing 11 to 20 | Previous