cvs commit: ports/java/jdk15 Makefile ports/java/jdk15/files
patch-j2se::zlib-1.1.3::zconf.h
Greg Lewis
glewis at FreeBSD.org
Fri Dec 2 22:24:02 GMT 2005
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 at 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)
More information about the cvs-ports
mailing list