Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 11:52:08 +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: r498892 - head/java/eclipse-pydev
Message-ID:  <201904141152.x3EBq8En027983@repo.freebsd.org>

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

Log:
  java/eclipse-pydev: mark BROKEN after java/eclipse update
  
  - see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213648
  
  PR:		236792

Modified:
  head/java/eclipse-pydev/Makefile

Modified: head/java/eclipse-pydev/Makefile
==============================================================================
--- head/java/eclipse-pydev/Makefile	Sun Apr 14 11:51:15 2019	(r498891)
+++ head/java/eclipse-pydev/Makefile	Sun Apr 14 11:52:07 2019	(r498892)
@@ -12,6 +12,8 @@ DISTNAME=	PyDev%20${PORTVERSION}
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Eclipse plugin for Python and Jython development
 
+BROKEN=		after java/eclipse update
+
 LICENSE=	EPL
 
 RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:java/eclipse
@@ -51,6 +53,8 @@ add-plist-post:
 	@${ECHO_CMD} "@exec ${CAT} ${PYDEV_BUNDLES_INFO} >> ${BUNDLES_INFO}" >> ${TMPPLIST}
 	@${ECHO_CMD} "@unexec ${SED} -i '' -E '/^((org)|(com))\.python\.pydev/d' %D/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info" >> ${TMPPLIST}
 
-.include "${PORTSDIR}/java/eclipse/Makefile.plugins"
+# do not include, file went away after java/eclipse update
+# mizhka@gmail.com is working on the update
+# .include "${PORTSDIR}/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?201904141152.x3EBq8En027983>