2020-01-25 21:31:39 by Roland Illig | Files touched by this commit (1) |
Log message: lang/gcc9: try to build on Linux |
2020-01-25 21:29:11 by Roland Illig | Files touched by this commit (1) |
Log message: lang/gcc9: broken on SunOS-*-x86_64 |
2020-01-25 21:20:45 by Roland Illig | Files touched by this commit (1) |
Log message: lang/gcc9: broken on Linux-*-x86_64 |
2020-01-18 23:41:30 by Roland Illig | Files touched by this commit (1) |
Log message: lang/gcc9: inline GCC9_PKGBASE, for consistency |
2020-01-11 10:48:11 by Roland Illig | Files touched by this commit (2) |
Log message: lang/gcc9: enable nls on all platforms by default Having nls enabled on some platforms and not on others doesn't make sense since the code for doing that didn't provide any rationale. If some platforms don't support nls, it's better to blacklist them explicitly. |
2020-01-10 08:50:25 by Roland Illig | Files touched by this commit (1) |
Log message: lang/gcc9: remove reference to nonexisting gcc9-libs |
2020-01-10 08:49:48 by Roland Illig | Files touched by this commit (2) |
Log message: lang/gcc9: fix build problem on CentOS 6 There may still be follow-up problems. This fix is just based on the bulk build logs. |
2020-01-10 08:46:43 by Roland Illig | Files touched by this commit (2) |
Log message: lang/gcc9: make PLIST entries conditional on NetBSD-*-x86_64 This allows to install gcc9 with all its PKG_OPTIONS disabled. This still installs the C++ compiler. The C++ include files end up in the private directory though. |
2020-01-10 01:28:03 by Roland Illig | Files touched by this commit (3) |
Log message: lang/gcc9: split PLIST into platform-specific files The PLISTs differ a lot between the platforms. For gathering the initial data it is easier to just list the files per platform than trying to get all the conditions right in the first place. There will be conditions for operating systems, for platforms, for features, for version-specific include files to be fixed, for installed programming languages, for nls, and several more. |
2020-01-08 18:02:53 by Min Sik Kim | Files touched by this commit (1) |
Log message: lang/gcc9: Remove redundant '/' in PLIST |