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-02-22 05:51:25 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Previous change broke build on NetBSD because it tried to "rm -f" a directory instead of just the file that was intended. |
2004-02-21 11:37:27 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Buildlink the gcc3-c libraries and headers early so that fake-la can find them. |
2004-02-21 09:38:45 by Stoned Elipot | Files touched by this commit (1) |
Log message: Play it safe -and be Solaris friendly: don't rely on 'ln -sf' to properly remove an existing file, use 'rm -f' then 'ln -s'. |
2004-02-20 07:52:43 by Johnny C. Lam | Files touched by this commit (2) |
Log message: Use stricter dependency patterns so that we only match ones with the same distribution version number. |
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-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-12 23:53:47 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Use "sunos"-style shared library numbering whenever a platform wants the "linux"-style one. This matches our pkgsrc libtool behaviour so that we can get a consistent numbering across different platforms so that we don't have to fiddle with the PLIST. This fixes PR 22556 and PR 23684. |
2004-02-12 12:40:45 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Include gcc3-c/buildlink3.mk to get the gcc3-c library and header files symlinked into ${BUILDLINK_DIR}. |