2009-06-14 23:40:06 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 20:19:03 by Joerg Sonnenberger | Files touched by this commit (64) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-19 12:52:33 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Explicitly enable xinerama support (bl3.mk was already included).
Fixes PR 41449 by Pierre Pronchery.
While here:
Remove excessive quoting operators, and convert to user-destdir.
|
2009-05-01 15:39:31 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update mirrors.
|
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-08-10 07:20:13 by OBATA Akio | Files touched by this commit (1) |
Log message:
No need to define INSTALL_TARGET=install-strip.
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes).
Part of fixes PR 15107.
|
2007-12-02 12:45:07 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove Ex-MASTER_SITE. From Zafer Aydogan.
|
2007-06-21 02:58:04 by Min Sik Kim | Files touched by this commit (2) |
Log message:
If gcc-4 is used, disable inline assembly until GCC Bug #25221 is fixed.
Previously, it was done in Makefile for gcc-4.1 only. Now it covers
gcc-4.0.* and is located in the proper place (hacks.mk).
This fixes PR 36460.
|
2007-06-21 02:00:24 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Add link options to build on Darwin. Patches provided by Mark E. Perkins
in PR 36460. This fixes the second half of the PR.
|
2007-02-03 03:59:22 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Finish the last commit: libXt is actually needed for configure and
having Xinerama around is useful.
|