Date: Fri, 7 Nov 2014 09:40:34 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372249 - head/java/eclipse-cdt Message-ID: <201411070940.sA79eY9c024206@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Nov 7 09:40:34 2014 New Revision: 372249 URL: https://svnweb.freebsd.org/changeset/ports/372249 QAT: https://qat.redports.org/buildarchive/r372249/ Log: java/eclipse-cdt: Allow it to build with java > 1.6 It builds with openjdk7 at least. I have no idea if it works, but the rest of the eclipse ports have moved past 1.6. (port is unmaintained) Modified: head/java/eclipse-cdt/Makefile Modified: head/java/eclipse-cdt/Makefile ============================================================================== --- head/java/eclipse-cdt/Makefile Fri Nov 7 08:48:33 2014 (r372248) +++ head/java/eclipse-cdt/Makefile Fri Nov 7 09:40:34 2014 (r372249) @@ -3,7 +3,7 @@ PORTNAME= ${PLUGIN} PORTVERSION= 6.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist @@ -19,7 +19,7 @@ USES= zip USE_JAVA= YES JAVA_OS= native JAVA_RUN= YES -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.6+ NO_BUILD= YES NO_WRKSUBDIR= YES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411070940.sA79eY9c024206>