Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2012 22:06:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305608 - head/audio/akode
Message-ID:  <201210092206.q99M6c8j094452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct  9 22:06:38 2012
New Revision: 305608
URL: http://svn.freebsd.org/changeset/ports/305608

Log:
  Force numerous ports that fail to build with clang over to instead always
  rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
  accomplish this.
  
  The ports chosen were ports that blocked 2 or more ports from building with
  clang.  (There are several hundred other ports that still fail to build with
  clang, even with this patch.  This is merely one step along the way.)
  
  Those interested in fixing these ports with clang, and have clang as their
  default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
  
  For those who have gcc as their default compiler, this change is believed
  to cause no change.
  
  Hat:		portmgr
  Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
  		combinations of patch/no-patch and flag settings.

Modified:
  head/audio/akode/Makefile

Modified: head/audio/akode/Makefile
==============================================================================
--- head/audio/akode/Makefile	Tue Oct  9 22:05:57 2012	(r305607)
+++ head/audio/akode/Makefile	Tue Oct  9 22:06:38 2012	(r305608)
@@ -32,6 +32,7 @@ OPTIONS=	FFMPEG "FFMPEG decoder plugin" 
 
 USE_AUTOTOOLS=	libltdl libtool
 USE_BZIP2=	yes
+USE_GCC=	any
 USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092206.q99M6c8j094452>