libc.so.66.0 (system): bad major

2012-08-26 Thread Scott McEachern
Hi, I performed a clean install of the latest snapshot (Aug 26) with the matching ports file and tried building a handful of ports via DPB. After a bunch of failures (eg. net/libproxy; x11/gnome/librsvg; lang/gcc/4.6,-c++; devel/orc; devel/libusb1) I tried building those and a few others by ha

Re: audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread David Coppa
On Sun, Aug 26, 2012 at 11:11 PM, Brad Smith wrote: > On Sun, Aug 26, 2012 at 10:33:23PM +0200, Alexandre Ratchov wrote: >> - the unsigned 8-bit 'sig' parameter is wrong, probably >> would result in distortion >> >> - audacious uses 24-bit samples packed in 4-byte words >> LSB aligned, not MSB

Re: audio/xmms: sndio plugin update to test

2012-08-26 Thread Brett
On Sun, 26 Aug 2012 21:48:52 +0200 Alexandre Ratchov wrote: > This fixes threading bugs guenther found when we switched to > rthreads. Most changes are copy & paste from audacious. > > Basically, call any sio_* function with the mutex locked. But since > we can't hold the mutex locked during blo

Re: audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread Brad Smith
On Sun, Aug 26, 2012 at 10:33:23PM +0200, Alexandre Ratchov wrote: > - the unsigned 8-bit 'sig' parameter is wrong, probably > would result in distortion > > - audacious uses 24-bit samples packed in 4-byte words > LSB aligned, not MSB aligned. > > OK? > > -- Alexandre Here is a fixed diff.

Re: new: print/libXp

2012-08-26 Thread Matthieu Herrb
On Tue, Aug 21, 2012 at 11:05:14AM +0200, Pascal Stumpf wrote: > "Xprint" is an advanced printing system which enables X11 applications > to use devices like printers, FAX or create documents in formats > like PostScript, PDF, PCL, etc. > > Library part for printproto, needed by CDE. last version

Re: audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread Alexandre Ratchov
On Sun, Aug 26, 2012 at 10:33:23PM +0200, Alexandre Ratchov wrote: > - the unsigned 8-bit 'sig' parameter is wrong, probably > would result in distortion > > - audacious uses 24-bit samples packed in 4-byte words > LSB aligned, not MSB aligned. > > OK? > sorry, forget this diff; I've patch

Re: x11/openmotif: enable xprint support

2012-08-26 Thread Matthieu Herrb
On Tue, Aug 21, 2012 at 11:08:23AM +0200, Pascal Stumpf wrote: > CDE needs xprint support enabled in OpenMotif. While here, take > maintainer, update WANTLIB and allow it to find freetype. I'm not sure it's a good idea, I would recommend to make it a flavor (which no one except CDE would depend o

audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread Alexandre Ratchov
- the unsigned 8-bit 'sig' parameter is wrong, probably would result in distortion - audacious uses 24-bit samples packed in 4-byte words LSB aligned, not MSB aligned. OK? -- Alexandre Index: Makefile === RCS file: /cvs/ports/a

audio/xmms: sndio plugin update to test

2012-08-26 Thread Alexandre Ratchov
This fixes threading bugs guenther found when we switched to rthreads. Most changes are copy & paste from audacious. Basically, call any sio_* function with the mutex locked. But since we can't hold the mutex locked during blocking operations (the GUI would block) use a simple "event loop" with no

CFT: Bochs 2.6pre1

2012-08-26 Thread Brad Smith
Here is an update to Bochs 2.6pe1 for anyone that wants to test out the pre1 release. Index: Makefile === RCS file: /home/cvs/ports/emulators/bochs/Makefile,v retrieving revision 1.55 diff -u -p -r1.55 Makefile --- Makefile12 Jan

Maintainer dropout

2012-08-26 Thread Stuart Cassoff
On 08/14/12 17:54, Jason Ish wrote: > Hi Stu, > > I'm no longer maintaining any ports. I suggest you forward this to > ports@openbsd.org. > > Thanks, > Jason He's listed as maintainer of the following ports so they're up for grabs - get 'em while they're hot! audio/teknap devel/automake/1.4 deve

CFT: QEMU 1.2.0-rc1

2012-08-26 Thread Brad Smith
Here is an update to QEMU 1.2.0-rc1 for anyone that wants to test out the rc1 release. Index: Makefile === RCS file: /home/cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.88 diff -u -p -r1.88 Makefile --- Makefile8 Aug

Re: stop sdl-config from defining _GNU_SOURCE

2012-08-26 Thread Brad Smith
On Thu, Aug 23, 2012 at 11:47:27AM +1000, Jonathan Gray wrote: > sdl-config --cflags unconditionally sets _GNU_SOURCE, > as non posix glibc functions are often hidden under this > ifdef it tends to break code and I see no reason to define it. > > This would ideally be tested in a bulk build though

Re: stop sdl-config from defining _GNU_SOURCE

2012-08-26 Thread Brad Smith
On Mon, Aug 27, 2012 at 01:03:37AM +1000, Jonathan Gray wrote: > On Sun, Aug 26, 2012 at 10:43:20AM -0400, Brad Smith wrote: > > On Thu, Aug 23, 2012 at 12:48:07AM -0400, Brad Smith wrote: > > > On Thu, Aug 23, 2012 at 11:47:27AM +1000, Jonathan Gray wrote: > > > > sdl-config --cflags unconditional

Re: stop sdl-config from defining _GNU_SOURCE

2012-08-26 Thread Jonathan Gray
On Sun, Aug 26, 2012 at 10:43:20AM -0400, Brad Smith wrote: > On Thu, Aug 23, 2012 at 12:48:07AM -0400, Brad Smith wrote: > > On Thu, Aug 23, 2012 at 11:47:27AM +1000, Jonathan Gray wrote: > > > sdl-config --cflags unconditionally sets _GNU_SOURCE, > > > as non posix glibc functions are often hidde

Re: stop sdl-config from defining _GNU_SOURCE

2012-08-26 Thread Brad Smith
On Thu, Aug 23, 2012 at 12:48:07AM -0400, Brad Smith wrote: > On Thu, Aug 23, 2012 at 11:47:27AM +1000, Jonathan Gray wrote: > > sdl-config --cflags unconditionally sets _GNU_SOURCE, > > as non posix glibc functions are often hidden under this > > ifdef it tends to break code and I see no reason to

Re: UPDATE: GCC - update library link spec

2012-08-26 Thread Brad Smith
On Sun, Aug 26, 2012 at 02:51:47PM +0200, Pascal Stumpf wrote: > On Sat, 25 Aug 2012 09:55:38 -0400, Brad Smith wrote: > > Re-sync the GCC compilers LIB_SPEC with the base compilers. > > The 4.7 REVISION is totally wrong obviously, and 3.3,-obj has it going > backwards. Apart from that, looks ok.

Re: UPDATE: GCC - update library link spec

2012-08-26 Thread Pascal Stumpf
On Sat, 25 Aug 2012 09:55:38 -0400, Brad Smith wrote: > Re-sync the GCC compilers LIB_SPEC with the base compilers. The 4.7 REVISION is totally wrong obviously, and 3.3,-obj has it going backwards. Apart from that, looks ok. > Index: 3.3/Makefile > ===

Re: Stellarium 0.11.4

2012-08-26 Thread Alexander Wolf
Hi! 2012/8/26 Alexander Wolf : > Today has been released Stellarium 0.11.4 with improvements for *BSD systems. I'm sorry but we fixed two stupid typos and re-upload source code - stellarium-0.11.4a.tar.gz -- With best regards, Alexander