Re: UPDATE: net/olsrd

2007-11-06 Thread Holger Mauermann
Holger Mauermann schrieb: Here is the update for net/olsrd to 0.5.4. Tested on i386. More info at www.olsr.org. This update includes a patch to identify wireless interfaces on OpenBSD. Thanks to Sebastian Reitenbach who sent it to me and submitted it upstream. ccache dependency is removed

UPDATE: net/olsrd

2007-11-03 Thread Holger Mauermann
/0.5/ MAINTAINER= Holger Mauermann [EMAIL PROTECTED] @@ -15,11 +15,16 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +BUILD_DEPENDS += ::devel/ccache \ + ::devel/bison + WANTLIB= c USE_GMAKE= Yes NO_REGRESS= Yes + +MAKE_ENV += CCACHE_DIR=${WRKSRC

Re: UPDATE: net/olsrd

2007-11-03 Thread Holger Mauermann
Stefan Sperling wrote: On Sat, Nov 03, 2007 at 11:25:48AM +0100, Holger Mauermann wrote: Here is the update for net/olsrd to 0.5.4. Tested on i386. More info at www.olsr.org. Great. This is an important update because the algorithm went from something like O(n^2) to something like n*log

Re: UPDATE: mail/imapproxy

2007-03-02 Thread Holger Mauermann
Jasper Lievisse Adriaanse wrote: On Thu, Mar 01, 2007 at 08:13:51PM +0100, Holger Mauermann wrote: Any chance to see this update in OpenBSD 4.1? Between imapproxy 1.2.3 and 1.2.5 some security issues were fixed... it helps if you say WHAT issues were fixed. From http://www.imapproxy.org

Re: UPDATE: mail/imapproxy

2007-03-01 Thread Holger Mauermann
Any chance to see this update in OpenBSD 4.1? Between imapproxy 1.2.3 and 1.2.5 some security issues were fixed... Holger Holger Mauermann wrote: Attached is an update for imapproxy-1.2.3 to -1.2.5 Holger

UPDATE: mail/imapproxy

2007-02-05 Thread Holger Mauermann
Attached is an update for imapproxy-1.2.3 to -1.2.5 Holger Index: Makefile === RCS file: /cvs/ports/mail/imapproxy/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile18 Oct 2006 10:03:50 - 1.3 +++

UPDATE: mail/imapproxy

2007-01-25 Thread Holger Mauermann
Attached diff updates imapproxy from 1.2.3 to 1.2.5rc2 which fixes some security flaws. Holger Index: Makefile === RCS file: /cvs/ports/mail/imapproxy/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile18 Oct

UPDATE: net/rrdtool

2007-01-25 Thread Holger Mauermann
Attached diff updates rrdtool from 1.0.49 to 1.2.18. Several month ago I already sent an update for rrdtool to ports@, but it is still not included in the ports tree... Anything wrong with it? Please test and comment. Holger Index: Makefile

Re: Using RRD in chroot

2006-08-09 Thread Holger Mauermann
Jason Dixon wrote: I'm trying to get the RRD perl modules working within the default chroot. /var/www/usr/local/lib/librrd.so.0.0 /var/www/usr/local/lib/librrd.la /var/www/usr/local/lib/librrd.a /var/www/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/RRDs

Re: rrdtool-1.2.x port?

2006-07-21 Thread Holger Mauermann
Lars Hansson wrote: On Friday 21 July 2006 02:36, Holger Mauermann wrote: is anybody working on an updated port of rrdtool? Yes, I am. It is pretty much working and I was waiting for a response from the maintainer (danh@). However, I sent my patches to him weeks ago and I haven't heard

rrdtool-1.2.x port?

2006-07-20 Thread Holger Mauermann
Hi, is anybody working on an updated port of rrdtool? There is still rrdtool-1.0.49 in ports, so I tried to compile rrdtool-1.2.15 from source. However, configure complains about missing ftheader.h from freetype2. xbase39.tgz is installed and ft2build.h is in /usr/X11R6/include. Any hints how