Skip site navigation (1)Skip section navigation (2)
Date:      10 Feb 2009 23:47:24 -0200
From:      Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-eclipse@FreeBSD.org
Subject:   ports/131577: [PATCH] java/eclipse-webtools: Remove BROKEN by fixing the PLIST
Message-ID:  <20090211014724.73133.qmail@exxodus.fedaykin.here>
Resent-Message-ID: <200902110200.n1B201FF011092@freefall.freebsd.org>

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

>Number:         131577
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-webtools: Remove BROKEN by fixing the PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 11 02:00:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD exxodus.fedaykin.here 7.1-STABLE FreeBSD 7.1-STABLE #51: Wed Feb  4 14:46:06 BRST
>Description:
o Remove BROKEN by fixing the PLIST
o Build PORTREVISION

Port maintainer (freebsd-eclipse@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- eclipse-webtools-2.0.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/java/eclipse-webtools/Makefile,v
retrieving revision 1.8
diff -d -u -u -r1.8 Makefile
--- Makefile	25 Jan 2009 20:54:40 -0000	1.8
+++ Makefile	11 Feb 2009 01:45:57 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	webtools
 PORTVERSION=	2.0.3
+PORTREVISION=	1
 CATEGORIES=	java devel www
 MASTER_SITES=	${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/webtools/downloads/drops/,}
 MASTER_SITE_SUBDIR=	R2.0/R-${PORTVERSION}-20080710044639/
@@ -21,8 +22,6 @@
 		${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \
 		${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
 
-BROKEN=		deletes files installed by dependency on deinstall
-
 CONFLICTS=	eclipse-lomboz-3.*
 
 NO_BUILD=	yes
@@ -32,6 +31,18 @@
 JAVA_VERSION=	1.5+
 JAVA_OS=	native
 
+# remove files that already exist on the RUN_DEPENDS java/eclipse port
+REMOVE_DUPLICATE_FILES=	\
+	eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar \
+	eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar \
+	eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar \
+	eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
+
+post-extract:
+.for file in ${REMOVE_DUPLICATE_FILES}
+	@${RM} -f ${WRKSRC}/${file}
+.endfor
+
 do-install:
 		@${MKDIR} ${PREFIX}/eclipse
 		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
--- eclipse-webtools-2.0.3_1.patch ends here ---

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



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