Date: Fri, 27 Jun 2014 21:36:33 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359612 - head/java/eclipse Message-ID: <201406272136.s5RLaXhA022351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jun 27 21:36:33 2014 New Revision: 359612 URL: http://svnweb.freebsd.org/changeset/ports/359612 QAT: https://qat.redports.org/buildarchive/r359612/ Log: Restore eclipse Makefile.plugins instead of breaking/expiring ports using it Modified: head/java/eclipse/Makefile.plugins Modified: head/java/eclipse/Makefile.plugins ============================================================================== --- head/java/eclipse/Makefile.plugins Fri Jun 27 21:25:25 2014 (r359611) +++ head/java/eclipse/Makefile.plugins Fri Jun 27 21:36:33 2014 (r359612) @@ -1,6 +1,14 @@ -# stopgap to unbreak index # $FreeBSD$ +NO_BUILD= yes +USE_JAVA= yes +JAVA_VERSION= 1.7 +JAVA_OS= native -BROKEN= Attempting to use removed plugin makefile -DEPRECATED= Attempting to use removed plugin makefile -EXPIRATION_DATE= 2014-07-27 +REPO_DIRS?= features plugins + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse + @(cd ${WRKSRC}; ${COPYTREE_SHARE} "${REPO_DIRS}" ${STAGEDIR}${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse/) + @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s share/eclipse/dropins/${PORTNAME} -not -type d) >> ${TMPPLIST} + @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d share/eclipse/dropins/${PORTNAME} -type d) \ + | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406272136.s5RLaXhA022351>