From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 11:12:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 951AC6F9; Sat, 14 Feb 2015 11:12:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8079C275; Sat, 14 Feb 2015 11:12:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EBCVQk094459; Sat, 14 Feb 2015 11:12:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1EBCVmg094458; Sat, 14 Feb 2015 11:12:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502141112.t1EBCVmg094458@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 14 Feb 2015 11:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378957 - head/devel/psptoolchain-binutils 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.18-1 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: Sat, 14 Feb 2015 11:12:31 -0000 Author: marino Date: Sat Feb 14 11:12:30 2015 New Revision: 378957 URL: https://svnweb.freebsd.org/changeset/ports/378957 QAT: https://qat.redports.org/buildarchive/r378957/ Log: devel/psptoolchain-binutils: Remove -Werror like devel/binutils The binutils packages sets the -Werror by default, but it an unused variable make the build fail with newer GCCs. Set --disable-werror flag just like is done for devel/binutils to fix the build with current GCC compilers. Modified: head/devel/psptoolchain-binutils/Makefile Modified: head/devel/psptoolchain-binutils/Makefile ============================================================================== --- head/devel/psptoolchain-binutils/Makefile Sat Feb 14 10:48:24 2015 (r378956) +++ head/devel/psptoolchain-binutils/Makefile Sat Feb 14 11:12:30 2015 (r378957) @@ -21,6 +21,7 @@ CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/ CONFIGURE_ARGS= --prefix=${PREFIX} \ --target="psp" \ --enable-install-libbfd \ + --disable-werror \ --disable-nls \ --mandir=${PREFIX}/man PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}"