From owner-svn-ports-all@freebsd.org Fri Mar 11 21:58:41 2016 Return-Path: Delivered-To: svn-ports-all@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 6722EACCDE5; Fri, 11 Mar 2016 21:58:41 +0000 (UTC) (envelope-from pi@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 388A3A3C; Fri, 11 Mar 2016 21:58:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2BLwePn077044; Fri, 11 Mar 2016 21:58:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2BLwesp077043; Fri, 11 Mar 2016 21:58:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603112158.u2BLwesp077043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 11 Mar 2016 21:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410842 - 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-all@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 11 Mar 2016 21:58:41 -0000 Author: pi Date: Fri Mar 11 21:58:40 2016 New Revision: 410842 URL: https://svnweb.freebsd.org/changeset/ports/410842 Log: net/ipxe: unbreak build on HEAD... ...by using the port version of objcopy PR: 207890 Submitted by: Tobias Kortkamp (maintainer) Modified: head/net/ipxe/Makefile Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Fri Mar 11 21:14:20 2016 (r410841) +++ head/net/ipxe/Makefile Fri Mar 11 21:58:40 2016 (r410842) @@ -5,6 +5,7 @@ PORTNAME= ipxe PORTVERSION= 20160213 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= t@tobik.me @@ -29,10 +30,12 @@ GH_PROJECT= ipxe GH_TAGNAME= 7ecfe7159f94193a666200a17057d4cd5981b850 USES= gmake perl5 shebangfix +USE_BINUTILS= yes USE_GCC= yes MAKE_ARGS= PERL=${PERL} \ CC=${CC} \ HOST_CC=${CC} \ + OBJCOPY="${LOCALBASE}/bin/objcopy" \ ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \ LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32" WRKSRC_SUBDIR= src