Date: Sun, 2 Sep 2012 15:04:58 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303555 - head/multimedia/vlc Message-ID: <201209021504.q82F4wtV022257@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Sun Sep 2 15:04:58 2012 New Revision: 303555 URL: http://svn.freebsd.org/changeset/ports/303555 Log: - Actually change MAINTAINER to multimedia@ [1] - Add --disable-mmx to i386 case too as I got a report --disable-sse was not enough for at least one guy. Approved by: jsa (previous maintainer) [1] Noticed by: wxs [1] Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sun Sep 2 14:55:07 2012 (r303554) +++ head/multimedia/vlc/Makefile Sun Sep 2 15:04:58 2012 (r303555) @@ -15,7 +15,7 @@ MASTER_SITES= http://download.videolan.o ftp://ftp.crans.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION:S/p/-pre/} -MAINTAINER= jsa@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= Qt4 based multimedia player and streaming server LICENSE= GPLv2 @@ -194,8 +194,9 @@ IGNORE= base clang version too old, set CONFIGURE_ARGS+=--enable-altivec # VLC's config script doesn't know to do this .endif +# sometimes(?) misdetected causing build failure .if ${ARCH} == "i386" -CONFIGURE_ARGS+=--disable-sse # sometimes(?) misdetected causing build failure +CONFIGURE_ARGS+=--disable-sse --disable-mmx .endif # End OS specific hacks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209021504.q82F4wtV022257>