Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 May 2010 01:04:20 +0200
From:      "Ronald Klop" <ronald-freebsd8@klop.yi.org>
To:        freebsd-eclipse@freebsd.org
Subject:   Re: eclipse 3.5.2 links to /usr/ports/...
Message-ID:  <op.vb7ediv98527sy@212-123-145-58.ip.telfort.nl>
In-Reply-To: <20100504060058.GA2290@misty.eyesbeyond.com>
References:  <20100503125453.2F8A139842@ronald.office.base.nl> <20100504060058.GA2290@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 04 May 2010 08:00:58 +0200, Greg Lewis <glewis@eyesbeyond.com> =20
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 =20
>> way.
>>
>> Ant-1.7.1 isn't fetchable. It is still available here: =20
>> http://archive.apache.org/dist/ant/binaries/
>> See also: =20
>> http://portsmon.freebsd.org/portoverview.py?category=3Djava&portname=3D=
eclipse-devel
>>
>> Eclipse 3.5.2 links to /usr/ports/java/eclipse-devel. See this lsof =20
>> output.
>> java    6606 ronald  txt   VREG              0,106   117853 11658445 =20
>> /usr/ports/java/eclipse-devel/work/eclipse-build-0.5.0/bundles/javax.s=
ervlet_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=
 =20
eclipse-devel.

diff -ur /usr/ports/devel/subclipse/Makefile /tmp/subclipse/Makefile
--- /usr/ports/devel/subclipse/Makefile 2010-03-28 08:33:41.000000000 +02=
00
+++ /tmp/subclipse/Makefile     2010-05-04 12:16:21.000000000 +0200
@@ -22,7 +22,7 @@
  NO_BUILD=3D      yes
  USE_ZIP=3D       yes

-ECLIPSE=3D       ${PREFIX}/eclipse
+ECLIPSE=3D       ${PREFIX}/lib/eclipse-devel
  SUBCLIPSE=3D     org.tigris.subversion.subclipse
  SUBCLIPSEFILES=3D        features/${SUBCLIPSE}_${PORTVERSION} \
                 features/${SUBCLIPSE}.graph.feature_1.0.7 \

Ronald.



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