svn commit: r303555 - head/multimedia/vlc

Juergen Lock nox at FreeBSD.org
Sun Sep 2 15:04:59 UTC 2012


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 at FreeBSD.org
+MAINTAINER=	multimedia at 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



More information about the svn-ports-all mailing list