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-12-21 00:31:54 by Jared D. McNeill | Files touched by this commit (1) |
Log message:
Pass proper path for xkb and xmodmap rules so you can select a non-US
keyboard again. Bump PKGREVISION.
|
2008-11-24 15:14:53 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 3.8.
3.8 Added "new device" signal - for plugged keyboard (no need in the
"device removed yet"
|
2008-10-25 01:22:06 by John Nemeth | Files touched by this commit (2) |
Log message:
Update to libxklavier 3.7.
3.7 A couple of essential bugfixes. Now all translated strings are in
UTF-8 (even in 8-bit locales).
3.6 Added API for countries and languages
|
2008-10-25 01:21:20 by John Nemeth | Files touched by this commit (3) |
Log message:
Update to libxklavier 3.7.
3.7 A couple of essential bugfixes. Now all translated strings are in
UTF-8 (even in 8-bit locales).
3.6 Added API for countries and languages
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2008-04-30 15:38:17 by Julio M. Merino Vidal | Files touched by this commit (60) |
Log message:
Drop maintainership
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
|
2008-04-16 18:41:38 by Matthias Drochner | Files touched by this commit (5) |  |
Log message:
update to 3.5, necessary because 3.2 in not sufficient for
sysutils/gnome-settings-daemon, as reported by dieter roelants per
PR pkg/38441
changes:
-Processing "vendor" elements, bugfix
-Updated translation scheme, based on xkeyboard-config 1.2
-Got rid of the fallback xml file (some code cleanup).
Fixed a couple of bugs (one crasher)
|
2007-04-19 23:39:18 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 3.2:
3.2 Some bugfixes.
3.1 Straghten the licensing terms. Some bugfixes.
|
2007-01-15 20:26:33 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Modular Xorg support.
|