From owner-svn-ports-head@freebsd.org Mon May 1 10:58:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66BDDD58892; Mon, 1 May 2017 10:58:19 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC2ED8B; Mon, 1 May 2017 10:58:19 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v41AwI2W007236; Mon, 1 May 2017 10:58:18 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v41AwIoK007235; Mon, 1 May 2017 10:58:18 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705011058.v41AwIoK007235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Mon, 1 May 2017 10:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439866 - head/devel/elfutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 10:58:19 -0000 Author: gerald Date: Mon May 1 10:58:17 2017 New Revision: 439866 URL: https://svnweb.freebsd.org/changeset/ports/439866 Log: Force the use of GCC 4.8 (strictly), since this port fails with newer versions. PR: 217000 Requested by: cem (maintainer) Modified: head/devel/elfutils/Makefile Modified: head/devel/elfutils/Makefile ============================================================================== --- head/devel/elfutils/Makefile Mon May 1 09:47:34 2017 (r439865) +++ head/devel/elfutils/Makefile Mon May 1 10:58:17 2017 (r439866) @@ -29,7 +29,7 @@ NLS_CONFIGURE_ENABLE= nls USES= gmake libtool tar:bzip2 USE_AUTOTOOLS= automake:env -USE_GCC= yes +USE_GCC= 4.8 # fails to build with newer versions GNU_CONFIGURE= yes USE_LDCONFIG= yes