2010-07-16 09:34:02 by Tobias Nygren | Files touched by this commit (1) |
Log message: needs bison |
2010-07-15 11:08:28 by Tobias Nygren | Files touched by this commit (3) |
Log message: Add support for pkgsrc's primary platform ... |
2010-07-14 19:45:30 by Matthias Drochner | Files touched by this commit (1) |
Log message: allow to use NetBSD-current's builtin implementation |
2010-07-14 12:14:43 by Steven Drake | Files touched by this commit (1) |
Log message: Opps missed patch-ad |
2010-07-14 11:29:04 by Steven Drake | Files touched by this commit (8) |
Log message: Update to mDNSResponder-214.3.2 Changes unknown. Also install dns-sd and manpages. |
2010-07-13 13:18:48 by Steven Drake | Files touched by this commit (1) |
Log message: Update the homepage |
2010-07-01 17:05:06 by Tim Zingelman | Files touched by this commit (3) |
Log message: fix off-by-one error parsing resolv.conf fix fd leak |
2009-10-18 22:12:57 by Zafer Aydogan | Files touched by this commit (1) | |
Log message: update master_sites. |
2009-09-01 16:10:29 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Unsafe rules to create the object directory as exposed by the faster next generation of the wrapper framework. |
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. |