Re: ruby-ncurses and ruby-gems

2008-08-05 Thread Bernd Ahlers
markus ploner [Tue, Aug 05, 2008 at 06:52:42PM +0200] wrote: > i'm trying to run sup: http://sup.rubyforge.org/ > and that's depending on rubygem ncurses: > > $ /usr/local/bin/sup > /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:523:in > `report_activate_error': Could not find RubyGem ncurses (>=

Re: amd64 bulk build report

2008-08-05 Thread Stuart Henderson
On 2008/08/05 19:05, Christian Weisgerber wrote: > I recently got a new amd64 machine and since it seemed quite speedy, > I did a full package build on it. > > I initially forgot to increase the data size limit (ulimit -d), so > I can tell you which ports do not build with the default 512M: > au

Re: UPDATE: rdesktop 1.6.0

2008-08-05 Thread Brad
On Tuesday 05 August 2008 08:08:30 Jasper Lievisse Adriaanse wrote: > - specify license marker It should be GPLv2+. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: Python, was: Re: only days left to ports lock (4.4 release)

2008-08-05 Thread Marc Balmer
* [EMAIL PROTECTED] wrote: > I am no Python user myself but because some people here realy care for it > and because I read about this today I wanted to mention that there are > more issues to fix propably. > > Gentoo reports about multiple integer/buffer overflows. > > http://bugs.gentoo.org/sh

Re: Python, was: Re: only days left to ports lock (4.4 release)

2008-08-05 Thread Damien Miller
On Tue, 5 Aug 2008, Toni Mueller wrote: > > Hi, > > On Tue, 05.08.2008 at 18:36:34 +1000, Damien Miller <[EMAIL PROTECTED]> wrote: > > Ok, here is a patch for lang/python/2.5. > > thank you very much for the effort. Unfortunately, there's some more > stuff which should probably make it (code ex

Re: UPDATE: rdesktop 1.6.0

2008-08-05 Thread Jasper Lievisse Adriaanse
On Sat, Jun 21, 2008 at 11:03:49AM +0200, Steven Mestdagh wrote: > Giovanni Bechis [2008-06-18, 12:53:39]: > > It works well @i386, PLIST updated and PKGNAME removed. > > seems to work on amd64 too. > > however, it picks up libsamplerate if it's installed. others reported that > it does not make

Re: ruby-ncurses and ruby-gems

2008-08-05 Thread markus ploner
i'm trying to run sup: http://sup.rubyforge.org/ and that's depending on rubygem ncurses: $ /usr/local/bin/sup /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:523:in `report_activate_error': Could not find RubyGem ncurses (>= 0.9.1) (Gem::LoadError) from /usr/local/lib/ruby/site_ruby/1.8/

Re: ruby-ncurses and ruby-gems

2008-08-05 Thread markus ploner
but if i change the port to gem it would install ruby-ncurses-0.9.1 that's the version inside the gem repository as seen here: $ gem query --remote --name-matches ncurses *** REMOTE GEMS *** ncurses (0.9.1) and that would be a downgrade of the ports version. unfortunelately i can't find any in

amd64 bulk build report

2008-08-05 Thread Christian Weisgerber
I recently got a new amd64 machine and since it seemed quite speedy, I did a full package build on it. I initially forgot to increase the data size limit (ulimit -d), so I can tell you which ports do not build with the default 512M: audio/flite devel/eclipse/sdk devel/jdk/1.6 editors/openo

Re: Python, was: Re: only days left to ports lock (4.4 release)

2008-08-05 Thread sebastian . rother
I am no Python user myself but because some people here realy care for it and because I read about this today I wanted to mention that there are more issues to fix propably. Gentoo reports about multiple integer/buffer overflows. http://bugs.gentoo.org/show_bug.cgi?id=230640 http://bugs.gentoo.or

Re: ruby-ncurses and ruby-gems

2008-08-05 Thread Jeremy Evans
On Tue, Aug 5, 2008 at 8:29 AM, markus ploner <[EMAIL PROTECTED]> wrote: > but if i change the port to gem it would install ruby-ncurses-0.9.1 > that's the version inside the gem repository as seen here: > > $ gem query --remote --name-matches ncurses > > *** REMOTE GEMS *** > > ncurses (0.9.1) > >

Re: Python, was: Re: only days left to ports lock (4.4 release)

2008-08-05 Thread Toni Mueller
Hi, On Tue, 05.08.2008 at 18:36:34 +1000, Damien Miller <[EMAIL PROTECTED]> wrote: > Ok, here is a patch for lang/python/2.5. thank you very much for the effort. Unfortunately, there's some more stuff which should probably make it (code execution problems included). I found these just today, ass

Re: Python, was: Re: only days left to ports lock (4.4 release)

2008-08-05 Thread Damien Miller
Ok, here is a patch for lang/python/2.5. It tests OK (passes regress) on i386, and I'm yet to do sparc64 and zaurus. Tests on other platforms and testing with your favourite apps is welcome. -d Index: Makefile === RCS file: /cvs/por