Date: Fri, 2 Dec 2005 22:24:01 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files patch-j2se::zlib-1.1.3::zconf.h Message-ID: <200512022224.jB2MO1LG089677@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2005-12-02 22:24:01 UTC
FreeBSD ports repository
Modified files:
java/jdk15 Makefile
Added files:
java/jdk15/files patch-j2se::zlib-1.1.3::zconf.h
Log:
. "Privatise" the symbols in libzip.so to avoid conflicting with those
in the systems libz.so. This conflict broke applications such as
Eclipse which is linked with libz.so (via gtk+ I believe).
This is a slightly modified version of the submitter's patch.
A better solution may be to link with the system's libz.so and remove
the JDK's internal zlib code altogether, but I'd like to test that a
little more first. Until then this solves the problem.
. Bump PORTREVISION since Eclipse seems to be quite widely used.
Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
Revision Changes Path
1.97 +1 -1 ports/java/jdk15/Makefile
1.1 +85 -0 ports/java/jdk15/files/patch-j2se::zlib-1.1.3::zconf.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512022224.jB2MO1LG089677>
