perl.port.mk SHARED_ONLY handling

2010-09-24 Thread Stuart Henderson
To handle the forthcoming perl update we will need to bump perl SHARED_ONLY ports. Doing something like this at the same time will reduce the chance of handling it again in future and I think has no real down-side. Any comments/ok's? Index: perl.port.mk ==

Re: perl.port.mk SHARED_ONLY handling

2010-09-24 Thread David Coppa
On Fri, Sep 24, 2010 at 11:25 AM, Stuart Henderson wrote: > To handle the forthcoming perl update we will need to bump perl > SHARED_ONLY ports. Doing something like this at the same time will > reduce the chance of handling it again in future and I think has > no real down-side. > > Any comments/

Re: perl.port.mk SHARED_ONLY handling

2010-09-24 Thread Marc Espie
On Fri, Sep 24, 2010 at 10:25:33AM +0100, Stuart Henderson wrote: > To handle the forthcoming perl update we will need to bump perl > SHARED_ONLY ports. Doing something like this at the same time will > reduce the chance of handling it again in future and I think has > no real down-side. > > Any

Re: [UPDATE] py-CherryPy

2010-09-24 Thread Benjamin Nadland
On Sat, Sep 18, 2010 at 02:01:37PM +0200, Björn Ketelaars wrote: > On Sat, Sep 18, 2010 at 10:16 AM, Federico G. Schwindt > wrote: > > On Sat, Sep 18, 2010 at 09:39:11AM +0200, Bj?rn Ketelaars wrote: > >> Included a small diff which updates py-CherryPY to 3.1.2. This update fixes > >> the md5 dep

new: devel/clog

2010-09-24 Thread Chris Kuethe
Clog is a configurable logging library, supporting filtering and timestamping ... use it when you don't want to litter your code with if (debug) fprintf(stderr, ...); else syslog(...); -- GDB has a 'break' feature; why doesn't it have 'fix' too? clog.tgz Description: GNU Zip compresse

Re: new: devel/clog

2010-09-24 Thread Igor Zinovik
On Sep 24, Chris Kuethe wrote: > Clog is a configurable logging library, supporting filtering and > timestamping ... use it when you don't want to litter your code with > > if (debug) > fprintf(stderr, ...); > else > syslog(...); Maybe it is better to remove patch and override PREFIX va

update: Geany

2010-09-24 Thread Jonathan Armani
Hi, This patch - Update geany to 0.19.1 - Update my email address - Switch to new style depend Tested on i386/amd64, ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/geany/Makefile,v retrieving re

Re: update: Geany

2010-09-24 Thread Jonathan Armani
And here is the right diff. -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/geany/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile22 Dec 2009 15:31:27 - 1.23 +++ Mak