2015-10-09 13:27:23 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Skip shlibs check for libgcj_bc.so, a "fake" library used at link time only. Fixes build on Linux. |
2015-09-11 17:16:08 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Expand _GCC_REQD to avoid impossible constraints. |
2015-08-25 21:57:00 by Sebastian Wiedenroth | Files touched by this commit (1) |
Log message: bring back ecj-4.5.jar checksums |
2015-08-05 20:14:27 by Martin Husemann | Files touched by this commit (2) |
Log message: Adjust the precompiled header changes to the latest version used in the NetBSD tree |
2015-06-19 02:44:46 by David Sainty | Files touched by this commit (2) |
Log message: The ${PREFIX}/include/ansidecl.h installed by devel/binutils is not necessarily compatible (E.g. binutils-2.25 does not define PARAMS). Adjust the include path priority so the internal ansidecl.h gets precedence, allowing cp-demangle.c to use libiberty.h without compilation errors. |
2015-06-03 08:48:54 by David Sainty | Files touched by this commit (2) |
Log message: Fix build on Linux by removing erroneous patching. The removed hunk is definitely wrong, but I can't figure out what it was trying to do. I think the patch hunk was accidentally reintroduced in r1.4 after being correctly removed in r1.3. The reason it is wrong is because it breaks later tests by introducing code into confdefs.h. The following tests always break, because they have duplicate main() definitions. Build test on NetBSD works because the java support isn't in the suggested options anyway. |
2015-04-10 02:32:08 by Blue Rats | Files touched by this commit (1) |
Log message: GCC_REQD+=4.4, because 4.2 can't build it due to the package needing omp_lock_t. |
2015-03-12 15:56:14 by Ryo ONODERA | Files touched by this commit (4) |
Log message: Update to 4.8.4 * Reset gcc48-libs' PKGREVISION to 1 Changelog: * Bugfixes. |
2015-01-27 05:46:06 by Darrin B. Jewell | Files touched by this commit (3) |
Log message: Fix build issues on Darwin |
2015-01-15 12:07:01 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Restore PLIST.java, fixes Darwin (and others) build. |