update: fossil-20100611120259

2010-06-11 Thread James Turner
Simple update to fossil version 20100611120259. Tested on loongson! Index: Makefile === RCS file: /cvs/ports/devel/fossil/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile26 May 2010 14:32:37 - 1.8

New: lang/rubinius 1.0.1

2010-06-11 Thread Jeremy Evans
This is a port for Rubinius, an implementation of the ruby programming language. It's based on work by bernd@ at http://gitorious.org/openbsd-ports-wip/mainline/trees/master/lang/rubinius I've updated it to work with rubinius 1.0.1, and I've tested it on -current amd64. I expect that it will pro

Update: databases/ruby-pg 0.8.0 -> 0.9.0

2010-06-11 Thread Jeremy Evans
Simple update to the latest version of ruby-pg. Only interesting change is that MASTER_SITE_RUBYFORGE doesn't seem to be used for gems published after the RubyForge->Rubygems.org switch as the default gem host. There should probably be a MASTER_SITE_RUBYGEMS added, but in the meantime the link bel

Re: devel/libtool: remove g77 dependency

2010-06-11 Thread Brad
On Friday 11 June 2010 12:16:30 Christian Weisgerber wrote: > Brad: > > > Here's a diff to remove the crazy Fortran dependency from libtool. > > > > Sorry I forgot about this. I just had one question. Why did you > > move setting some of the environment variables from CONFIGURE_ENV > > to CONFIGURE

Re: WIP: tint update

2010-06-11 Thread Will Maier
Hi Stu- On Fri, Jun 11, 2010 at 06:14:58PM +0100, Stuart Henderson wrote: > Hmm. Untested but I suspect if someone runs it as root, it will leave > a .pyc around that pkg_delete won't remove.. The interpreter only leaves .pyc files when it loads modules, not when it executes scripts: $ c

Re: WIP: tint update

2010-06-11 Thread Stuart Henderson
On 2010/06/11 12:07, Will Maier wrote: > Hi All- > > On Fri, Jun 11, 2010 at 06:02:03PM +0100, Federico G. Schwindt wrote: > > On Fri, Jun 11, 2010 at 05:31:18PM +0100, Stuart Henderson wrote: > > > On 2010/06/11 17:18, Edd Barrett wrote: > > > > Index: pkg/PLIST > > > > ==

Re: WIP: tint update

2010-06-11 Thread Will Maier
Hi All- On Fri, Jun 11, 2010 at 06:02:03PM +0100, Federico G. Schwindt wrote: > On Fri, Jun 11, 2010 at 05:31:18PM +0100, Stuart Henderson wrote: > > On 2010/06/11 17:18, Edd Barrett wrote: > > > Index: pkg/PLIST > > > === > > > RCS f

Re: WIP: tint update

2010-06-11 Thread Federico G. Schwindt
On Fri, Jun 11, 2010 at 05:31:18PM +0100, Stuart Henderson wrote: > On 2010/06/11 17:18, Edd Barrett wrote: > > Index: pkg/PLIST > > === > > RCS file: /cvs/ports/x11/tint/pkg/PLIST,v > > retrieving revision 1.2 > > diff -u -p -u -r1.2

Re: WIP: tint update

2010-06-11 Thread Stuart Henderson
On 2010/06/11 17:18, Edd Barrett wrote: > Index: pkg/PLIST > === > RCS file: /cvs/ports/x11/tint/pkg/PLIST,v > retrieving revision 1.2 > diff -u -p -u -r1.2 PLIST > --- pkg/PLIST 19 Apr 2010 13:55:56 - 1.2 > +++ pkg/PLIST 11 J

WIP: tint update

2010-06-11 Thread Edd Barrett
Hi, Have a play, but be aware of: http://code.google.com/p/tint2/issues/list?can=2&q=reporter:vext01 tint2conf and low_battery_cmd is flakey. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk ? LOG ? patches.new ? tint2conf.core Index: Makefile ==

Re: devel/libtool: remove g77 dependency

2010-06-11 Thread Christian Weisgerber
Brad: > > Here's a diff to remove the crazy Fortran dependency from libtool. > > Sorry I forgot about this. I just had one question. Why did you > move setting some of the environment variables from CONFIGURE_ENV > to CONFIGURE_ARGS? Thats weird. Because autoconf-based configure scripts support

Re: devel/libtool: remove g77 dependency

2010-06-11 Thread Brad
- Original message - > Here's a diff to remove the crazy Fortran dependency from libtool. > > Notes: > * configure still insists on running g77 in a few places to check for >    the compiler version and for a boilerplate text, and there is no >    way to override these checks, but it doe

devel/libtool: remove g77 dependency

2010-06-11 Thread Christian Weisgerber
Here's a diff to remove the crazy Fortran dependency from libtool. Notes: * configure still insists on running g77 in a few places to check for the compiler version and for a boilerplate text, and there is no way to override these checks, but it doesn't really do anything with the results, s