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 true, and that's one of the few things that still
annoy me when setting up a new system without preloaded Java files
at hand. 



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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.
> > 
> > I believe you have a defective ports tree. You should have the following 
> > file:
> > SHA256 (/usr/ports/devel/patch/pkg-descr) = 
> > 629097523839c5e305a4115c1b3629029b734166e5ff8f73923812e0149e9912
> > 
> > If you do not, then try updating your ports tree and look for 
> > errors/warnings 
> > with whatever method you're using.
> 
> Hi Mel,
> 
> In /usr/ports/ i deleted everything.
> 
> Then I ran a portsnap fetch
> and then portsnap extract and portsnap update.
> 
> But I still get Missing pkg-descr for dtach-0.8.
> 
> my shasum on /usr/ports/devel/patch/pkg-descr is the same as yours
> 
> How can I completely wipe out the ports and start over?
> 
> Regards,
> Coert

Hello all,

I fixed the ports problem following this:
http://lists.freebsd.org/pipermail/freebsd-ports/2006-December/037566.html

I have PKGDIR variable exported.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"




Hi Coert,

I had an issue some time back and I posted this to the list. I don't 
know if it'll help you.


--
Dear mailing list,

I don't know if anyone has noticed or if it's my machine having stale 
ports but it seems that to make eclipse 3.4.1 working on FreeBSD 7.1 
STABLE with diablo-jdk-1.6.0.07.02_4 you need to do the following:


Do _not_ make clean until you have made:
 cp 
/usr/ports/java/eclipse/work/plugins/org.eclipse.swt.gtk.freebsd.x86/gtk/library/libswt* 
/usr/local/diablo-jdk1.6.0/jre/lib/i386/client/


It seems like make install builds the swt-gtk:s but that the .jar 
somehow 'misses' adding them in.


/Roger
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 file:
> SHA256 (/usr/ports/devel/patch/pkg-descr) = 
> 629097523839c5e305a4115c1b3629029b734166e5ff8f73923812e0149e9912
> 
> If you do not, then try updating your ports tree and look for errors/warnings 
> with whatever method you're using.

Hi Mel,

In /usr/ports/ i deleted everything.

Then I ran a portsnap fetch
and then portsnap extract and portsnap update.

But I still get Missing pkg-descr for dtach-0.8.

my shasum on /usr/ports/devel/patch/pkg-descr is the same as yours

How can I completely wipe out the ports and start over?

Regards,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
> browser in this old fashioned way. :-)

Unfortunately this is not true for the jdk. But it's only a minor
disadvantage ;-)

Peter

-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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) = 
629097523839c5e305a4115c1b3629029b734166e5ff8f73923812e0149e9912

If you do not, then try updating your ports tree and look for errors/warnings 
with whatever method you're using.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 know things (e.g., project settings, makefile
management) are done differently on the newer versions than on the
version in the ports.

If I'm wrong and/or I'm missing something, please, someone tell me.
I'd LOVE to be wrong here :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 utility,
you could surely use pkg_add -r (g)patch to install it.

I tried "make" in devel/patch and it seems to run well. Maybe you try
to install (even build) patch prior to a new "make" attempt for eclipse.



> And I do not know if it is important enough, but I want to use Eclipse
> 3.5

As far as I checked, pkg_add will provide 3.4.? only at the moment.



> And then I'll try to use the download of eclipse 3.5

If it runs on FreeBSD, there should be no problem. If it's a Linux
binary, enable the Linux ABI which should make it run, too.



> Thank you so far,
> Coert

Good luck!


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 need to download things manually via a web
> browser in this old fashioned way. :-)
> 
> Have a look at FreeBSD's ports collection. You'll find java/eclipse
> as well as many additions to this IDE. You can of course use
> the pkg_add -r command to install them, or your favourite port
> management program (portmaster, portinstall etc.), or use the
> "plain" method of "make install".
> 
> There are different versions of Java availabe on FreeBSD. You
> can choose between Sun's JDK and the Diablo JDK, and there are
> some others.
> 
> Sadly, I can't provide much more information because I have up
> using Java and Eclipse many years ago. :-(
> 
> 
> 
> 
> 
I tried it via the ports, but this error keeps popping up:
Missing pkg-descr for patch-2.5.9.

And I do not know if it is important enough, but I want to use Eclipse
3.5

At the moment I am installing ports/java/jdk16

And then I'll try to use the download of eclipse 3.5


Thank you so far,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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 way. :-)

Have a look at FreeBSD's ports collection. You'll find java/eclipse
as well as many additions to this IDE. You can of course use
the pkg_add -r command to install them, or your favourite port
management program (portmaster, portinstall etc.), or use the
"plain" method of "make install".

There are different versions of Java availabe on FreeBSD. You
can choose between Sun's JDK and the Diablo JDK, and there are
some others.

Sadly, I can't provide much more information because I have up
using Java and Eclipse many years ago. :-(





-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"