From owner-svn-ports-head@FreeBSD.ORG Thu Dec 25 22:48:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81ABD5F6; Thu, 25 Dec 2014 22:48:47 +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 62C5064254; Thu, 25 Dec 2014 22:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPMmlhU094892; Thu, 25 Dec 2014 22:48:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPMmh3f094877; Thu, 25 Dec 2014 22:48:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412252248.sBPMmh3f094877@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 Dec 2014 22:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375610 - in head/devel: aarch64-binutils amd64-binutils arm-gnueabi-binutils arm-none-eabi-binutils binutils binutils/files i386-linux-binutils mips-binutils mips64-binutils powerpc64-... 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.18-1 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: Thu, 25 Dec 2014 22:48:47 -0000 Author: bapt Date: Thu Dec 25 22:48:42 2014 New Revision: 375610 URL: https://svnweb.freebsd.org/changeset/ports/375610 QAT: https://qat.redports.org/buildarchive/r375610/ Log: Update binutils to 2.25 This release incorporates most of the FreeBSD patches Mark aach64 as broken as the patchset needs to be updated Deleted: head/devel/binutils/files/patch-bfd-config.bfd head/devel/binutils/files/patch-gas-Makefile.am head/devel/binutils/files/patch-gas-Makefile.in head/devel/binutils/files/patch-gas-config-te-armfbsdeabi.h head/devel/binutils/files/patch-gas-config-te-armfbsdvfp.h head/devel/binutils/files/patch-gas-configure.tgt head/devel/binutils/files/patch-gold_Makefile.in head/devel/binutils/files/patch-gold_config.in head/devel/binutils/files/patch-gold_configure head/devel/binutils/files/patch-gold_script.cc head/devel/binutils/files/patch-gold_stringpool.cc head/devel/binutils/files/patch-gold_system.h head/devel/binutils/files/patch-ld-Makefile.am head/devel/binutils/files/patch-ld-Makefile.in head/devel/binutils/files/patch-ld-configure.tgt head/devel/binutils/files/patch-ld-emulparams-armelf_fbsd.sh head/devel/binutils/files/patch-ld-emulparams-armelfb_fbsd.sh Modified: head/devel/aarch64-binutils/Makefile head/devel/amd64-binutils/Makefile head/devel/arm-gnueabi-binutils/Makefile head/devel/arm-none-eabi-binutils/Makefile head/devel/binutils/Makefile head/devel/binutils/distinfo head/devel/binutils/files/patch-aarch64.diff head/devel/binutils/pkg-plist head/devel/i386-linux-binutils/Makefile head/devel/mips-binutils/Makefile head/devel/mips64-binutils/Makefile head/devel/powerpc64-binutils/Makefile head/devel/sparc64-binutils/Makefile Modified: head/devel/aarch64-binutils/Makefile ============================================================================== --- head/devel/aarch64-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/aarch64-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTREVISION= 1 COMMENT= GNU binutils for AArch64 cross-development PKGNAMEPREFIX= aarch64- PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../binutils/ +BROKEN= Patchset for aarch64 not up to date for binutils 2.25 .include "${MASTERDIR}/Makefile" Modified: head/devel/amd64-binutils/Makefile ============================================================================== --- head/devel/amd64-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/amd64-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 3 COMMENT= GNU binutils for amd64 cross-development PKGNAMEPREFIX= amd64- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/arm-gnueabi-binutils/Makefile ============================================================================== --- head/devel/arm-gnueabi-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/arm-gnueabi-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 COMMENT= GNU binutils for arm cross-development PKGNAMEPREFIX= arm-gnueabi- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/arm-none-eabi-binutils/Makefile ============================================================================== --- head/devel/arm-none-eabi-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/arm-none-eabi-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 COMMENT= GNU binutils for bare metal arm cross-development PKGNAMEPREFIX= arm-none-eabi- BUTARGET= arm-none-eabi Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= binutils -PORTVERSION= 2.24 -PORTREVISION?= 1 +PORTVERSION= 2.25 +PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases @@ -41,10 +41,8 @@ CONFIGURE_ARGS+= --with-system-zlib \ --with-mpfr=${LOCALBASE} INFO= as \ binutils \ - standards \ gprof \ bfd \ - configure \ ld .endif Modified: head/devel/binutils/distinfo ============================================================================== --- head/devel/binutils/distinfo Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/binutils/distinfo Thu Dec 25 22:48:42 2014 (r375610) @@ -1,2 +1,2 @@ -SHA256 (binutils-2.24.tar.bz2) = e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137 -SIZE (binutils-2.24.tar.bz2) = 22716802 +SHA256 (binutils-2.25.tar.bz2) = 22defc65cfa3ef2a3395faaea75d6331c6e62ea5dfacfed3e2ec17b08c882923 +SIZE (binutils-2.25.tar.bz2) = 24049133 Modified: head/devel/binutils/files/patch-aarch64.diff ============================================================================== --- head/devel/binutils/files/patch-aarch64.diff Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/binutils/files/patch-aarch64.diff Thu Dec 25 22:48:42 2014 (r375610) @@ -70,15 +70,15 @@ index 5968668..5ffb2a4 100644 @@ -1524,6 +1526,14 @@ eaarch64elf32b.c: $(srcdir)/emulparams/aarch64elf32b.sh $(srcdir)/emulparams/aar $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} aarch64elf32b "$(tdir_aarch64elf32b)" + +eaarch64fbsd.c: $(srcdir)/emulparams/aarch64fbsd.sh \ + $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -+ ${GENSCRIPTS} aarch64fbsd "$(tdir_aarch64fbsd)" ++ +eaarch64fbsdb.c: $(srcdir)/emulparams/aarch64fbsdb.sh $(srcdir)/emulparams/aarch64fbsd.sh \ + $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -+ ${GENSCRIPTS} aarch64fbsdb "$(tdir_aarch64fbsdb)" ++ eaarch64linux.c: $(srcdir)/emulparams/aarch64linux.sh \ $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} @@ -107,15 +107,15 @@ index 59cba73..0ed674f 100644 @@ -2956,6 +2960,14 @@ eaarch64elf32b.c: $(srcdir)/emulparams/aarch64elf32b.sh $(srcdir)/emulparams/aar $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} aarch64elf32b "$(tdir_aarch64elf32b)" + +eaarch64fbsd.c: $(srcdir)/emulparams/aarch64fbsd.sh \ + $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -+ ${GENSCRIPTS} aarch64fbsd "$(tdir_aarch64fbsd)" ++ +eaarch64fbsdb.c: $(srcdir)/emulparams/aarch64fbsdb.sh $(srcdir)/emulparams/aarch64fbsd.sh \ + $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} -+ ${GENSCRIPTS} aarch64fbsdb "$(tdir_aarch64fbsdb)" ++ eaarch64linux.c: $(srcdir)/emulparams/aarch64linux.sh \ $(ELF_DEPS) $(srcdir)/emultempl/aarch64elf.em \ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} Modified: head/devel/binutils/pkg-plist ============================================================================== --- head/devel/binutils/pkg-plist Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/binutils/pkg-plist Thu Dec 25 22:48:42 2014 (r375610) @@ -77,6 +77,7 @@ man/man1/windres.1.gz %%NLS%%share/locale/ga/LC_MESSAGES/ld.mo %%NLS%%share/locale/ga/LC_MESSAGES/opcodes.mo %%NLS%%share/locale/hr/LC_MESSAGES/binutils.mo +%%NLS%%share/locale/hu/LC_MESSAGES/gprof.mo %%NLS%%share/locale/id/LC_MESSAGES/gprof.mo %%NLS%%share/locale/id/LC_MESSAGES/opcodes.mo %%NLS%%share/locale/id/LC_MESSAGES/bfd.mo @@ -113,6 +114,7 @@ man/man1/windres.1.gz %%NLS%%share/locale/rw/LC_MESSAGES/gprof.mo %%NLS%%share/locale/sk/LC_MESSAGES/binutils.mo %%NLS%%share/locale/sr/LC_MESSAGES/gprof.mo +%%NLS%%share/locale/sr/LC_MESSAGES/binutils.mo %%NLS%%share/locale/sv/LC_MESSAGES/bfd.mo %%NLS%%share/locale/sv/LC_MESSAGES/binutils.mo %%NLS%%share/locale/sv/LC_MESSAGES/gprof.mo @@ -126,6 +128,7 @@ man/man1/windres.1.gz %%NLS%%share/locale/tr/LC_MESSAGES/opcodes.mo %%NLS%%share/locale/uk/LC_MESSAGES/bfd.mo %%NLS%%share/locale/uk/LC_MESSAGES/binutils.mo +%%NLS%%share/locale/uk/LC_MESSAGES/gas.mo %%NLS%%share/locale/uk/LC_MESSAGES/gprof.mo %%NLS%%share/locale/uk/LC_MESSAGES/ld.mo %%NLS%%share/locale/uk/LC_MESSAGES/opcodes.mo Modified: head/devel/i386-linux-binutils/Makefile ============================================================================== --- head/devel/i386-linux-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/i386-linux-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 COMMENT= GNU binutils for linux i386 cross-development PKGNAMEPREFIX= i386-linux- BUTARGET= i386-pc-linux-gnu Modified: head/devel/mips-binutils/Makefile ============================================================================== --- head/devel/mips-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/mips-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 COMMENT= GNU binutils for mips64 cross-development PKGNAMEPREFIX= mips- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/mips64-binutils/Makefile ============================================================================== --- head/devel/mips64-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/mips64-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 COMMENT= GNU binutils for mips64 cross-development PKGNAMEPREFIX= mips64- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/powerpc64-binutils/Makefile ============================================================================== --- head/devel/powerpc64-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/powerpc64-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 2 COMMENT= GNU binutils for powerpc64 cross-development PKGNAMEPREFIX= powerpc64- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/sparc64-binutils/Makefile ============================================================================== --- head/devel/sparc64-binutils/Makefile Thu Dec 25 22:43:59 2014 (r375609) +++ head/devel/sparc64-binutils/Makefile Thu Dec 25 22:48:42 2014 (r375610) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 3 COMMENT= GNU binutils for sparc64 cross-development PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist