From owner-svn-ports-all@FreeBSD.ORG Tue Oct 9 22:43:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6159DF9E; Tue, 9 Oct 2012 22:43:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4B0A88FC08; Tue, 9 Oct 2012 22:43:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q99Mh67Q001708; Tue, 9 Oct 2012 22:43:06 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q99Mh6Ik001706; Tue, 9 Oct 2012 22:43:06 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201210092243.q99Mh6Ik001706@svn.freebsd.org> From: Mark Linimon Date: Tue, 9 Oct 2012 22:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305618 - head/multimedia/x264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 22:43:06 -0000 X-List-Received-Date: Tue, 09 Oct 2012 22:43:06 -0000 Author: linimon Date: Tue Oct 9 22:43:05 2012 New Revision: 305618 URL: http://svn.freebsd.org/changeset/ports/305618 Log: Attempt to force this port to build only with gcc. It is known to be broken on clang. However, setting USE_GCC=any appears to be insufficient: the too-clever configure glop sees that clang is installed and attempts to use it regardless. This commit is thus a temporary measure. Hat: portmgr Modified: head/multimedia/x264/Makefile Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Tue Oct 9 22:38:56 2012 (r305617) +++ head/multimedia/x264/Makefile Tue Oct 9 22:43:05 2012 (r305618) @@ -31,6 +31,7 @@ X264_GITVER= ${X264_COMMIT:C/^(.......). X264_SNAPSHOT= 20120721 USE_BZIP2= yes +USE_GCC= any WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes USE_LDCONFIG= yes