CVS: cvs.openbsd.org: ports

2012-01-29 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2012/01/29 03:37:37 Modified files: net/gnugk : Makefile distinfo Log message: safe bugfix update to gnugk-3.0.1. ok sthen@

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 04:29:51 Modified files: infrastructure/mk: bsd.port.mk Log message: PKGFILES, why not ?

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 05:02:20 Modified files: infrastructure/lib/DPB: Fetch.pm PkgPath.pm Vars.pm Log message: more flexible error path while scanning, accumulate reasons why broken. remove a few explicit (and

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 06:03:05 Modified files: infrastructure/bin: clean-old-distfiles infrastructure/man/man1: clean-old-distfiles.1 Log message: allow a list of exceptions, for easier management of

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 06:18:30 Modified files: graphics/molden: Makefile Log message: there's no sense trying to even fetch the wrong distfile, take molden totally out of the loop for mirroring until it gets fixed.

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 06:46:19 Modified files: databases/openldap: Makefile Log message: openldap doesn't require db,-java, so avoid it.

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 07:35:40 Modified files: infrastructure/bin: clean-old-distfiles Log message: proper usage diagnostic.

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2012/01/29 07:53:21 Modified files: lang/php/5.2 : Makefile lang/php/5.2/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-dbase PLIST-fastcgi PLIST-gd PLIST-gmp PLIST-imap

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2012/01/29 10:28:01 Modified files: devel/glib2: Makefile Log message: Compile the gobject parts with -O0 on 64bit arches. There is a nasty SEGFAULT when using g_closure() on at least amd64;

CVS: cvs.openbsd.org: ports

2012-01-29 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/01/29 12:14:07 Modified files: x11/roxterm: Makefile Log message: disable gtk3 with an autoconf flag and sync WANTLIB, problem reported by TAKAHASHI Tamotsu, ok ajacoutot@

Re: roxterm-2.0.1p3 depends on vte3? (not on vte)

2012-01-29 Thread Antoine Jacoutot
On Sun, Jan 29, 2012 at 01:38:31PM +0900, TAKAHASHI Tamotsu wrote: Hi, I installed roxterm-2.0.1p3 and vte-0.28.2p4 (packages), but roxterm complains: can't load library 'libvte2_90.so.1.0' Maybe roxterm depends on devel/vte3 instead of devel/vte which x11/roxterm/Makefile wantslib and

Re: NEW: games/beret

2012-01-29 Thread Stuart Henderson
On 2012/01/29 00:11, Brian Callahan wrote: Not that it's the most important port in the world, but is there any way to sneak this in before the lock? Thanks. ~Brian Sorry we're not importing new things for now.

Re: Update: samba-3.6.2

2012-01-29 Thread Stuart Henderson
On 2012/01/28 21:29, STeve Andre' wrote: On 01/28/12 18:27, Ian McWilliam wrote: On 26/01/2012, at 11:09 AM, Stuart Henderson wrote: On 2012/01/26 09:13, Ian McWilliam wrote: General bug fix update for Samba. http://www.samba.org/samba/history/samba-3.6.2.html building it now. anyone

Re: roxterm-2.0.1p3 depends on vte3? (not on vte)

2012-01-29 Thread Stuart Henderson
Doesn't work, just shows Failed to create pty: getpt failed: No such file or directory when you try and start it. This works: Index: Makefile === RCS file: /cvs/ports/x11/roxterm/Makefile,v retrieving revision 1.26 diff -u -p -r1.26

Re: roxterm-2.0.1p3 depends on vte3? (not on vte)

2012-01-29 Thread David Coppa
On Sun, Jan 29, 2012 at 1:05 PM, Stuart Henderson s...@spacehopper.org wrote: Doesn't work, just shows Failed to create pty: getpt failed: No such file or directory when you try and start it. This works: Index: Makefile ===

Re: roxterm-2.0.1p3 depends on vte3? (not on vte)

2012-01-29 Thread Antoine Jacoutot
On Sun, Jan 29, 2012 at 12:05:23PM +, Stuart Henderson wrote: Doesn't work, just shows Failed to create pty: getpt failed: No such file or directory when you try and start it. This works: Sure ok. The reason I went to keep gtk+3 is because naddy@ said in the past that when an app can

FIX: x11/scrotwm (recent fixes from upstream)

2012-01-29 Thread Lawrence Teo
There has been a few bugfixes in upstream shortly after the scrotwm 0.10.0 release. I have created a diff below to include these in the OpenBSD port. I am really hoping that these fixes can get in before the final lock, as they will prevent users from encountering these issues right out of the box

[Update] www/node 0.6.8 - 0.6.9

2012-01-29 Thread Aaron Bieber
This patch udates nodejs to 0.6.9 Changes: * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis) * http: Fix parser memory leak (koichik) * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse) * module: fix --debug-brk on symlinked scripts (Fedor

Re: Fix LIB_DEPENDS for audio/streamripper

2012-01-29 Thread Alexandr Shadchin
On Sat, Jan 28, 2012 at 04:56:33PM -0500, Brad wrote: On 28/01/12 4:54 PM, Brad wrote: On 28/01/12 3:20 AM, Alexandr Shadchin wrote: On Wed, Dec 21, 2011 at 01:00:31AM +0600, Alexandr Shadchin wrote: Hi, Remove audio/faad from LIB_DEPENDS, streamripper not use this library. (ripaac.o is

Re: FIX: x11/scrotwm (recent fixes from upstream)

2012-01-29 Thread Gonzalo L. R.
is ok for me, thanks lteo El 01/29/12 11:41, Lawrence Teo escribió: There has been a few bugfixes in upstream shortly after the scrotwm 0.10.0 release. I have created a diff below to include these in the OpenBSD port. I am really hoping that these fixes can get in before the final lock, as they

Re: roxterm-2.0.1p3 depends on vte3? (not on vte)

2012-01-29 Thread Amit Kulkarni
Takahashi! Thanks for reporting and Antoine/Stuart thanks for fixing. I am away from OpenBSD machine and can't test. On Sun, Jan 29, 2012 at 6:05 AM, Stuart Henderson s...@spacehopper.org wrote: Doesn't work, just shows Failed to create pty: getpt failed: No such file or directory when you try

Re: [Update] www/node 0.6.8 - 0.6.9

2012-01-29 Thread Stuart Henderson
I think this should wait until after 5.1 is tagged, could you resend it then please? On 2012/01/29 01:09, Aaron Bieber wrote: This patch udates nodejs to 0.6.9 Changes: * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis) * http: Fix parser

Re: Fix LIB_DEPENDS for audio/streamripper

2012-01-29 Thread Stuart Henderson
Unless this fixes an actual problem it should wait until after 5.1 is tagged On 2012/01/29 21:42, Alexandr Shadchin wrote: On Sat, Jan 28, 2012 at 04:56:33PM -0500, Brad wrote: On 28/01/12 4:54 PM, Brad wrote: On 28/01/12 3:20 AM, Alexandr Shadchin wrote: On Wed, Dec 21, 2011 at 01:00:31AM

Re: [Update] www/node 0.6.8 - 0.6.9

2012-01-29 Thread Aaron
Sure thing :) On Sun, Jan 29, 2012 at 12:18 PM, Stuart Henderson s...@spacehopper.org wrote: I think this should wait until after 5.1 is tagged, could you resend it then please? On 2012/01/29 01:09, Aaron Bieber wrote: This patch udates nodejs to 0.6.9 Changes: * dgram: Bring back missing