eclipse 3.5.2 links to /usr/ports/...
Ronald Klop
ronald-freebsd8 at klop.yi.org
Tue May 4 23:18:34 UTC 2010
On Tue, 04 May 2010 08:00:58 +0200, Greg Lewis <glewis at eyesbeyond.com>
wrote:
> On Mon, May 03, 2010 at 02:54:53PM +0200, Ronald Klop wrote:
>> Some points about the new Eclipse port, which is very welcome by the
>> way.
>>
>> Ant-1.7.1 isn't fetchable. It is still available here:
>> http://archive.apache.org/dist/ant/binaries/
>> See also:
>> http://portsmon.freebsd.org/portoverview.py?category=java&portname=eclipse-devel
>>
>> Eclipse 3.5.2 links to /usr/ports/java/eclipse-devel. See this lsof
>> output.
>> java 6606 ronald txt VREG 0,106 117853 11658445
>> /usr/ports/java/eclipse-devel/work/eclipse-build-0.5.0/bundles/javax.servlet_2.5.0.v200806031605.jar
>> After make clean Eclipse doesn't start anymore.
>
> Fixes for these two have been committed.
>
Thanks. Works ok now.
For subclipse I found this patch makes the devel/subclipse port usable by
eclipse-devel.
diff -ur /usr/ports/devel/subclipse/Makefile /tmp/subclipse/Makefile
--- /usr/ports/devel/subclipse/Makefile 2010-03-28 08:33:41.000000000 +0200
+++ /tmp/subclipse/Makefile 2010-05-04 12:16:21.000000000 +0200
@@ -22,7 +22,7 @@
NO_BUILD= yes
USE_ZIP= yes
-ECLIPSE= ${PREFIX}/eclipse
+ECLIPSE= ${PREFIX}/lib/eclipse-devel
SUBCLIPSE= org.tigris.subversion.subclipse
SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \
features/${SUBCLIPSE}.graph.feature_1.0.7 \
Ronald.
More information about the freebsd-eclipse
mailing list