aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2019-04-14 19:52:07 +0800
committerpi <pi@FreeBSD.org>2019-04-14 19:52:07 +0800
commitef67111eee6098070a504743762cef536bce998a (patch)
tree2b0e0c9c2d961b5c5b72dde3ad7231085f12fb73 /java
parentd3428b14b12402eae9d3a5d4c2f9beee1c84503f (diff)
downloadfreebsd-ports-gnome-ef67111eee6098070a504743762cef536bce998a.tar.gz
freebsd-ports-gnome-ef67111eee6098070a504743762cef536bce998a.tar.zst
freebsd-ports-gnome-ef67111eee6098070a504743762cef536bce998a.zip
java/eclipse-pydev: mark BROKEN after java/eclipse update
- see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213648 PR: 236792
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-pydev/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile
index 917b72e74cef..a01162dde058 100644
--- a/java/eclipse-pydev/Makefile
+++ b/java/eclipse-pydev/Makefile
@@ -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>