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.
|
2009-02-12 01:00:57 by Mark Davies | Files touched by this commit (1) |
Log message:
add DESTDIR support.
|
2008-10-11 21:12:30 by Mark Davies | Files touched by this commit (1) |
Log message:
Make dependency on libXxf86vm explicit. Fixes build on some Linux
systems. Noted by David Sainty.
|
2008-08-27 14:12:04 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to KDE 3.5.10
minor bugfixes
|
2008-04-02 00:50:24 by Mark Davies | Files touched by this commit (2) |
Log message:
Use <X11/Xmd.h> to define CARD32 et al so that local definition
doesn't clash if something else happens to pull in that include
file - as now happens with XI.h file in inputproto-1.4.3.
Should fix PR 38227.
|
2008-02-20 11:00:25 by Mark Davies | Files touched by this commit (5) |
Log message:
Update to kde3.5.9
Minor bugfixes
|
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-11-30 22:55:12 by Thomas Klausner | Files touched by this commit (90) |
Log message:
Bump PKGREVISION because openexr now depends on ilmbase.
|
2007-10-20 12:40:24 by Mark Davies | Files touched by this commit (4) |
Log message:
Update to KDE 3.5.8
Kopete
* Fix adding of yahoo contacts.
* Fix crash after duplicate login.
* Jabber groupchat history is only shown for currently present members.
* Enable Kopete to respond to chats started by others who are blocking you.
* Newlines seen when sending richtext to gaim and trillian clients.
* Fix webcam problems.
* Kopete does not keep toolbar settings.
* < and > in contact nicknames aren't well supported.
* "Message handling" unset when setting it to "Open messages \
instantly"
and reopening the configuration dialog.
* Deactivate the Join Chatrooms action when offline.
* Fix error in chatroom search so that all chatrooms are listed.
* Fix msn live emoticons.
* Fix issue with MSN webcam images being garbled.
* Fix crash on Yahoo protocol.
|
2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|