2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message: Remove @dirrm related logic. |
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message: Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here. |
2009-04-18 05:13:40 by Rene Hexel | Files touched by this commit (1) |
Log message: GNUSTEP_OVERRIDE_INSTALL to allow unprivileged DESTDIR installs. |
2009-04-17 23:55:13 by Rene Hexel | Files touched by this commit (1) |
Log message: s/user-destdir/destdir/ as this needs root privileges to install. Thanks to wiz for spotting. |
2009-04-16 02:24:23 by Rene Hexel | Files touched by this commit (3) |
Log message: Make this compile under amd64. Bump PKGREVISION. |
2009-04-13 14:12:44 by Rene Hexel | Files touched by this commit (5) |
Log message: Update gnustep-objc to 1.6.0. Changes are mainly bugfixes. |
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. |
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message: Rename variable MAKEFILE to MAKE_FILE. |
2006-07-22 07:10:55 by Roland Illig | Files touched by this commit (23) |
Log message: Reverted the recent change that has set USE_LANGUAGES="c objc", where only "objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this. |