2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
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. |
2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message: Include pyversion.mk include the protected part of the buildlink3.mk files, not over and over again. |
2008-10-28 08:59:25 by Thomas Klausner | Files touched by this commit (3) |
Log message: Update to 2.24.0: pyorbit-2.24.0: 23-Sep-2008 - Added weakref support to Python CORBA objects (Eitan Isaacson, #502925) - Allow accessing reference count data (Eitan Isaacson, #471391) - Misc. build fixes (Thomas Lee, #522593, Sebastien Bacher, #448178) |
2008-04-16 14:36:59 by David Brownlee | Files touched by this commit (1) |
Log message: PYTHON_VERSIONS_ACCEPTED+=25 |
2007-10-24 16:46:17 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Supports DESTDIR. |
2007-07-09 18:33:44 by Matthias Drochner | Files touched by this commit (1) |
Log message: add "test" target |
2007-07-06 20:47:38 by Matthias Drochner | Files touched by this commit (2) | |
Log message: update to 2.14.3 changes: -Fix build problem on Mac OS X -Fix compatibility with non-ORBit2 based servants |
2007-03-13 11:59:02 by Matthias Drochner | Files touched by this commit (3) | |
Log message: update to 2.14.2 changes: - Fix build problem on gentoo - Fix a couple of bugs uncovered by Coverity |
2006-07-14 08:29:02 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Linking against libpython needs to link against pthread on some platforms to work. |