ports/171707: multimedia/mplayer: i386 clang build error

Alex Kozlov spam at rm-rf.kiev.ua
Tue Feb 12 03:10:01 UTC 2013


The following reply was made to PR ports/171707; it has been noted by GNATS.

From: Alex Kozlov <spam at rm-rf.kiev.ua>
To: bug-followup at FreeBSD.org, anonymous at gmail.com,
	homas.e.zander at googlemail.com
Cc:  
Subject: Re: ports/171707: multimedia/mplayer: i386 clang build error
Date: Tue, 12 Feb 2013 05:00:39 +0200

 --XsQoSWH+UP9D9v3l
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi
 
 Sorry for the delay. Can you please check and approve next patch?
 
 p.s. Do you plan to convert port to new options framework in the near future?
      I would be glad to help.
 
 
 -- 
 Alex
 
 --XsQoSWH+UP9D9v3l
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch.txt"
 
 Index: multimedia/mplayer/Makefile
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	mplayer
 -# Date created:		10 August 2001
 -# Whom:			Thomas E. Zander
 -#			with lots of help from Vladimir Kushnir
 +# Created by: Thomas E. Zander with help from Vladimir Kushnir
  # $FreeBSD: ports/multimedia/mplayer/Makefile,v 1.223 2013/01/23 15:05:36 svnexp Exp $
 -#
  
  PORTNAME=	mplayer
  PORTVERSION=	${MPLAYER_PORT_VERSION}
 @@ -96,7 +92,7 @@
  
  # Fix a problem with unknown assembly opcodes in embedded ffmpeg
  .if ${ARCH} == "ppc"
 -CONFIGURE_ARGS+=        --disable-asm
 +CONFIGURE_ARGS+=	--disable-asm
  .endif
  
  .include "${.CURDIR}/Makefile.options"
 Index: multimedia/mplayer/Makefile.shared
 @@ -39,6 +39,7 @@
  		--disable-liba52 \
  		--disable-alsa \
  		--disable-libbs2b \
 +		--disable-mp3lib \
  		--enable-ass-internal
  
  WANT_GNOME=	yes
 Index: multimedia/mplayer/Makefile.options
 @@ -52,7 +52,7 @@
  .endif #WITH_DEBUG
  
  #Supported architectures for clang
 -.if ${ARCH} == "amd64"
 +.if ${ARCH} == "i386" || ${ARCH} == "amd64"
  MPLAYER_CLANG_SUPPORTED_ARCH=	yes
  .endif
 
 --XsQoSWH+UP9D9v3l--


More information about the freebsd-ports-bugs mailing list