Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Mar 2014 18:53:43 -0500 (EST)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187236: [MAINTAINER] devel/mingw32-binutils: Update to 2.24
Message-ID:  <20140303235343.36D822844F@kirby.cyberbotx.com>
Resent-Message-ID: <201403040000.s24000FU054181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187236
>Category:       ports
>Synopsis:       [MAINTAINER] devel/mingw32-binutils: Update to 2.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 00:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST
>Description:
- Update to 2.24
- Support staging

NOTE: files/patch-binutils-windres.c should be deleted. I tried to do this
      before submitting the port via porttools, but it kept doing an SVN
      update and restoring the file.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- mingw32-binutils-2.24.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346976)
+++ Makefile	(working copy)
@@ -13,7 +13,7 @@
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	GNU Binutils for Windows cross-development
 
-BINUTILVERSION=	2.23.1
+BINUTILVERSION=	2.24
 
 USE_BZIP2=	yes
 USES=		gmake iconv
@@ -24,17 +24,6 @@
 		--disable-shared --disable-werror
 INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
 
-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
 
@@ -43,14 +32,10 @@
 BINARIES=	addr2line ar as c++filt gprof ld nm objcopy objdump ranlib \
 		readelf size strings strip dlltool dllwrap windmc windres
 
-NO_STAGE=	yes
-pre-configure:
-	${CHMOD} 755 ${WRKSRC}/configure
-
 post-install:
 .for F in ${BINARIES}
-	@${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \
-		${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
+	@${LN} -f ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}$F \
+		${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
 .endfor
 
 #
Index: distinfo
===================================================================
--- distinfo	(revision 346976)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (binutils-2.23.1.tar.bz2) = 2ab2e5b03e086d12c6295f831adad46b3e1410a3a234933a2e8fac66cb2e7a19
-SIZE (binutils-2.23.1.tar.bz2) = 21455321
+SHA256 (binutils-2.24.tar.bz2) = e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
+SIZE (binutils-2.24.tar.bz2) = 22716802
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 346976)
+++ pkg-plist	(working copy)
@@ -1,3 +1,22 @@
+man/man1/mingw32-addr2line.1.gz
+man/man1/mingw32-ar.1.gz
+man/man1/mingw32-as.1.gz
+man/man1/mingw32-c++filt.1.gz
+man/man1/mingw32-dlltool.1.gz
+man/man1/mingw32-elfedit.1.gz
+man/man1/mingw32-gprof.1.gz
+man/man1/mingw32-ld.1.gz
+man/man1/mingw32-nlmconv.1.gz
+man/man1/mingw32-nm.1.gz
+man/man1/mingw32-objcopy.1.gz
+man/man1/mingw32-objdump.1.gz
+man/man1/mingw32-ranlib.1.gz
+man/man1/mingw32-readelf.1.gz
+man/man1/mingw32-size.1.gz
+man/man1/mingw32-strings.1.gz
+man/man1/mingw32-strip.1.gz
+man/man1/mingw32-windmc.1.gz
+man/man1/mingw32-windres.1.gz
 %%BINUTILS_TARG%%/bin/addr2line
 %%BINUTILS_TARG%%/bin/ar
 %%BINUTILS_TARG%%/bin/as
--- mingw32-binutils-2.24.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140303235343.36D822844F>