Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 22:57:34 -0700 (PDT)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mitsuru@riken.jp
Subject:   ports/148618: [PATCH] java/eclipse-clay-core: update path for new eclipse version
Message-ID:  <201007150557.o6F5vYKN035661@misty.eyesbeyond.com>
Resent-Message-ID: <201007150600.o6F60DEj081917@freefall.freebsd.org>

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

>Number:         148618
>Category:       ports
>Synopsis:       [PATCH] java/eclipse-clay-core: 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:   Thu Jul 15 06:00:13 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 (mitsuru@riken.jp) is cc'd.

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

--- eclipse-clay-core-1.4.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-clay-core/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	28 Mar 2010 06:38:37 -0000	1.18
+++ Makefile	13 Jul 2010 06:18:55 -0000
@@ -18,7 +18,7 @@
 MAINTAINER=	mitsuru@riken.jp
 COMMENT=	A database design tool for the Eclipse development environment
 
-RUN_DEPENDS+=	${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
+RUN_DEPENDS+=	${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
 
 RESTRICTED=	License agreement is required to download.
 
@@ -37,8 +37,8 @@
 .endif
 
 do-install:
-		@${MKDIR} ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
-		@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+		@${MKDIR} ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
 
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /var/fcvs/ports/java/eclipse-clay-core/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	12 Dec 2008 15:08:17 -0000	1.2
+++ pkg-plist	15 Jul 2010 04:08:49 -0000
@@ -1,32 +1,32 @@
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_logo.gif
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.properties
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.xml
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature_ja.properties
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
-eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
-eclipse/plugins/jp.azzurri.clay.core.ui_%%RELEASEVERSION%%.jar
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF/MANIFEST.MF
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.ini
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.mappings
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.properties
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about_en.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri.cer
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_clay_core.jar
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/clayFeature.jpg
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/about.properties
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/welcome.xml
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/about.properties
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/welcome.xml
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/plugin.xml
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/databaseModelValidators.exsd
-eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/sqlDialectLists.exsd
-@dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF
-@dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en
-@dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja
-@dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl
-@dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema
-@dirrm eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%
-@dirrm eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_logo.gif
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.properties
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature.xml
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/feature_ja.properties
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
+lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
+lib/eclipse/plugins/jp.azzurri.clay.core.ui_%%RELEASEVERSION%%.jar
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF/MANIFEST.MF
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.ini
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.mappings
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about.properties
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/about_en.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri.cer
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/azzurri_clay_core.jar
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/clayFeature.jpg
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/license_en.html
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/about.properties
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en/welcome.xml
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/about.properties
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja/welcome.xml
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/plugin.xml
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/databaseModelValidators.exsd
+lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema/sqlDialectLists.exsd
+@dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/META-INF
+@dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/en
+@dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl/ja
+@dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/nl
+@dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%/schema
+@dirrm lib/eclipse/plugins/jp.azzurri.clay.core_%%RELEASEVERSION%%
+@dirrm lib/eclipse/features/jp.azzurri.clay.core_%%RELEASEVERSION%%
--- eclipse-clay-core-1.4.2_2.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?201007150557.o6F5vYKN035661>