2012-10-26 22:21:33 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: C++ is not K&R C, so give main the return type it is supposed to have. |
2012-10-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-11-27 20:43:33 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message: Fix build with newer GCC. |
2009-06-30 02:07:26 by Joerg Sonnenberger | Files touched by this commit (159) |
Log message: Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without. |
2009-06-14 19:57:02 by Joerg Sonnenberger | Files touched by this commit (215) |
Log message: Remove @dirrm entries from PLISTs |
2008-08-18 01:50:06 by David A. Holland | Files touched by this commit (11) |
Log message: Fix broken build on amd64. Also combine two patches that were to the same file, don't include the SUBST results in the patch, and add a missing dep on libX11. PKGREVISION++. |
2008-03-04 07:59:06 by Johnny C. Lam | Files touched by this commit (99) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |
2007-11-07 15:00:54 by Roland Illig | Files touched by this commit (3) |
Log message: A friend class declaration isn't enough to make a class known. Extra qualification removed. |
2006-12-15 21:33:06 by Joerg Sonnenberger | Files touched by this commit (236) |
Log message: Mechanically replace all includes of buildlink3.mk of the following packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr |
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message: Rename variable MAKEFILE to MAKE_FILE. |