From owner-svn-ports-head@freebsd.org Tue Jan 26 19:31:50 2016 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 6E8DCA46014; Tue, 26 Jan 2016 19:31:50 +0000 (UTC) (envelope-from bapt@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 3827276F; Tue, 26 Jan 2016 19:31:50 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QJVn23037387; Tue, 26 Jan 2016 19:31:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QJVnkP037385; Tue, 26 Jan 2016 19:31:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201601261931.u0QJVnkP037385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 26 Jan 2016 19:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407296 - in head/devel: cloudabi-binutils-aarch64 cloudabi-binutils-aarch64/files cloudabi-binutils-x86_64 cloudabi-binutils-x86_64/files 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.20 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: Tue, 26 Jan 2016 19:31:50 -0000 Author: bapt Date: Tue Jan 26 19:31:48 2016 New Revision: 407296 URL: https://svnweb.freebsd.org/changeset/ports/407296 Log: Update to binutils 2.26 which includes the cloudabi support natively Deleted: head/devel/cloudabi-binutils-aarch64/files/ head/devel/cloudabi-binutils-x86_64/files/ Modified: head/devel/cloudabi-binutils-aarch64/pkg-plist head/devel/cloudabi-binutils-x86_64/pkg-plist Modified: head/devel/cloudabi-binutils-aarch64/pkg-plist ============================================================================== --- head/devel/cloudabi-binutils-aarch64/pkg-plist Tue Jan 26 19:25:29 2016 (r407295) +++ head/devel/cloudabi-binutils-aarch64/pkg-plist Tue Jan 26 19:31:48 2016 (r407296) @@ -67,5 +67,6 @@ aarch64-unknown-cloudabi/bin/nm aarch64-unknown-cloudabi/bin/objcopy aarch64-unknown-cloudabi/bin/objdump aarch64-unknown-cloudabi/bin/ranlib +aarch64-unknown-cloudabi/bin/readelf aarch64-unknown-cloudabi/bin/size aarch64-unknown-cloudabi/bin/strip Modified: head/devel/cloudabi-binutils-x86_64/pkg-plist ============================================================================== --- head/devel/cloudabi-binutils-x86_64/pkg-plist Tue Jan 26 19:25:29 2016 (r407295) +++ head/devel/cloudabi-binutils-x86_64/pkg-plist Tue Jan 26 19:31:48 2016 (r407296) @@ -54,5 +54,6 @@ x86_64-unknown-cloudabi/bin/nm x86_64-unknown-cloudabi/bin/objcopy x86_64-unknown-cloudabi/bin/objdump x86_64-unknown-cloudabi/bin/ranlib +x86_64-unknown-cloudabi/bin/readelf x86_64-unknown-cloudabi/bin/size x86_64-unknown-cloudabi/bin/strip