2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message: Reorder location and setting of BUILDLINK_PACKAGES to match template buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. |
2004-03-02 15:46:33 by Matthias Drochner | Files touched by this commit (12) | |
Log message: update to gcc-3.3.3 |
2004-03-01 12:39:58 by Mark Davies | Files touched by this commit (1) |
Log message: Add missing libfrtbegin.a |
2004-02-13 16:13:01 by Johnny C. Lam | Files touched by this commit (7) |
Log message: Bump the PKGREVISION after fixing up the installed *.la files to remove references to the buildlink work directories. |
2004-02-13 01:27:28 by Johnny C. Lam | Files touched by this commit (4) |
Log message: Check if a variable is defined before checking its value. |
2004-02-13 01:16:00 by Johnny C. Lam | Files touched by this commit (4) |
Log message: Fix the check for the GCC3_INSTALLTO_SUBPREFIX so that it matches the behaviour in gcc3-c/Makefile.common. |
2004-02-05 04:45:13 by Johnny C. Lam | Files touched by this commit (6) |
Log message: bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk files if it's being included by bsd.prefs.mk, so we can safely move the BUILDLINK_DEPENDS line to its usual location. |
2004-02-05 01:28:35 by Johnny C. Lam | Files touched by this commit (6) |
Log message: List the correct directories for finding GCC libraries so that they will be added automatically to library and run-time library search paths. |
2004-02-01 15:05:47 by Johnny C. Lam | Files touched by this commit (25) |
Log message: bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for use by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler. |
2003-12-03 12:28:55 by Matthias Drochner | Files touched by this commit (9) | |
Log message: update to gcc-3.3.2 (bugfix release) |