scapy on -current

2008-06-09 Thread Tim Donahue
/bin/scapy, line 1032, in get_if_raw_addr return i.get(ifname)[addr].data File /misc/projects/libdnet/python/./dnet.pyx, line 984, in dnet.intf.get TypeError: exceptions must be strings, classes, or instances, not type -- Tim Donahue

audio/festival make fetch error

2008-06-05 Thread Tim Donahue
There seem to be some extra characters in the Makefile for festival. The package build seems to work correctly now. Tim Index: core/Makefile === RCS file: /cvs/ports/audio/festival/core/Makefile,v retrieving revision 1.10 diff -u

Eyesbeyond Mirror

2007-10-24 Thread Tim Donahue
Does anywhere know if there is eyesbeyond.com mirror? The site is currently down and that is preventing building the jdk, so if there is a mirror I'd love to know about it. Tim Donahue

Re: mysql5

2006-08-16 Thread Tim Donahue
I had a similar problem yesterday... Try launching mysqld like this: `mysqld_safe --open-files-limit=8192` If that works, you can make that the default in the my.cnf file. Tim Donahue On Wed, 16 Aug 2006 22:51:30 +0200 Julien TOUCHE [EMAIL PROTECTED] wrote: i'm testing mysql on openbsd

Stack overflow in misc/calentool

2006-05-26 Thread Tim Donahue
It seems that the string c which holds the name of the day in wpaint.c is too small and a stack overflow is caught when the Week button is pressed for the week view. Here is a quick patch to prevent the overflow for all the languages that the app supports. --- wpaint.c.orig Thu May 25