From cyberbotx@kirby.cyberbotx.com  Sun Jan  2 20:48:21 2011
Return-Path: <cyberbotx@kirby.cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6DC701065670
	for <freebsd-gnats-submit@freebsd.org>; Sun,  2 Jan 2011 20:48:21 +0000 (UTC)
	(envelope-from cyberbotx@kirby.cyberbotx.com)
Received: from qmta05.emeryville.ca.mail.comcast.net (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 548868FC16
	for <freebsd-gnats-submit@freebsd.org>; Sun,  2 Jan 2011 20:48:21 +0000 (UTC)
Received: from omta14.emeryville.ca.mail.comcast.net ([76.96.30.60])
	by qmta05.emeryville.ca.mail.comcast.net with comcast
	id qkRs1f0061HpZEsA5koL53; Sun, 02 Jan 2011 20:48:20 +0000
Received: from kirby.cyberbotx.com ([68.43.195.72])
	by omta14.emeryville.ca.mail.comcast.net with comcast
	id qko91f00W1aBdFo8akoCw2; Sun, 02 Jan 2011 20:48:19 +0000
Received: from kirby.cyberbotx.com (localhost [127.0.0.1])
	by kirby.cyberbotx.com (Postfix) with ESMTP id 0B26528440
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Jan 2011 15:48:08 -0500 (EST)
Received: (from root@localhost)
	by kirby.cyberbotx.com (8.14.3/8.14.3/Submit) id p02Km7fB031257;
	Sun, 2 Jan 2011 15:48:07 -0500 (EST)
	(envelope-from cyberbotx)
Message-Id: <201101022048.p02Km7fB031257@kirby.cyberbotx.com>
Date: Sun, 2 Jan 2011 15:48:07 -0500 (EST)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/mingw32-binutils: update to 2.21
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153635
>Category:       ports
>Synopsis:       [MAINTAINER] devel/mingw32-binutils: update to 2.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 02 20:50:05 UTC 2011
>Closed-Date:    Mon Jan 03 13:47:39 UTC 2011
>Last-Modified:  Mon Jan  3 13:50:10 UTC 2011
>Originator:     Naram Qashat
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.1-RELEASE FreeBSD 8.1-RELEASE #2: Thu Aug 19 19:09:40 EDT 2010
>Description:
- Update to 2.21

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mingw32-binutils-2.21,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/mingw32-binutils/Makefile /kirby/shared/ports/mingw32-binutils/Makefile
--- /usr/ports/devel/mingw32-binutils/Makefile	2010-04-16 17:49:14.000000000 -0400
+++ /kirby/shared/ports/mingw32-binutils/Makefile	2011-01-02 15:46:50.000000000 -0500
@@ -17,7 +17,7 @@
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	GNU Binutils for Windows cross-development
 
-BINUTILVERSION=	2.20
+BINUTILVERSION=	2.21
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -28,15 +28,16 @@
 		--disable-shared
 INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
 
-MAN1=	${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}ar.1   \
-	${PKGNAMEPREFIX}as.1 ${PKGNAMEPREFIX}dlltool.1     \
-	${PKGNAMEPREFIX}c++filt.1 ${PKGNAMEPREFIX}gprof.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}windmc.1 ${PKGNAMEPREFIX}windres.1
+MAN1=	${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}ar.1    \
+	${PKGNAMEPREFIX}as.1 ${PKGNAMEPREFIX}c++filt.1      \
+	${PKGNAMEPREFIX}dlltool.1 ${PKGNAMEPREFIX}elfedit.1 \
+	${PKGNAMEPREFIX}gprof.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}windmc.1    \
+	${PKGNAMEPREFIX}windres.1
 
 INFO=		as bfd binutils ld configure gprof standards
 INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
diff -ruN --exclude=CVS /usr/ports/devel/mingw32-binutils/distinfo /kirby/shared/ports/mingw32-binutils/distinfo
--- /usr/ports/devel/mingw32-binutils/distinfo	2010-04-16 17:49:14.000000000 -0400
+++ /kirby/shared/ports/mingw32-binutils/distinfo	2011-01-02 15:37:42.000000000 -0500
@@ -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
diff -ruN --exclude=CVS /usr/ports/devel/mingw32-binutils/pkg-plist /kirby/shared/ports/mingw32-binutils/pkg-plist
--- /usr/ports/devel/mingw32-binutils/pkg-plist	2009-04-03 14:27:42.000000000 -0400
+++ /kirby/shared/ports/mingw32-binutils/pkg-plist	2011-01-02 15:41:23.000000000 -0500
@@ -7,6 +7,7 @@
 %%BINUTILS_TARG%%/bin/dllwrap
 %%BINUTILS_TARG%%/bin/gprof
 %%BINUTILS_TARG%%/bin/ld
+%%BINUTILS_TARG%%/bin/ld.bfd
 %%BINUTILS_TARG%%/bin/nm
 %%BINUTILS_TARG%%/bin/objcopy
 %%BINUTILS_TARG%%/bin/objdump
@@ -29,8 +30,10 @@
 bin/%%BINUTILS_TARG%%-c++filt
 bin/%%BINUTILS_TARG%%-dlltool
 bin/%%BINUTILS_TARG%%-dllwrap
+bin/%%BINUTILS_TARG%%-elfedit
 bin/%%BINUTILS_TARG%%-gprof
 bin/%%BINUTILS_TARG%%-ld
+bin/%%BINUTILS_TARG%%-ld.bfd
 bin/%%BINUTILS_TARG%%-nm
 bin/%%BINUTILS_TARG%%-objcopy
 bin/%%BINUTILS_TARG%%-objdump
--- mingw32-binutils-2.21,1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Mon Jan 3 13:47:33 UTC 2011 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153635 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153635: commit references a PR
Date: Mon,  3 Jan 2011 13:47:27 +0000 (UTC)

 arved       2011-01-03 13:47:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/mingw32-binutils Makefile distinfo pkg-plist 
   Log:
   Update to 2.21
   
   PR:             153635
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.40      +11 -10    ports/devel/mingw32-binutils/Makefile
   1.20      +2 -3      ports/devel/mingw32-binutils/distinfo
   1.16      +4 -1      ports/devel/mingw32-binutils/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
