i386 pkg build failures

2010-06-06 Thread Christian Weisgerber
Here's the latest round of build failures: audio/py-ao pea@ has a fix, I think emulators/qemu-old package path has changed! textproc/p5-tkispellseems to require ispell at configure time devel/qt4-eventsview(known issue) www/kazehakase (known issue) Plus the list

Re: i386 pkg build failures

2010-06-07 Thread David Coppa
On Sun, Jun 6, 2010 at 8:36 PM, Christian Weisgerber wrote: > Here's the latest round of build failures: > > audio/py-ao             pea@ has a fix, I think When you'll update this, take also in mind the patches I've posted some days ago: http://marc.info/?l=openbsd-ports&m=127555990109893 chee

Re: i386 pkg build failures

2010-06-07 Thread David Coppa
On Sun, 06 Jun 2010, Christian Weisgerber wrote: This is the py-ao fix (patches from debian/ubuntu). Ciao, David Index: Makefile === RCS file: /cvs/ports/audio/py-ao/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile ---

Re: i386 pkg build failures

2010-06-07 Thread David Coppa
On Sun, 06 Jun 2010, Christian Weisgerber wrote: And this is the one for py-ogg (always from debian/ubuntu): Index: Makefile === RCS file: /cvs/ports/audio/py-ogg/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Ma

Re: i386 pkg build failures

2010-06-07 Thread Pierre-Emmanuel André
On Mon, Jun 07, 2010 at 11:24:24AM +0200, David Coppa wrote: > On Sun, 06 Jun 2010, Christian Weisgerber wrote: > > This is the py-ao fix (patches from debian/ubuntu). > > Ciao, > David I have the same diff (patches stolen from Debian). But, in patch-src_aomodule_c, i added this line: ++ memset

Re: i386 pkg build failures

2010-06-07 Thread David Coppa
2010/6/7 Pierre-Emmanuel André : > On Mon, Jun 07, 2010 at 11:24:24AM +0200, David Coppa wrote: >> On Sun, 06 Jun 2010, Christian Weisgerber wrote: >> >> This is the py-ao fix (patches from debian/ubuntu). >> >> Ciao, >> David > > I have the same diff (patches stolen from Debian). > But, in patch-s

NEW: audio/py-vorbis (Was Re: i386 pkg build failures)

2010-06-08 Thread David Coppa
On Mon, 07 Jun 2010, Pierre-Emmanuel André wrote: > I have the same diff (patches stolen from Debian). > But, in patch-src_aomodule_c, i added this line: > ++ memset(&sample_format, 0, sizeof(sample_format)); > > This is needed after the recent libao update. > Regards, We have py-ao and py-ogg,

Re: NEW: audio/py-vorbis (Was Re: i386 pkg build failures)

2010-06-08 Thread David Coppa
On Tue, 08 Jun 2010, David Coppa wrote: > On Mon, 07 Jun 2010, Pierre-Emmanuel André wrote: > > > I have the same diff (patches stolen from Debian). > > But, in patch-src_aomodule_c, i added this line: > > ++ memset(&sample_format, 0, sizeof(sample_format)); > > > > This is needed after the rece