From owner-freebsd-ports Thu Aug 1 3:20:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31D537B400 for ; Thu, 1 Aug 2002 03:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1093643E6A for ; Thu, 1 Aug 2002 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g71AK2JU075884 for ; Thu, 1 Aug 2002 03:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g71AK28o075883; Thu, 1 Aug 2002 03:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F13137B400 for ; Thu, 1 Aug 2002 03:18:58 -0700 (PDT) Received: from iraun2.uka.de (iraun2.uka.de [129.13.10.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84B6543E70 for ; Thu, 1 Aug 2002 03:18:57 -0700 (PDT) (envelope-from esk@ira.uka.de) Received: from i30nb20.ira.uka.de ([129.13.30.70]) by iraun2.uka.de with esmtp (Exim 3.30 #7 (Debian)) id 17aD2m-0006XW-00 for ; Thu, 01 Aug 2002 12:18:56 +0200 Received: from i30nb20.ira.uka.de (i30nb20.ira.uka.de [129.13.30.70] (may be forged)) by i30nb20.ira.uka.de (8.12.3/8.12.3) with ESMTP id g71AIEMe077096 for ; Thu, 1 Aug 2002 12:18:14 +0200 (CEST) (envelope-from esk@i30nb20.ira.uka.de) Received: (from esk@localhost) by i30nb20.ira.uka.de (8.12.3/8.12.3/Submit) id g71AIEne077095; Thu, 1 Aug 2002 12:18:14 +0200 (CEST) Message-Id: <200208011018.g71AIEne077095@i30nb20.ira.uka.de> Date: Thu, 1 Aug 2002 12:18:14 +0200 (CEST) From: Espen Skoglund Reply-To: esk@ira.uka.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/41230: Maintainer update: arm-elf-binutils to 2.12.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41230 >Category: ports >Synopsis: Maintainer update: arm-elf-binutils to 2.12.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 01 03:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 4.6-STABLE i386 >Organization: Karlsruhe University >Environment: >Description: Upgraded to 2.12.1. Make plist sorted. Use PKGNAMEPREFIX instead of hardcoded arm-elf. Thanks to: Stephane E. Potvin >How-To-Repeat: >Fix: diff -ruN arm-elf-binutils.orig/Makefile arm-elf-binutils/Makefile --- arm-elf-binutils.orig/Makefile Thu Aug 1 12:10:09 2002 +++ arm-elf-binutils/Makefile Thu Aug 1 12:02:03 2002 @@ -15,19 +15,22 @@ MAINTAINER= esk@ira.uka.de -BROKEN= "Distinfo not yet updated" - USE_BZIP2= yes USE_GMAKE= yes -CONFIGURE_ARGS= --target=arm-elf USE_LIBTOOL= yes +CONFIGURE_TARGET= --target=${PKGNAMEPREFIX:S/-$//} +CONFIGURE_ARGS= --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \ gas/configure gprof/configure intl/configure ld/configure \ libiberty/configure opcodes/configure -MAN1= arm-elf-ar.1 arm-elf-nm.1 arm-elf-objdump.1 arm-elf-ranlib.1 \ - arm-elf-size.1 arm-elf-strings.1 arm-elf-strip.1 \ - arm-elf-objcopy.1 arm-elf-addr2line.1 arm-elf-nlmconv.1 \ - arm-elf-c++filt.1 arm-elf-as.1 arm-elf-ld.1 +MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ + ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}c++filt.1 \ + ${PKGNAMEPREFIX}dlltool.1 ${PKGNAMEPREFIX}ld.1 \ + ${PKGNAMEPREFIX}nlmconv.1 ${PKGNAMEPREFIX}nm.1 \ + ${PKGNAMEPREFIX}objcopy.1 ${PKGNAMEPREFIX}objdump.1 \ + ${PKGNAMEPREFIX}ranlib.1 ${PKGNAMEPREFIX}readelf.1 \ + ${PKGNAMEPREFIX}size.1 ${PKGNAMEPREFIX}strings.1 \ + ${PKGNAMEPREFIX}strip.1 ${PKGNAMEPREFIX}windres.1 post-install: .for F in addr2line c++filt gasp objcopy objdump readelf size strings @@ -37,7 +40,9 @@ cd ${PREFIX}/lib ; ${MV} libbfd.a libiberty.a libopcodes.a \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/lib ${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include - cd ${PREFIX}/include ; ${MV} ansidecl.h bfd.h bfdlink.h \ + cd ${PREFIX}/include ; ${MV} ansidecl.h bfd.h bfdlink.h symcat.h \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include + ${RM} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info/* + ${RMDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info .include diff -ruN arm-elf-binutils.orig/distinfo arm-elf-binutils/distinfo --- arm-elf-binutils.orig/distinfo Thu Aug 1 11:42:17 2002 +++ arm-elf-binutils/distinfo Thu Aug 1 12:02:10 2002 @@ -1 +1 @@ -MD5 (binutils-2.12.tar.bz2) = 9af59ffe6235c5e8c8f4edc57395c040 +MD5 (binutils-2.12.1.tar.bz2) = f67fe2e8065c5683bc34782de131f5d3 diff -ruN arm-elf-binutils.orig/pkg-plist arm-elf-binutils/pkg-plist --- arm-elf-binutils.orig/pkg-plist Thu Aug 1 12:10:17 2002 +++ arm-elf-binutils/pkg-plist Thu Aug 1 11:54:21 2002 @@ -16,14 +16,15 @@ arm-elf/include/ansidecl.h arm-elf/include/bfd.h arm-elf/include/bfdlink.h +arm-elf/include/symcat.h arm-elf/lib/ldscripts/armelf.x arm-elf/lib/ldscripts/armelf.xbn +arm-elf/lib/ldscripts/armelf.xc arm-elf/lib/ldscripts/armelf.xn arm-elf/lib/ldscripts/armelf.xr arm-elf/lib/ldscripts/armelf.xs -arm-elf/lib/ldscripts/armelf.xu -arm-elf/lib/ldscripts/armelf.xc arm-elf/lib/ldscripts/armelf.xsc +arm-elf/lib/ldscripts/armelf.xu arm-elf/lib/libbfd.a arm-elf/lib/libiberty.a arm-elf/lib/libopcodes.a @@ -41,6 +42,28 @@ bin/arm-elf-size bin/arm-elf-strings bin/arm-elf-strip +share/locale/da/LC_MESSAGES/opcodes.mo +share/locale/de/LC_MESSAGES/opcodes.mo +share/locale/es/LC_MESSAGES/bfd.mo +share/locale/es/LC_MESSAGES/binutils.mo +share/locale/es/LC_MESSAGES/gas.mo +share/locale/es/LC_MESSAGES/ld.mo +share/locale/es/LC_MESSAGES/opcodes.mo +share/locale/fr/LC_MESSAGES/bfd.mo +share/locale/fr/LC_MESSAGES/binutils.mo +share/locale/fr/LC_MESSAGES/gas.mo +share/locale/fr/LC_MESSAGES/ld.mo +share/locale/fr/LC_MESSAGES/opcodes.mo +share/locale/ja/LC_MESSAGES/bfd.mo +share/locale/ja/LC_MESSAGES/binutils.mo +share/locale/sv/LC_MESSAGES/bfd.mo +share/locale/sv/LC_MESSAGES/ld.mo +share/locale/sv/LC_MESSAGES/opcodes.mo +share/locale/tr/LC_MESSAGES/bfd.mo +share/locale/tr/LC_MESSAGES/binutils.mo +share/locale/tr/LC_MESSAGES/gas.mo +share/locale/tr/LC_MESSAGES/ld.mo +share/locale/tr/LC_MESSAGES/opcodes.mo @dirrm arm-elf/bin @dirrm arm-elf/include @dirrm arm-elf/lib/ldscripts >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message