From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 21:36:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D09BC480; Fri, 27 Jun 2014 21:36:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDC012FA3; Fri, 27 Jun 2014 21:36:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RLaXg5022352; Fri, 27 Jun 2014 21:36:33 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RLaXhA022351; Fri, 27 Jun 2014 21:36:33 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406272136.s5RLaXhA022351@svn.freebsd.org> From: Antoine Brodin Date: Fri, 27 Jun 2014 21:36:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359612 - head/java/eclipse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 21:36:33 -0000 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}