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

History of commit frequency

CVS Commit History:


   2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215)
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
   2012-06-09 09:00:50 by OBATA Akio | Files touched by this commit (25)
Log message:
Require hacks for fixing autoconf + space in variable name issue.
   2012-06-03 19:47:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.0.7:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
   2011-01-19 18:50:48 by Matthias Scheler | Files touched by this commit (2)
Log message:
Add proper builtin support which detects that "libXvMCW" is missing
under NetBSD.

Tested under NetBSD/amd64 5.1 ("libXvMCW" missing) and Mac OS 10.6.6
("libXvMCW" present).
   2010-09-10 21:10:10 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Update to libXvMC-1.0.6: packaging related changes
   2010-01-15 19:32:19 by Tobias Nygren | Files touched by this commit (3)
Log message:
Update to libXvMC-1.0.5. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Move XvMC_API.txt from xorg-docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXvMC 1.0.5
Add missing prototypes to XvMClibint.h
Janitor: make distcheck, compiler warnings, .gitignore.
   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
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-07-22 05:21:38 by David A. Holland | Files touched by this commit (1)
Log message:
Use mk/x11.buildlink3.mk when X11 isn't modular. Allows use of native libXvMC.
Patch stolen from libXv's b3.mk.
   2008-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201)
Log message:
Switch master site to MASTER_SITE_XORG.

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