2004-02-14 16:29:15 by Johnny C. Lam | Files touched by this commit (10) |
Log message: CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will automatically substitute for any config.{guess,sub} files found up to a directory depth of 2. |
2004-02-11 02:46:30 by David Brownlee | Files touched by this commit (11) |
Log message: USE_LANGUAGES=c c++ |
2004-02-08 06:14:44 by Christopher SEKIYA | Files touched by this commit (1) |
Log message: Override config.sub and config.guess. For mipseb support. |
2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message: Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. |
2004-01-20 13:12:49 by Alistair G. Crooks | Files touched by this commit (19) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2004-01-05 21:48:01 by Johnny C. Lam | Files touched by this commit (3) |
Log message: bl3ify |
2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Use S/+$// instead of C/\+$// to save a backslash. Very highly recommended by seb :) |
2004-01-05 00:34:07 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. |
2004-01-04 00:06:45 by Johnny C. Lam | Files touched by this commit (51) |
Log message: Initial sprinkling of work-in-progress buildlink3.mk files for using the buildlink3 framework. |
2003-10-20 17:28:23 by Alistair G. Crooks | Files touched by this commit (3) |
Log message: Update db3 to db3-3.11.2nb1. Add db_185 compatibility to databases/db3, from Jeremy Reed in PR 21237. |