ports/155381: java/openjdk6 does not build with WEB option enabled

Eugene Grosbein egrosbein at rdtc.ru
Mon Mar 28 10:50:12 UTC 2011


The following reply was made to PR ports/155381; it has been noted by GNATS.

From: Eugene Grosbein <egrosbein at rdtc.ru>
To: bug-followup at 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


More information about the freebsd-java mailing list