ports/152762: [PATCH] unbreak eclipse-cdt

Aldis Berjoza aldis at bsdroot.lv
Thu Dec 2 00:30:12 UTC 2010


>Number:         152762
>Category:       ports
>Synopsis:       [PATCH] unbreak eclipse-cdt
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 02 00:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Fix Makefile.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN eclipse-cdt.bak/Makefile eclipse-cdt/Makefile
--- eclipse-cdt.bak/Makefile	2010-12-02 02:12:00.477679489 +0200
+++ eclipse-cdt/Makefile	2010-12-02 02:13:02.799026573 +0200
@@ -7,8 +7,8 @@
 
 PORTNAME=	${PLUGIN}
 PORTVERSION=	6.0.2
+PORTREVISION=	1
 CATEGORIES=	java devel
-#MASTER_SITES=	http://download.eclipse.org/
 MASTER_SITES=	${MASTER_SITE_ECLIPSE}
 MASTER_SITE_SUBDIR=tools/${PLUGIN}/releases/${ECLIPSE_CODENAME}/dist
 DISTNAME=	${PLUGIN}-master-${PORTVERSION}
@@ -19,8 +19,6 @@
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
 
-BROKEN=		bad plist
-
 USE_ZIP=	YES
 USE_JAVA=	YES
 JAVA_OS=	native
@@ -75,8 +73,6 @@
 .endfor
 
 do-install:
-	@${MKDIR} ${PREFIX}/lib/eclipse/features/${PLUGIN}/
-	@${MKDIR} ${PREFIX}/lib/eclipse/plugins/${PLUGIN}/
 .for i in features plugins
 	@(cd ${WRKDIR}/${i} && ${COPYTREE_SHARE} \* ${PREFIX}/lib/eclipse/${i}/)
 .endfor


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list