From owner-svn-ports-head@freebsd.org Sat Feb 11 20:52:25 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 600C2CDBF52; Sat, 11 Feb 2017 20:52:25 +0000 (UTC) (envelope-from jbeich@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 2C7E5223; Sat, 11 Feb 2017 20:52:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BKqO7n066640; Sat, 11 Feb 2017 20:52:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BKqOMf066639; Sat, 11 Feb 2017 20:52:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702112052.v1BKqOMf066639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 11 Feb 2017 20:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433912 - head/net/ipxe 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: Sat, 11 Feb 2017 20:52:25 -0000 Author: jbeich Date: Sat Feb 11 20:52:24 2017 New Revision: 433912 URL: https://svnweb.freebsd.org/changeset/ports/433912 Log: net/ipxe: verbose build and unbreak with gcc6 or later PR: 217005 Submitted by: Tobias Kortkamp (maintainer) Modified: head/net/ipxe/Makefile (contents, props changed) Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Sat Feb 11 20:47:02 2017 (r433911) +++ head/net/ipxe/Makefile Sat Feb 11 20:52:24 2017 (r433912) @@ -35,6 +35,8 @@ USE_GCC= yes MAKE_ARGS= PERL=${PERL} \ CC=${CC} \ HOST_CC=${CC} \ + NO_WERROR=1 \ + V=1 \ OBJCOPY="${LOCALBASE}/bin/objcopy" \ ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \ LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32"