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-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-11-10 18:21:40 by Thomas Klausner | Files touched by this commit (147) |
Log message: Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. |
2008-07-22 22:44:04 by Tobias Nygren | Files touched by this commit (1) |
Log message: Needs pkg-config |
2008-07-17 11:10:50 by Tobias Nygren | Files touched by this commit (1) |
Log message: The master site doesn't seem to grok passive FTP, so prefer to use HTTP. |
2008-07-17 11:02:54 by David Sainty | Files touched by this commit (1) |
Log message: Buildlink in libXft, which is referenced from (at least) /usr/pkg/lib/libMrm.la. \ Fixes build of x11/xlt (under Linux) |
2008-07-15 12:37:35 by Matthias Drochner | Files touched by this commit (2) |
Log message: -needs libXft to build -don't try to @dirrm include/X11/bitmaps |
2008-07-15 01:01:32 by Christos Zoulas | Files touched by this commit (23) | |
Log message: update to openmotif 2.3.1 |
2007-10-27 14:31:15 by Roland Illig | Files touched by this commit (1) |
Log message: MAKE_JOBS_SAFE=no, as reported in PR 37233. |
2007-08-15 21:26:39 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Remove building some data files that aren't used anyway. Add cross-compilation support for the rest. |