Pour votre information

2012-01-04 Thread -Josephine-

bugfix: x11/rxvt-unicode

2012-01-04 Thread Tobias Ulmer
Hi guys, rxvt-unicode picks up some startup notification library in the latest amd64 snaps. Not nice. Here's a patch, please test it :) Index: Makefile === RCS file: /home/vcs/cvs/openbsd/ports/x11/rxvt-unicode/Makefile,v retrieving

Re: bugfix: x11/rxvt-unicode

2012-01-04 Thread David Coppa
On Wed, Jan 4, 2012 at 2:33 PM, Tobias Ulmer wrote: > Hi guys, > > rxvt-unicode picks up some startup notification library in the latest > amd64 snaps. Not nice. Here's a patch, please test it :) Thanks a lot! I'll commit it asap. ciao, David > Index: Makefile > ==

Re: Older vlc-0.8.6i on OpenBSD 5.0

2012-01-04 Thread Stuart Henderson
On 2012-01-02, Erling Westenvik wrote: > I'm looking for a way to get vlc-0.8.6i (code name "Janus" and which was > in ports/packages on OpenBSD 4.7) running on OpenBSD 5.0. AFAIK 0.8.6 > was the last/only version of vlc that truly honored the boasted netsync > option. At least it worked for me a

FIX: maxima - Plot surface when it is part of the frontier of the region

2012-01-04 Thread Edd Barrett
Hi, This fixes a bug that has been annoying me. Test case: wxdraw3d(implicit(z=0, u, 0, 2, v, 0, 2, z, 0, 2)) Will fail without the following diffi, OK? Thanks to Mario Rodriguez Riotorto for the fix. Index: Makefile === RCS file:

Re: context --version output is not what expected

2012-01-04 Thread Edd Barrett
On Tue, Dec 27, 2011 at 04:03:32PM +, Edd Barrett wrote: > Please test. OK? Any opinions? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: [UPDATE] math/coq

2012-01-04 Thread Yozo TODA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > here is math/coq update to 8.3pl3. > it requires camlp5 port I just sent. my message on camlp5 didn't go through the mailing list. I sent a message again, but it disappeared too. (not on the mailing list, I received no error message... what happe

RESUBMIT: NEW: graphics/libdmtx graphics/dmtx-utils

2012-01-04 Thread Sebastian Reitenbach
Hi, On Saturday, December 24, 2011 10:37 CET, "Sebastian Reitenbach" wrote: > Hi, > > attached two new ports: > > libdmtx/pkg/DESCR: > libdmtx is open source software for reading and writing Data Matrix > barcodes. At its core libdmtx is a native shared library, allowing C/C++ > programs t

cleanup x11/gnustep/cdplayer

2012-01-04 Thread Sebastian Reitenbach
Hi, the patch cleans up the cdplayer a bit. The post-install dance was intended for gsburn latest release. This one had issues, therefore I did not imported it.Now the SVN version of gsburn, picks the files up from the right spot. With a new gnustep release, there will also hopefully a new gsbu

Fix www/node to load globally installed modules by default

2012-01-04 Thread Jeremy Evans
Currently, if you install a node module using npm install -g, you aren't able to require it after install unless you add the global node_modules folder ($LOCALBASE/lib/node_modules) to NODE_PATH. This behavior seems wrong to me. Here's a patch that adds the global node_modules directory to the de

introduce MODGNUSTEP_OBJC in gnustep.port.mk

2012-01-04 Thread Sebastian Reitenbach
Hi, attached patch will introduce MODGNUSTEP_OBJC, and use it in the ports WANTLIB where needed. For now, MODGNUSTEP_OBJC = objc in gnustep.port.mk. A couple of gnustep related ports have WANTLIB += objc. At some point in time, hope not too far in the future, I want to introduce libobjc2, whic

[UPDATE] mail/swaks

2012-01-04 Thread Jiri B
Works on i386, man page looks OK. jirib Index: Makefile === RCS file: /data/cvsroot/OpenBSD/ports/mail/swaks/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile19 Nov 2010 07:23:09 - 1.6 +++ Makefi

[UPDATE] mail/extsmail - nitpicking

2012-01-04 Thread Jiri B
Hello, nitpicking, just missing new line at end of file. jirib Index: pkg/DESCR === RCS file: /data/cvsroot/OpenBSD/ports/mail/extsmail/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 25 Jan 2009 2

Re: Older vlc-0.8.6i on OpenBSD 5.0

2012-01-04 Thread Erling Westenvik
On Wed, Jan 04, 2012 at 01:41:48PM +, Stuart Henderson wrote: > To build the old vlc, the best starting point is probably > 'cd /usr/ports/x11/vlc; cvs up -D 2010/05/01'. Thanks for answering. I made a couple of attempts but gave up. There seem to be too many dependencies to sort out. > Pers

UPDATE: m4 1.4.16

2012-01-04 Thread Brad
Here is an update to GNU m4 1.4.16. The last three releases have been for a handful of regression fixes. Everything in the ports tree utilizing m4 builds Ok. Tested on amd64. Index: Makefile === RCS file: /home/cvs/ports/devel/m4/Ma