2004-02-26 18:31:41 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message: bl3ify |
2004-02-26 17:42:39 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message: Avoid passing C89 options when calling the compiler, as they trigger some errors that break the build. |
2004-02-18 14:33:41 by Johnny C. Lam | Files touched by this commit (19) |
Log message: Include "../../mk/compiler.mk" to get the value of CC_VERSION before testing it. |
2004-02-06 20:04:26 by Johnny C. Lam | Files touched by this commit (27) |
Log message: If we're passing through MAKEFLAGS variables whose values may contain spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets. |
2004-02-03 00:56:03 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: oops, it's "de" not "es". |
2004-02-03 00:55:00 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: Some gettext catalogs were not installed in FreeBSD, so use PLIST_SUBST to disable them for now. |
2004-02-01 11:48:46 by Johnny C. Lam | Files touched by this commit (2) |
Log message: bl3ify |
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message: In the new compiler selection framework, GCC_REQD is appended to, not overridden. |
2004-01-27 19:56:23 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Add build dependency on perl. |
2004-01-24 21:14:56 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. |