- based on openjdk7 b147 and the bsd-port branch as of 20110811. - integrates mozilla rhino 1.7R3 scripting support based on patches from icedtea7 snapshot as of 20110819. - refresh bootstrap kits - tested on NetBSD 5.0/current, i386/amd64 and DragonFlyBSD 2.10 i386. Upstream changes: mostly bugfixes. Perhaps also noteworthy is that the zero assembler port has been integrated which should open up for wider platform support in pkgsrc in the future.
14 lines
597 B
Text
14 lines
597 B
Text
$NetBSD: patch-ab,v 1.3 2011/08/21 22:57:55 tnn Exp $
|
|
|
|
--- jdk/make/common/shared/Sanity.gmk.orig 2011-08-11 12:31:36.000000000 +0000
|
|
+++ jdk/make/common/shared/Sanity.gmk
|
|
@@ -809,7 +809,8 @@ ifdef OPENJDK
|
|
@(($(CD) $(BUILDDIR)/tools/freetypecheck && $(MAKE)) || \
|
|
$(ECHO) "Failed to build freetypecheck." ) > $@
|
|
|
|
- sane-freetype: $(TEMPDIR)/freetypeinfo
|
|
+ sane-freetype:
|
|
+ sane-freetype_: $(TEMPDIR)/freetypeinfo
|
|
@if [ "`$(CAT) $< | $(GREP) Fail`" != "" ]; then \
|
|
$(ECHO) "ERROR: FreeType version " $(REQUIRED_FREETYPE_VERSION) \
|
|
" or higher is required. \n" \
|