ports/153692: Update devel/cross-binutils to version 2.21

Pedro Giffuni giffunip at tutopia.com
Tue Jan 4 21:10:14 UTC 2011


>Number:         153692
>Category:       ports
>Synopsis:       Update devel/cross-binutils to version 2.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 04 21:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        8.2-RC1
>Organization:
>Environment:
FreeBSD mogwai.giffuni.net 8.2-RC1 FreeBSD 8.2-RC1 #0: Thu Dec 23 15:32:35 UTC 2010     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
- Update to 2.21
- Add LICENSE
>How-To-Repeat:
FWIW, This was only tested with the mingw64 target.
>Fix:


Patch attached with submission follows:

diff -ru cross-binutils.orig/Makefile cross-binutils/Makefile
--- cross-binutils.orig/Makefile	2011-01-04 15:38:41.000000000 +0000
+++ cross-binutils/Makefile	2011-01-04 15:55:22.000000000 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	binutils
-PORTVERSION=	2.20
+PORTVERSION=	2.21
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	binutils/releases
@@ -18,6 +18,8 @@
 MAINTAINER=	stas at FreeBSD.org
 COMMENT=	GNU binutils port for cross-target development
 
+LICENSE=	GPLv3
+
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -35,8 +37,9 @@
 		${OURTARGET}-ar.1 \
 		${OURTARGET}-as.1 \
 		${OURTARGET}-c++filt.1 \
-		${OURTARGET}-gprof.1 \
 		${OURTARGET}-dlltool.1 \
+		${OURTARGET}-elfedit.1 \
+		${OURTARGET}-gprof.1 \
 		${OURTARGET}-ld.1 \
 		${OURTARGET}-nlmconv.1 \
 		${OURTARGET}-nm.1 \
@@ -60,8 +63,10 @@
 		bin/${OURTARGET}-ar \
 		bin/${OURTARGET}-as \
 		bin/${OURTARGET}-c++filt \
+		bin/${OURTARGET}-elfedit \
 		bin/${OURTARGET}-gprof \
 		bin/${OURTARGET}-ld \
+		bin/${OURTARGET}-ld.bfd \
 		bin/${OURTARGET}-nm \
 		bin/${OURTARGET}-objcopy \
 		bin/${OURTARGET}-objdump \
diff -ru cross-binutils.orig/distinfo cross-binutils/distinfo
--- cross-binutils.orig/distinfo	2011-01-04 15:38:41.000000000 +0000
+++ cross-binutils/distinfo	2011-01-04 15:41:50.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (binutils-2.20.tar.bz2) = ee2d3e996e9a2d669808713360fa96f8
-SHA256 (binutils-2.20.tar.bz2) = e1df09f0aa3b50154ef93bfefe86d65d01c22cfb44d73299ad95e772133a75b0
-SIZE (binutils-2.20.tar.bz2) = 17506655
+SHA256 (binutils-2.21.tar.bz2) = 60abec5bf448eb930a5a15acb8712612377dc8bcfb13dfd5131228f70561d0c7
+SIZE (binutils-2.21.tar.bz2) = 18742991


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list