UPDATE: Audacious 3.4.3

2014-01-10 Thread Brad Smith
Here is a minor bug fix release of Audacious 3.4.3. OK? Index: audacious/Makefile === RCS file: /home/cvs/ports/audio/audacious/Makefile,v retrieving revision 1.46 diff -u -p -u -p -r1.46 Makefile --- audacious/Makefile 1 Dec 2013

Re: UPDATE: LLVM 3.4

2014-01-10 Thread Jonathan Gray
On Mon, Jan 06, 2014 at 04:50:03PM -0500, Brad Smith wrote: > Here is an update to LLVM 3.4. > > Any additional testing welcome. > > OK? > Here is a diff that lets xenocara build with XENOCARA_BUILD_GALLIUM=llvm using a commit from mesa git that doesn't seem to be in the 9.2 branch yet: http://

UPDATE: ldns 1.6.17

2014-01-10 Thread Brad Smith
Here is an update to ldns 1.6.17. OK? Index: Makefile.inc === RCS file: /home/cvs/ports/net/ldns/Makefile.inc,v retrieving revision 1.28 diff -u -p -u -p -r1.28 Makefile.inc --- Makefile.inc21 Mar 2013 08:46:34 - 1.

MPlayer - Build on x86 with Clang for ASM

2014-01-10 Thread Brad Smith
Here is a diff to have MPlayer build using Clang to take advantage of the integrated assembler to be able to build the SSSE3 / SSE4 support. Note: has not been checked on i386, please someone try building this and see if it does. *crosses fingers* Index: Makefile

Re: any GRUB users about?

2014-01-10 Thread Jiri B
On Wed, Jan 08, 2014 at 12:01:47PM +, Stuart Henderson wrote: > GRUB is currently broken by the change to PIE by default on i386. > (it is currently only built on i386; in theory building on amd64 > should also be possible but it's more complicated than, say, > memtest86+). > > Is there anyone

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Brad Smith
On 10/01/14 4:18 AM, Stuart Henderson wrote: OK to move amd64 across. Doesn't work on i386, not enough registers, and omitting the frame pointer doesn't help. *sigh* this register pressure is a real pain in the ass. I'll see if there is anything I can do about this. -- This message has been s

Re: [heads-up] freetype update ?

2014-01-10 Thread Landry Breuil
On Fri, Jan 10, 2014 at 06:07:41AM -0700, David Coppa wrote: > > > From: Christian Weisgerber > > Date: Thu, Jan 9, 2014 at 11:45 PM > > Subject: Re: [heads-up] freetype update ? > > To: ports@openbsd.org > > > > > > Christian Weisgerber wrote: > > > > > > These are probably using a local Fin

New port: mail/spampd

2014-01-10 Thread Henrik Friedrichsen
Hello, This is my submission of the spampd port. Please bear with me as this is my first port for OpenBSD (though I have written FreeBSD ports before). Feedback is very welcome. Description: "spampd is an SMTP/LMTP proxy that marks (or tags) spam using SpamAssassin (http://www.SpamAssassin.org/)

Re: UPDATE: MPlayer 20140106

2014-01-10 Thread Edd Barrett
On Thu, Jan 09, 2014 at 04:27:16PM -0500, Brad Smith wrote: > >>@@ -96,7 +98,7 @@ CONFIGURE_ARGS += --target="${MPLAYER_AR > >>--confdir=${CONFDIR} \ > >>--mandir=${LOCALBASE}/man \ > >>--extra-cflags="-I${LOCALBASE}/include" \ > >>- --extra-ldflags="-L

Re: [heads-up] freetype update ?

2014-01-10 Thread David Coppa
> From: Christian Weisgerber > Date: Thu, Jan 9, 2014 at 11:45 PM > Subject: Re: [heads-up] freetype update ? > To: ports@openbsd.org > > > Christian Weisgerber wrote: > > > > These are probably using a local FindFreetype.cmake module file. > > > > Indeed they are. > > Add another one: > >

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Marc Espie
On Fri, Jan 10, 2014 at 09:18:37AM +, Stuart Henderson wrote: > On 2014/01/10 20:00, Brett Mahar wrote: > > On Fri, 10 Jan 2014 08:47:45 + > > Stuart Henderson wrote: > > > > | On 2014/01/09 14:36, Brad Smith wrote: > > | > Make use of Clang's integrated assembler to build the x86 ASM sup

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Stuart Henderson
On 2014/01/10 20:00, Brett Mahar wrote: > On Fri, 10 Jan 2014 08:47:45 + > Stuart Henderson wrote: > > | On 2014/01/09 14:36, Brad Smith wrote: > | > Make use of Clang's integrated assembler to build the x86 ASM support > | > within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 > | > |

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Brett Mahar
On Fri, 10 Jan 2014 08:47:45 + Stuart Henderson wrote: | On 2014/01/09 14:36, Brad Smith wrote: | > Make use of Clang's integrated assembler to build the x86 ASM support | > within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 | | Does it do runtime detection of what's available? | W

Re: UPDATE: x264 - Build ASM support on x86

2014-01-10 Thread Stuart Henderson
On 2014/01/09 14:36, Brad Smith wrote: > Make use of Clang's integrated assembler to build the x86 ASM support > within x264 so as to use MMX / MMXEXT / SSE / SSE2 / SSSE3 Does it do runtime detection of what's available?