Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 11:53:52 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498893 - head/devel/subversive
Message-ID:  <201904141153.x3EBrqqn031344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr 14 11:53:52 2019
New Revision: 498893
URL: https://svnweb.freebsd.org/changeset/ports/498893

Log:
  devel/subversive: mark as BROKEN after java/eclipse update
  
  PR:		236792

Modified:
  head/devel/subversive/Makefile

Modified: head/devel/subversive/Makefile
==============================================================================
--- head/devel/subversive/Makefile	Sun Apr 14 11:52:07 2019	(r498892)
+++ head/devel/subversive/Makefile	Sun Apr 14 11:53:52 2019	(r498893)
@@ -13,6 +13,8 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTOR
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Eclipse plug-in that provides Subversion support
 
+BROKEN=		after java/eclipse update
+
 LICENSE=	EPL
 
 RUN_DEPENDS=	eclipse:java/eclipse
@@ -22,6 +24,7 @@ CONNECTORS=	Subversive-connectors-allplatforms-4.0.2.I
 USES=		zip
 NO_WRKSUBDIR=	yes
 
-.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
+# do not include, file went away after java/eclipse update
+# .include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
 
 .include <bsd.port.mk>



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