summaryrefslogtreecommitdiff
path: root/dev-java/icedtea-web/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-java/icedtea-web/files
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-java/icedtea-web/files')
-rw-r--r--dev-java/icedtea-web/files/README.gentoo-r156
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch11
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.6-launchers.patch79
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.6-no-hg.patch49
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.6-respect-ldflags.patch20
-rw-r--r--dev-java/icedtea-web/files/icedtea-web-1.6-unused-libs.patch20
6 files changed, 0 insertions, 235 deletions
diff --git a/dev-java/icedtea-web/files/README.gentoo-r1 b/dev-java/icedtea-web/files/README.gentoo-r1
deleted file mode 100644
index 219e14e7f7c3..000000000000
--- a/dev-java/icedtea-web/files/README.gentoo-r1
+++ /dev/null
@@ -1,56 +0,0 @@
-Browser plugin
---------------
-
-The IcedTea browser plugin (NPPlugin) is now made immediately
-available to supporting browsers without the need for eselect. Note
-that Chromium-based browsers no longer support NPAPI-based plugins
-since the code was removed in September 2015. The list of supporting
-browsers is shrinking but still includes Firefox as of version 46.
-
-JVM selection
--------------
-
-By default, IcedTea's browser plugin and Web Start uses the JVM
-selected via eselect or the GENTOO_VM environment variable. Note that
-this doesn't have to be an IcedTea JVM. An Oracle JVM will also
-work. The choice can be overridden using the itweb-settings
-program. Simply blank out the field to restore the default behaviour.
-
-Coexistence with Oracle's plugin
---------------------------------
-
-The IcedTea browser plugin can no longer be installed alongside
-Oracle's plugin. This used to be possible thanks to eselect
-java-nsplugin but this was removed in an effort to simplify things. No
-one is likely to need both, especially with plugins being all but
-outlawed these days. To avoid any blockers, simply enable the nsplugin
-USE flag on icedtea-web or the Oracle packages, but not both.
-
-If you're wondering why we don't just leave plugin selection to the
-browser, it's because Firefox (and probably others) only allows you to
-disable all the Java plugins together, not individually.
-
-Coexistence with Oracle's Web Start
------------------------------------
-
-/usr/bin/javaws, the executable used to launch JNLP files from a
-browser, will always use IcedTea's implementation over Oracle's when
-icedtea-web is installed, regardless of which JVM has been
-selected. This is primarily for consistency with the browser
-plugin. If you want to use Oracle's implementation then simply
-uninstall icedtea-web.
-
-32-bit plugin on 64-bit systems
--------------------------------
-
-This is no longer supported as the 64-bit plugin can launch a 32-bit
-JVM. Other reasons for running a 32-bit browser on a 64-bit system
-have long passed.
-
-32-bit JVM on 64-bit systems
-----------------------------
-
-The emul-linux-x86-java package was removed in 2015 with the migration
-to full multilib. icedtea-bin now provides this feature via the
-multilib USE flag. Once installed, using the 32-bit variant is simply
-a case of selecting that VM as described above.
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
deleted file mode 100644
index f69db9b6f582..000000000000
--- a/dev-java/icedtea-web/files/icedtea-web-1.6-javadoc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 ' \
diff --git a/dev-java/icedtea-web/files/icedtea-web-1.6-launchers.patch b/dev-java/icedtea-web/files/icedtea-web-1.6-launchers.patch
deleted file mode 100644
index 57f793a2ff30..000000000000
--- a/dev-java/icedtea-web/files/icedtea-web-1.6-launchers.patch
+++ /dev/null
@@ -1,79 +0,0 @@
---- launcher/launchers.in.orig 2015-09-11 14:02:04.252280131 +0100
-+++ launcher/launchers.in 2015-12-18 23:06:35.721135526 +0000
-@@ -7,7 +7,7 @@
- BINARY_LOCATION=@BIN_LOCATION@
- SPLASH_LOCATION=@JAVAWS_SPLASH_LOCATION@
- PROGRAM_NAME=@PROGRAM_NAME@
--CP=@JRE@/lib/rt.jar:@JRE@/lib/jfxrt.jar
-+CP=$(java-config -r)
-
- CONFIG_HOME=$XDG_CONFIG_HOME
- if [ "x$CONFIG_HOME" = "x" ] ; then
---- plugin/icedteanp/IcedTeaNPPlugin.cc.orig 2015-09-11 14:02:04.219279754 +0100
-+++ plugin/icedteanp/IcedTeaNPPlugin.cc 2015-12-19 22:35:23.479775591 +0000
-@@ -137,8 +137,7 @@
- static DIR *data_directory_descriptor;
-
- // Fully-qualified appletviewer default executable and rt.jar
--static const char* appletviewer_default_executable = ICEDTEA_WEB_JRE "/bin/java";
--static const char* appletviewer_default_rtjar = ICEDTEA_WEB_JRE "/lib/rt.jar";
-+static const char* appletviewer_default_executable = ICEDTEA_WEB_JAVA;
- //javaws name and binary
- static const char* javaws_bin_property = "-Dicedtea-web.bin.location=" JAVAWS_BIN;
- static const char* javaws_name_property = "-Dicedtea-web.bin.name=" JAVAWS_NAME;
-@@ -298,7 +297,15 @@
- PLUGIN_ERROR("Your custom jre (/lib/rt.jar check) %s is not valid. Please fix %s in your %s. In attempt to run using default one. \n", custom_jre.c_str(), custom_jre_key.c_str(), default_file_ITW_deploy_props_name.c_str());
- }
- }
-- return appletviewer_default_rtjar;
-+ gchar *stdout;
-+ if (g_spawn_command_line_sync("java-config -r", &stdout, NULL, NULL, NULL)) {
-+ std::string result = g_strchomp(stdout);
-+ g_free(stdout);
-+ return result;
-+ } else {
-+ PLUGIN_ERROR("Failed to query jre bootclasspath with java-config.\n");
-+ return "";
-+ }
- }
-
- static void cleanUpDir(){
---- plugin/icedteanp/IcedTeaParseProperties.cc.orig 2015-09-11 14:02:04.220279765 +0100
-+++ plugin/icedteanp/IcedTeaParseProperties.cc 2015-12-19 23:06:05.095409132 +0000
-@@ -151,7 +151,15 @@
- }
-
- string default_java_properties_file(){
-- return ICEDTEA_WEB_JRE "/lib/"+default_file_ITW_deploy_props_name;
-+ gchar *stdout;
-+ if (g_spawn_command_line_sync("java-config -o", &stdout, NULL, NULL, NULL)) {
-+ string result = g_strchomp(stdout);
-+ g_free(stdout);
-+ return result+"/lib/"+default_file_ITW_deploy_props_name;
-+ } else {
-+ PLUGIN_ERROR("Failed to query jre location with java-config.\n");
-+ return "";
-+ }
- }
-
-
-@@ -224,7 +232,7 @@
- dest = custom_jre_file;
- return true;
- }
-- } else {
-+ } else if (!default_java_file.empty()) {
- if(IcedTeaPluginUtilities::file_exists(default_java_file)) {
- dest = default_java_file;
- return true;
---- Makefile.am.orig 2015-09-11 14:02:04.245280051 +0100
-+++ Makefile.am 2015-12-19 22:37:35.460518630 +0000
-@@ -353,7 +353,7 @@
- -DPLUGIN_VERSION="\"$(PLUGIN_VERSION)\"" \
- -DPACKAGE_URL="\"$(PACKAGE_URL)\"" \
- -DMOZILLA_VERSION_COLLAPSED="$(MOZILLA_VERSION_COLLAPSED)" \
-- -DICEDTEA_WEB_JRE="\"$(SYSTEM_JRE_DIR)\"" \
-+ -DICEDTEA_WEB_JAVA="\"$(JAVA)\"" \
- -DPLUGIN_BOOTCLASSPATH=$(PLUGIN_BOOTCLASSPATH) \
- $(GLIB_CFLAGS) \
- $(MOZILLA_CFLAGS) \
diff --git a/dev-java/icedtea-web/files/icedtea-web-1.6-no-hg.patch b/dev-java/icedtea-web/files/icedtea-web-1.6-no-hg.patch
deleted file mode 100644
index a76780e500cb..000000000000
--- a/dev-java/icedtea-web/files/icedtea-web-1.6-no-hg.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- html-gen.sh.orig 2015-09-11 14:02:04.250280108 +0100
-+++ html-gen.sh 2016-01-01 14:13:46.693307166 +0000
-@@ -67,13 +67,18 @@
- if [ -z "$CHANGESETS" ] || [ "$CHANGESETS" -lt 0 ]; then CHANGESETS=10; fi
-
- NEWS_ITEMS=2
--REPO_URL="$(hg paths default | sed -r 's/.*icedtea.classpath.org\/(.*)/\1/')"
-+
-+if [ -d .hg ]; then
-+ REPO_URL="$(hg paths default | sed -r 's/.*icedtea.classpath.org\/(.*)/\1/')"
-+else
-+ unset REPO_URL
-+fi
-
- start_time="$(date +%s.%N)"
-
- cd html-gen
-
--print_debug "Generating HTML content for javaws -about for $REPO_URL. $CHANGESETS changesets, $NEWS_ITEMS news items"
-+print_debug "Generating HTML content for javaws -about${REPO_URL:+ for }$REPO_URL. $CHANGESETS changesets, $NEWS_ITEMS news items"
- print_debug "Starting sed substitutions"
- for FILE in NEWS AUTHORS COPYING ChangeLog
- do
-@@ -99,7 +104,9 @@
- sed -i '5i <br><img src="jamIcon.jpg" alt="Jam Icon" width="87" height="84"><br><br>' AUTHORS.html
- echo "</center>" >> AUTHORS.html
-
--REVS=(`hg log -l"$CHANGESETS" | grep 'changeset:' | cut -d: -f3 | tr '\n' ' '`)
-+if [ -n "${REPO_URL}" ]; then
-+ REVS=(`hg log -l"$CHANGESETS" | grep 'changeset:' | cut -d: -f3 | tr '\n' ' '`)
-+fi
-
- print_debug "Done. Starting formatting (bolding, mailto and hyperlink creation)"
-
-@@ -132,9 +139,11 @@
- if [[ "$LINE" =~ $date_regex* ]] # Matches line starting with eg 2013-07-01
- then
- html_space="\&ensp;\&ensp;"
-- REV="${REVS["$COUNTER"]}"
-- # Turn the date into a hyperlink for the revision this changelog entry describes
-- LINE=$(echo "$LINE" | sed -r "s|($date_regex)($html_space.*$html_space.*)|<a href=http://icedtea.classpath.org/$REPO_URL/rev/$REV>\1</a>\2|")
-+ if [ -n "${REPO_URL}" ]; then
-+ REV="${REVS["$COUNTER"]}"
-+ # Turn the date into a hyperlink for the revision this changelog entry describes
-+ LINE=$(echo "$LINE" | sed -r "s|($date_regex)($html_space.*$html_space.*)|<a href=http://icedtea.classpath.org/$REPO_URL/rev/$REV>\1</a>\2|")
-+ fi
- COUNTER="$(( COUNTER + 1 ))"
- fi
- if [ "$COUNTER" -gt "$CHANGESETS" ] # Cut to ten changesets
diff --git a/dev-java/icedtea-web/files/icedtea-web-1.6-respect-ldflags.patch b/dev-java/icedtea-web/files/icedtea-web-1.6-respect-ldflags.patch
deleted file mode 100644
index 1d03b7c4fd16..000000000000
--- a/dev-java/icedtea-web/files/icedtea-web-1.6-respect-ldflags.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.am.orig 2015-09-11 14:02:04.245280051 +0100
-+++ Makefile.am 2015-12-18 21:37:43.328862431 +0000
-@@ -344,7 +344,7 @@
- $(PLUGIN_DIR)/%.o: $(PLUGIN_SRCDIR)/%.cc
- mkdir -p $(PLUGIN_DIR) && \
- cd $(PLUGIN_DIR) && \
-- $(CXX) $(CXXFLAGS) \
-+ $(CXX) $(CXXFLAGS) $(LDFLAGS) \
- $(DEFS) $(VERSION_DEFS) \
- -DJDK_UPDATE_VERSION="\"$(JDK_UPDATE_VERSION)\"" \
- -DPLUGIN_NAME="\"IcedTea-Web Plugin\"" \
-@@ -362,7 +362,7 @@
-
- $(PLUGIN_DIR)/$(BUILT_PLUGIN_LIBRARY): $(addprefix $(PLUGIN_DIR)/,$(PLUGIN_OBJECTS))
- cd $(PLUGIN_DIR) && \
-- $(CXX) $(CXXFLAGS) \
-+ $(CXX) $(CXXFLAGS) $(LDFLAGS) \
- $(PLUGIN_OBJECTS) \
- $(GLIB_LIBS) \
- $(MOZILLA_LIBS) \
diff --git a/dev-java/icedtea-web/files/icedtea-web-1.6-unused-libs.patch b/dev-java/icedtea-web/files/icedtea-web-1.6-unused-libs.patch
deleted file mode 100644
index b0dc15d32c78..000000000000
--- a/dev-java/icedtea-web/files/icedtea-web-1.6-unused-libs.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.ac.orig 2015-09-11 14:02:04.250280108 +0100
-+++ configure.ac 2016-02-18 09:36:04.684624293 +0000
-@@ -55,17 +55,6 @@
- IT_SET_VERSION
- IT_CHECK_XULRUNNER_VERSION
-
--AC_CHECK_LIB(z, main,, [AC_MSG_ERROR("zlib not found - try installing zlib-devel")])
--dnl Check for libX11 headers and libraries.
--PKG_CHECK_MODULES(X11, x11,[X11_FOUND=yes],[X11_FOUND=no])
--if test "x${X11_FOUND}" = xno
--then
-- AC_MSG_ERROR([Could not find x11 - \
-- Try installing libX11-devel.])
--fi
--AC_SUBST(X11_CFLAGS)
--AC_SUBST(X11_LIBS)
--
- dnl PR46074 (gcc) - Missing java.net cookie code required by IcedTea plugin
- dnl IT563 - NetX uses sun.security code
- dnl IT605 - NetX depends on sun.misc.HexDumpEncoder