Date: Mon, 28 Mar 2011 10:50:11 GMT From: Eugene Grosbein <egrosbein@rdtc.ru> To: freebsd-java@FreeBSD.org Subject: Re: ports/155381: java/openjdk6 does not build with WEB option enabled Message-ID: <201103281050.p2SAoBaw009040@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/155381; it has been noted by GNATS.
From: Eugene Grosbein <egrosbein@rdtc.ru>
To: bug-followup@FreeBSD.ORG
Cc:
Subject: Re: ports/155381: java/openjdk6 does not build with WEB option enabled
Date: Mon, 28 Mar 2011 17:40:19 +0700
Hi!
I've just found source of the problem and fixed it.
I had libxul-1.9.0.14 installed. With upgrade to libxul-1.9.2.13 or later,
problem goes away. I've settled with currently most recent ports version libxul-1.9.2.16.
Corresponding patch for ports/java/openjdk6/Makefile follows:
--- Makefile.orig 2011-03-28 17:26:06.000000000 +0700
+++ Makefile 2011-03-28 17:38:28.000000000 +0700
@@ -172,7 +172,7 @@
BUILD_DEPENDS+= ${LOCALBASE}/bin/pkg-config:${PORTSDIR}/devel/pkg-config \
${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 \
${LOCALBASE}/libdata/pkgconfig/gtk+-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 \
- ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/libxul
+ libxul>=1.9.2.13:${PORTSDIR}/www/libxul
ITWEBDIR= ${WRKDIR}/icedtea-web-${ITWEBVERSION}
ITWEB_JAVAC= ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/bin/javac
ITWEB_JAR= ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/bin/jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103281050.p2SAoBaw009040>
