svn commit: r498893 - head/devel/subversive

Kurt Jaeger pi at FreeBSD.org
Sun Apr 14 11:53:53 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list