Re: MAINTAINER UPDATE: www/sope www/sogo

2013-01-28 Thread Giovanni Bechis
On 01/27/13 13:23, Sebastian Reitenbach wrote: > Hi, > > attached are updates to SOPE/SOGo to 2.0.4. > > A list of bugfixes and changes can be found from the > annoucement mail here: > https://inverse.ca/sogo/lists/arc/users/2013-01/msg00275.html > Imho this should be mentioned in commit messag

Re: new: net/libircclient

2013-01-28 Thread Stuart Henderson
On 2013/01/10 13:25, Stefan Sperling wrote: > IRC client library required for upcoming games/megaglest port. Diff to yours; new tgz attached. OK like this. diff --git a/Makefile b/Makefile index 75d470c..45b2fd3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # $OpenBSD$ + COMMENT =

make-plist: put libs in PLIST not PFRAG.shared

2013-01-28 Thread Stuart Henderson
Now that shared libs can simply be listed in PLIST and pkg_create handles them automagically, make-plist no longer needs to split them off to a separate file. Plugins are left alone as in the rare case something uses them but still builds on a !shared arch, they would want to be in a separate PFRAG

Bug in gls (coreutils)

2013-01-28 Thread Lars Engblom
export LANG=en_US.UTF-8 gls -l This will dump a core on both current and stable. Regards, Lasse

Re: Bug in gls (coreutils)

2013-01-28 Thread Stuart Henderson
On 2013/01/28 15:13, Lars Engblom wrote: > export LANG=en_US.UTF-8 > gls -l > > This will dump a core on both current and stable. > > Regards, > Lasse > Works for me on amd64. Do you have a backtrace, ideally from a copy built with DEBUG=-g? Does it need some special file in the directory?

Re: Bug in gls (coreutils)

2013-01-28 Thread Stefan Sperling
On Mon, Jan 28, 2013 at 02:34:56PM +, Stuart Henderson wrote: > On 2013/01/28 15:13, Lars Engblom wrote: > > export LANG=en_US.UTF-8 > > gls -l > > > > This will dump a core on both current and stable. > > > > Regards, > > Lasse > > > > Works for me on amd64. Do you have a backtrace, ideal

Re: Bug in gls (coreutils)

2013-01-28 Thread Lars Engblom
Here is a more full error report: _=/usr/bin/env LOGNAME=lasse WINDOWID=6291490 WINDOWPATH=5 XTERM_SHELL=/bin/ksh HOME=/home/lasse PKG_PATH=ftp://ftp.eu.openbsd.org/pub/OpenBSD/5.2/packages/amd64/ CVSROOT=anon...@anoncvs1.ca.openbsd.org:/cvs LC_CTYPE=en_US.UTF-8 XTERM_VERSION=XTerm/OpenBSD(279)

Re: Bug in gls (coreutils)

2013-01-28 Thread Stuart Henderson
On 2013/01/28 15:42, Stefan Sperling wrote: > On Mon, Jan 28, 2013 at 02:34:56PM +, Stuart Henderson wrote: > > On 2013/01/28 15:13, Lars Engblom wrote: > > > export LANG=en_US.UTF-8 > > > gls -l > > > > > > This will dump a core on both current and stable. > > > > > > Regards, > > > Lasse >

Re: Bug in gls (coreutils)

2013-01-28 Thread Stefan Sperling
On Mon, Jan 28, 2013 at 02:54:48PM +, Stuart Henderson wrote: > Which versions of gettext and libiconv are installed? gettext-0.18.1p5 libiconv-1.14p0 My amd64 system is not quite -current (from Jan 21) so this might already be fixed. > Output from setting LD_DEBUG=1 might give some addition

Re: NEW: x11/keybinder

2013-01-28 Thread Stuart Henderson
On 2013/01/27 15:48, Brian Callahan wrote: > Tested OK on amd64 and powerpc. For some reason, port-lib-depends-check > gives different output between the two archs. I went with the WANTLIB > that satisfied powerpc, because powerpc wanted some extra libs that are > system libs which

Re: [update] sysutils/rsyslog

2013-01-28 Thread David Hill
Please review. On Fri, Jan 25, 2013 at 11:39:39AM -0500, David Hill wrote: >Anyone able to test and/or OK? > >On Tue, Jan 22, 2013 at 04:55:33PM -0500, David Hill wrote: >>New diff with tips from brad@ >> >>On Mon, Jan 21, 2013 at 11:16:23AM -0500, Brad Smith wrote: >>>On Mon, Jan 21, 2013 at 11:0

Re: make-plist: put libs in PLIST not PFRAG.shared

2013-01-28 Thread Marc Espie
On Mon, Jan 28, 2013 at 01:33:51PM +, Stuart Henderson wrote: > Now that shared libs can simply be listed in PLIST and pkg_create > handles them automagically, make-plist no longer needs to split them > off to a separate file. Plugins are left alone as in the rare case > something uses them but

disabling gtk-doc in graphics/gimp

2013-01-28 Thread Giovanni Bechis
As spotted by Moritz Grimm, gimp pulls textproc/gtk-doc if installed at configure-time, this patch instruct the configure script not to try to use textproc/gtk-doc. Comments ? Ok ? Better patches ? Cheers Giovanni Index: Makefile =

Re: UPDATE: x11/terminator

2013-01-28 Thread Juan Francisco Cantero Hurtado
On Mon, Jan 28, 2013 at 08:19:55AM +0100, Landry Breuil wrote: > On Sun, Jan 27, 2013 at 08:30:52PM -0500, Brian Callahan wrote: > > On 1/27/2013 8:14 PM, Juan Francisco Cantero Hurtado wrote: > > >New diff without both deps. > > > > > >Index: Makefile > > >=

Re: UPDATE: x11/terminator

2013-01-28 Thread Stuart Henderson
On 2013/01/28 20:24, Juan Francisco Cantero Hurtado wrote: > Is it always necessary add x11/gtk+2,-guic to the py-gtk ports?. I > removed the dep because I thought it was a error. If the icon cache needs to be updated, then it should have this run dep. (guic = gtk-update-icon-cache)

Re: UPDATE: x11/terminator

2013-01-28 Thread Juan Francisco Cantero Hurtado
On Mon, Jan 28, 2013 at 09:17:19PM +, Stuart Henderson wrote: > On 2013/01/28 20:24, Juan Francisco Cantero Hurtado wrote: > > Is it always necessary add x11/gtk+2,-guic to the py-gtk ports?. I > > removed the dep because I thought it was a error. > > If the icon cache needs to be updated, the

Port of arm-none-eabi-gcc

2013-01-28 Thread Maximo Pech
Hi guys, looking at the ports tree I see that arm-none-eabi-gcc is not available. I don't mind porting it myself, but I'd like to have feedback from you first, to avoid duplicate work and also for some hints you may have. There is arm-elf-gcc or somehing like that and I'm thinking that it could b