/hg/icedtea-web: 2 new changesets

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Tue Mar 15 09:56:52 UTC 2016


changeset 9118c5d47e5a in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=9118c5d47e5a
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Mar 15 10:54:54 2016 +0100

	removed check on zlib and on Xlibs


changeset 34b7911de6aa in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=34b7911de6aa
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Mar 15 10:56:52 2016 +0100

	NEWS: mentioned PR2855


diffstat:

 ChangeLog    |   9 +++++++++
 NEWS         |   1 +
 README       |   2 --
 configure.ac |  11 -----------
 4 files changed, 10 insertions(+), 13 deletions(-)

diffs (60 lines):

diff -r 074a19daa4d3 -r 34b7911de6aa ChangeLog
--- a/ChangeLog	Tue Mar 08 16:43:51 2016 +0100
+++ b/ChangeLog	Tue Mar 15 10:56:52 2016 +0100
@@ -1,3 +1,12 @@
+2016-03-15  Jiri Vanek <jvanek at redhat.com>
+
+	* NEWS: mentioned PR2855
+
+2016-03-15  James Le Cuirot <chewi at gentoo.org>
+
+	* README: removed libX11 and zlib-devel from requirement
+	* configure.ac: removed check on zlib and on Xlibs
+
 2016-03-08  Jiri Vanek <jvanek at redhat.com>
 
 	Added support for http 511 authentication
diff -r 074a19daa4d3 -r 34b7911de6aa NEWS
--- a/NEWS	Tue Mar 08 16:43:51 2016 +0100
+++ b/NEWS	Tue Mar 15 10:56:52 2016 +0100
@@ -18,6 +18,7 @@
 * PR2690 - Can't run BOM into JNLP file
 * PR2669 - remove bash-specific syntax from top level Makefile.am
 * PR2489 - various NPEs when codebase is null
+* PR2855 - configure.ac: Remove unnecessary checks for libX11 and zlib
 * PR878 - (http-511) Handle HTTP error 511 Network Authentication Required (standard secure proxy authentification/captive portal detection) 
 * comments in deployment.properties now should persists load/save
 * fixed bug in caching of files with query
diff -r 074a19daa4d3 -r 34b7911de6aa README
--- a/README	Tue Mar 08 16:43:51 2016 +0100
+++ b/README	Tue Mar 15 10:56:52 2016 +0100
@@ -64,8 +64,6 @@
 
 * A bootstrap JDK.  You can use any java JDK7 or higher compatible.
 * A C compiler (for the launchers).
-* libX11
-* zlib-devel
 
 Additionally, the plugin requires:
 
diff -r 074a19daa4d3 -r 34b7911de6aa configure.ac
--- a/configure.ac	Tue Mar 08 16:43:51 2016 +0100
+++ b/configure.ac	Tue Mar 15 10:56:52 2016 +0100
@@ -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 or sun.security.util.HexDumpEncoder


More information about the distro-pkg-dev mailing list