Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 06:58:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496424 - head/java/eclipse
Message-ID:  <201903210658.x2L6w1ov050888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar 21 06:58:00 2019
New Revision: 496424
URL: https://svnweb.freebsd.org/changeset/ports/496424

Log:
  Remove dependency on webkit to allow its removal

Modified:
  head/java/eclipse/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Thu Mar 21 06:42:16 2019	(r496423)
+++ head/java/eclipse/Makefile	Thu Mar 21 06:58:00 2019	(r496424)
@@ -15,14 +15,15 @@ COMMENT=	Eclipse Neon
 
 LICENSE=	EPL
 
+BROKEN=		fails to build
 DEPRECATED=	Uses webkit-gtk2 which has security issues
 EXPIRATION_DATE=2019-04-30
 ONLY_FOR_ARCHS=	amd64 i386
 CONFLICTS_INSTALL=	eclipse
 
 BUILD_DEPENDS=	${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33
-LIB_DEPENDS=	libcairo.so:graphics/cairo \
-		libwebkitgtk-1.0.so:www/webkit-gtk2
+LIB_DEPENDS=	libcairo.so:graphics/cairo
+#		libwebkitgtk-1.0.so:www/webkit-gtk2
 
 USES=		gmake pkgconfig tar:xz
 USE_GL=		glu
@@ -50,7 +51,7 @@ PATCH_STRIP=	-p1
 
 .if ${PORT_OPTIONS:MSWT_GTK3_SUPPORT}
 USE_GNOME+=	gtk30
-LIB_DEPENDS+=	libwebkitgtk-3.0.so:www/webkit-gtk3
+#LIB_DEPENDS+=	libwebkitgtk-3.0.so:www/webkit-gtk3
 MVN_SETTINGS+=	-Dmachine_gtk3=1
 SWTGTK3OPT=
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903210658.x2L6w1ov050888>