Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2010 00:26:57 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152762: [PATCH] unbreak eclipse-cdt
Message-ID:  <201012020026.oB20QvBa071700@red.freebsd.org>
Resent-Message-ID: <201012020030.oB20UBRq059407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012020026.oB20QvBa071700>