summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-01-01 17:15:56 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-01-01 22:49:14 +0000
commitd08ce156e9c3f25c13d73e23c041114c901aaf36 (patch)
tree2aef1bf233c4c68ce8d4adf060299c6df5051c9e /dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch
parentapp-eselect/eselect-java: Version bump (diff)
downloadgentoo-d08ce156e9c3f25c13d73e23c041114c901aaf36.tar.gz
gentoo-d08ce156e9c3f25c13d73e23c041114c901aaf36.tar.bz2
gentoo-d08ce156e9c3f25c13d73e23c041114c901aaf36.zip
dev-java/icedtea-web: Version bump, addressing many issues
* Bump to version 1.6.1 (#530860) * Respect java-config's VM selection (#538144, #552640) * Use new eselect-java that looks for itweb-javaws (#504678) * Fix USE=doc under stricter Java 8 (#558718) * Don't call hg because .hg directory is missing (#528268) This version no longer relies on eselect java-nsplugin as it installs the plugin directly under /usr/lib/nsbrowser/plugins. It blocks the Oracle plugins because Firefox cannot disable them individually. Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch')
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch b/dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch
new file mode 100644
index 000000000000..f69db9b6f582
--- /dev/null
+++ b/dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2015-09-11 14:02:04.245280051 +0100
++++ Makefile.am 2016-01-01 14:00:49.857225492 +0000
+@@ -652,7 +652,7 @@
+
+ stamps/netx-docs.stamp:
+ if ENABLE_DOCS
+- $(SYSTEM_JDK_DIR)/bin/javadoc $(JAVADOC_MEM_OPTS) $( _OPTS) \
++ $(SYSTEM_JDK_DIR)/bin/javadoc $(JAVADOC_MEM_OPTS) $(JAVADOC_OPTS) \
+ -d ${abs_top_builddir}/docs/netx -sourcepath $(NETX_SRCDIR) \
+ -doctitle 'IcedTea-Web: NetX API Specification' \
+ -windowtitle 'IcedTea-Web: NetX ' \