eclipse install

2009-08-05 Thread Coert Waagmeester
Hello all, What is the best way to install eclipse on FreeBSD 7.2? On Linux I installed java, and downloaded the newest eclipse. Regards, Coert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: eclipse install

2009-08-05 Thread Polytropon
On Wed, 05 Aug 2009 23:00:08 +0200, Coert Waagmeester wrote: > Hello all, > > What is the best way to install eclipse on FreeBSD 7.2? > > On Linux I installed java, and downloaded the newest eclipse. On FreeBSD, you don't need to download things manually via a web browser in this old fashioned

Re: eclipse install

2009-08-05 Thread Coert Waagmeester
On Wed, 2009-08-05 at 23:33 +0200, Polytropon wrote: > On Wed, 05 Aug 2009 23:00:08 +0200, Coert Waagmeester > wrote: > > Hello all, > > > > What is the best way to install eclipse on FreeBSD 7.2? > > > > On Linux I installed java, and downloaded the newest eclipse. > > On FreeBSD, you don't

Re: eclipse install

2009-08-05 Thread Polytropon
On Wed, 05 Aug 2009 23:53:22 +0200, Coert Waagmeester wrote: > I tried it via the ports, but this error keeps popping up: > Missing pkg-descr for patch-2.5.9. Seems to be a dependency. As far as I investigated the port's Makefile, gpatch should be fine, too. Instead of building the (g)patch util

Re: eclipse install

2009-08-05 Thread Daniel Underwood
I wish there was a FreeBSD package of the newest version of Eclipse CDT (or at least "ganymede" version). I do my research in Eclipse-CDT Galileo on multiple Linux systems, and it would be nice to be able to mess with things occasionally on my FreeBSD box. Although I can't recall specifics, I kno

Re: eclipse install

2009-08-05 Thread Mel Flynn
On Wednesday 05 August 2009 13:53:22 Coert Waagmeester wrote: > I tried it via the ports, but this error keeps popping up: > Missing pkg-descr for patch-2.5.9. I believe you have a defective ports tree. You should have the following file: SHA256 (/usr/ports/devel/patch/pkg-descr) = 629097523839c

Re: eclipse install

2009-08-05 Thread Peter Boosten
Polytropon wrote: > On Wed, 05 Aug 2009 23:00:08 +0200, Coert Waagmeester > wrote: >> Hello all, >> >> What is the best way to install eclipse on FreeBSD 7.2? >> >> On Linux I installed java, and downloaded the newest eclipse. > > On FreeBSD, you don't need to download things manually via a web

Re: eclipse install

2009-08-06 Thread Roger Olofsson
Coert Waagmeester skrev: Hello all, What is the best way to install eclipse on FreeBSD 7.2? On Linux I installed java, and downloaded the newest eclipse. Regards, Coert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: eclipse install

2009-08-06 Thread Polytropon
On Thu, 06 Aug 2009 04:53:23 +0200, Peter Boosten wrote: > Polytropon wrote: > > On FreeBSD, you don't need to download things manually via a web > > browser in this old fashioned way. :-) > > Unfortunately this is not true for the jdk. But it's only a minor > disadvantage ;-) Sadly, you are tru

Re: eclipse install (broken ports tree)

2009-08-06 Thread Coert Waagmeester
On Wed, 2009-08-05 at 14:50 -0800, Mel Flynn wrote: > On Wednesday 05 August 2009 13:53:22 Coert Waagmeester wrote: > > > I tried it via the ports, but this error keeps popping up: > > Missing pkg-descr for patch-2.5.9. > > I believe you have a defective ports tree. You should have the following

Re: eclipse install (SOLVED broken ports tree)

2009-08-06 Thread Coert Waagmeester
On Thu, 2009-08-06 at 09:08 +0200, Coert Waagmeester wrote: > On Wed, 2009-08-05 at 14:50 -0800, Mel Flynn wrote: > > On Wednesday 05 August 2009 13:53:22 Coert Waagmeester wrote: > > > > > I tried it via the ports, but this error keeps popping up: > > > Missing pkg-descr for patch-2.5.9. > > >

Re: eclipse install (SOLVED broken ports tree)

2009-08-06 Thread Mel Flynn
On Thursday 06 August 2009 00:07:33 Coert Waagmeester wrote: > I have PKGDIR variable exported. Ack, yeah. Should've thought of that. It's a badly chosen variable name for pkg_add. You could make an alias though: alias pkg_keep='env PKGDIR=/path/to/whatever pkg_add -K' -- Mel __