Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 22:45:18 -0700 (PDT)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sugimura@jp.FreeBSD.ORG
Subject:   ports/148671: [PATCH] java/eclipse-sqlexplorer: update path for new eclipse version
Message-ID:  <201007160545.o6G5jIME036641@misty.eyesbeyond.com>
Resent-Message-ID: <201007160550.o6G5o2YC047308@freefall.freebsd.org>

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

>Number:         148671
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-sqlexplorer: update path for new eclipse version
>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:   Fri Jul 16 05:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sat Apr 10 10:48:33 PDT 2010
>Description:
. Update the installation path for the new version of eclipse.

Port maintainer (sugimura@jp.FreeBSD.ORG) is cc'd.

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

--- eclipse-sqlexplorer-2.2.4_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-sqlexplorer/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	28 Mar 2010 06:38:41 -0000	1.12
+++ Makefile	16 Jul 2010 05:41:52 -0000
@@ -19,19 +19,19 @@
 COMMENT=	A visual database query tool for Eclipse
 
 RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse \
-		${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
+		${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 USE_ZIP=	yes
 
 do-install:
-		@${MKDIR} -p ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
+		@${MKDIR} -p ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
 		@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
-			| ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
 		@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
 			| ${GREP} -vE '^plugins$$' \
-			| ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST}
+			| ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
--- eclipse-sqlexplorer-2.2.4_5.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?201007160545.o6G5jIME036641>