Re: audio/audacious-plugins fixes

2008-01-19 Thread Jonathan Schleifer
You should also build the OSS plugin. I'm an Audacious developer and fixed the OSS plugin a while ago so that it works perfectly on OpenBSD. Even works much better than the sun audio plugin. -- Jonathan

Re: new: k3b

2008-01-19 Thread Jacob Meuser
On Sat, Jan 19, 2008 at 09:44:58AM +0200, Antti Harri wrote: > On Sat, 19 Jan 2008, Jacob Meuser wrote: > > >I don't expect mounting to work, because that requires root > >privileges. k3b _could_ use kdesu for such things. > > > >or > > > >set 'sysctl kern.usermount=1', 'chmod g+w /dev/cd0c', add

NEW: mail/readpst

2008-01-19 Thread Nikns Siankin
COMMENT=outlook pst to mbox format converter readpst is a program that can read an Outlook PST (Personal Folders) file and convert it into an mbox file, a format suitable for KMail, a recursive mbox structure, or seperate emails. http://secure.lv/~nikns/stuff/ports/readpst-0.5.2.tar rea

Re: NEW: mail/readpst

2008-01-19 Thread Will Maier
On Sat, Jan 19, 2008 at 04:34:41PM +0200, Nikns Siankin wrote: > COMMENT=outlook pst to mbox format converter > > readpst is a program that can read an Outlook PST (Personal Folders) file > and convert it into an mbox file, a format suitable for KMail, a recursive > mbox structure, or sepe

kqemu port

2008-01-19 Thread Marco Peereboom
I know someone was working on a kqemu port. Any clues where that is? qemu is awesome for test but it really could use some extra speed...

UPDATE : cxxtools, tntnet, NEW : tntdb

2008-01-19 Thread Vijay Ramesh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, These are new stable versions of cxxtools, tntnet and tntdb. I submitted some older versions a while ago, but got no response from anyone and it wasn't committed. Did anyone test those? In any case here are, cxxtools 1.4.6 tntnet 1.6.1 tntdb 0.9

update: net/freeradius

2008-01-19 Thread Rui Reis
here's a major update to freeradius version 2.0.0. I'm also taking maintainership since Tim Kornau doesn't run freeradius anymore and I've been doing all the previous updates. comments/oks? cheers, rui Index: Makefile === RCS file

Re: kqemu port

2008-01-19 Thread Andrés
This?: http://marc.info/?l=openbsd-ports&m=119324778224658&w=2

Re: [4.2-STABLE] UPD: devel_jdk-1_5_0_13

2008-01-19 Thread Dave Steinberg
J.C. Roberts wrote: Yes, I know it's taboo to post diffs for -stable but I was asked to do so by the maintainer. We got a small packaging bug that's been fixed in current and this back-port might help a few people. http://marc.info/?l=openbsd-ports&m=120061961321077&w=2 Just wanted to repo

Re: kqemu port

2008-01-19 Thread Roberto FERNANDEZ
Here is mine, I submited it to qemu maintainer and have no feedback yet. I have packaged the diffs submited by Adrian ENACHE to ports@ plus some modifications to create /dev/kqemu on module load. I tested this on 4.1/i386 stable 4.2/i386. release For amd64 this should work too, but LKM seems to

p5-Net-Whois, p5-Net-ParseWhois ?

2008-01-19 Thread jul
Hello is someone using this ports ? they doesn't seem functionnal. cpan examples don't work, homepage doesn't exist. i'm looking for some whois parsing tool but these ones seems dead. right ? thanks Cheers

Re: kqemu port

2008-01-19 Thread Marco Peereboom
I'll talk to todd to see why this isn't in. On Sat, Jan 19, 2008 at 07:42:42PM +0100, Roberto FERNANDEZ wrote: > Here is mine, I submited it to qemu maintainer and have no feedback yet. > > I have packaged the diffs submited by Adrian ENACHE to ports@ plus some > modifications to create /dev/kqe

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 08:43:56AM -0600, Marco Peereboom wrote: > I know someone was working on a kqemu port. Any clues where that is? > > qemu is awesome for test but it really could use some extra speed... Slightly off topic, but how to check on OpenBSD does cpu support hardware virtualizatio

Re: kqemu port

2008-01-19 Thread Michael Knudsen
Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > Slightly off topic, but how to check on OpenBSD does cpu support > hardware virtualization? > > References > 1. linux% grep -E '^flags.*(vmx|svm)' /proc/cpuinfo Something like this: grep -E '^cpu?:.*(VMX|SVM)' /var/run/dmesg.boot -- `G

Re: kqemu port

2008-01-19 Thread Michael Knudsen
Quoting Michael Knudsen ([EMAIL PROTECTED]): [..] > Something like this: > > grep -E '^cpu?:.*(VMX|SVM)' /var/run/dmesg.boot Err: grep -E 'cpu.*... etc. -- There is no place I can go, there is no way I can hide. It feels like it keeps coming from the inside. -- (Nine Inch Nails,

[update] web.py 0.23

2008-01-19 Thread Benoit Chesneau
new release of web.py. I enabled regress tests. ok? Changelog : http://webpy.org/changes - benoît webpy.diff Description: Binary data

Re: kqemu port

2008-01-19 Thread Michael Knudsen
Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > Which flag acutally says that CPU supports hardware virtualizatoin? I > have few dmesgs from different machines. None of them have VMX or SVM > flag. That's why I'm asking. luggage$ grep ^cpu /var/run/dmesg.boot cpu0: Genuine Intel(R) CPU T2400 @ 1.

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 11:10:56PM +0100, Michael Knudsen wrote: > Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > > Which flag acutally says that CPU supports hardware virtualizatoin? I > > have few dmesgs from different machines. None of them have VMX or SVM > > flag. That's why I'm asking. > >

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 10:49:39PM +0100, Michael Knudsen wrote: > Quoting Michael Knudsen ([EMAIL PROTECTED]): > [..] > > Something like this: > > > > grep -E '^cpu?:.*(VMX|SVM)' /var/run/dmesg.boot > > Err: > > grep -E 'cpu.*... etc. Which flag acutally says that CPU supports hardw

Re: kqemu port

2008-01-19 Thread Michael Knudsen
Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): [..] > Compaq Armada M300 has MTRR too with Intel PIII processor. Do you think > it support hardware virtualization? MTRR it something completely > different. In my MUA, the arrow was pointing at `VMX'. -- Winter meant the coming of the lazy wind, w

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 11:29:31PM +0100, Michael Knudsen wrote: > Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > [..] > > Compaq Armada M300 has MTRR too with Intel PIII processor. Do you think > > it support hardware virtualization? MTRR it something completely > > different. > > In my MUA, th

Re: [update] web.py 0.23

2008-01-19 Thread Eric Faurot
On Sat, 19 Jan 2008 22:52:42 +0100 "Benoit Chesneau" <[EMAIL PROTECTED]> wrote: > new release of web.py. I enabled regress tests. ok? > > Changelog : http://webpy.org/changes > > - benoît I would suggest the attached diff instead. First, use VERSION and put it in SUBST_VARS so PLIST won't chan

Re: [update] web.py 0.23

2008-01-19 Thread Benoit Chesneau
On Jan 19, 2008 11:44 PM, Eric Faurot <[EMAIL PROTECTED]> wrote: > I would suggest the attached diff instead. > > First, use VERSION and put it in SUBST_VARS so PLIST won't change > on each update because of this (rotten) egg stuff. right! thanks for the change :) > > Second, I think the failin

UPDATE: graphics/cairo

2008-01-19 Thread Eric Faurot
Hi, This diff updates cairo to 1.4.14. Changelog at http://www.cairographics.org/news/cairo-1.4.14/ ok? Eric. cairo.diff Description: Binary data

UPDATE: graphics/py-cairo

2008-01-19 Thread Eric Faurot
Hi again, This other diff updates py-cairo to 1.4.12. ok? Eric. py-cairo.diff Description: Binary data

UPDATE: qinx 1.4

2008-01-19 Thread Brad
Here is an update to QINX 1.4. This also fixes the incorrect PERMIT_DISTFILES_ values that I used when I imported the port. Index: Makefile === RCS file: /cvs/ports/x11/qinx/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Make