diff options
author | lev <lev@FreeBSD.org> | 2009-04-04 02:27:42 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2009-04-04 02:27:42 +0800 |
commit | 9ac6713619fa48b38c4b890a0734cb4bb094fb4c (patch) | |
tree | 79483e8fe452e663bfaff63886121a67317e6a38 /devel | |
parent | 88ece69bbf80ed0eb1eb6f55970f921964764d2d (diff) | |
download | freebsd-ports-gnome-9ac6713619fa48b38c4b890a0734cb4bb094fb4c.tar.gz freebsd-ports-gnome-9ac6713619fa48b38c4b890a0734cb4bb094fb4c.tar.zst freebsd-ports-gnome-9ac6713619fa48b38c4b890a0734cb4bb094fb4c.zip |
Update to latest 2.19.1 version
PR: ports/133346
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw32-binutils/distinfo | 6 | ||||
-rw-r--r-- | devel/mingw32-binutils/files/patch-ld-genscripts.sh | 41 | ||||
-rw-r--r-- | devel/mingw32-binutils/pkg-plist | 1 |
4 files changed, 5 insertions, 45 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index c1ab96edc1aa..83667669e715 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${BINUTILVERSION} MAINTAINER= lev@FreeBSD.org COMMENT= GNU Binutils for Windows cross-development -BINUTILVERSION= 2.18 +BINUTILVERSION= 2.19.1 USE_BZIP2= yes USE_GMAKE= yes diff --git a/devel/mingw32-binutils/distinfo b/devel/mingw32-binutils/distinfo index 11093cafba7e..14cb77acb514 100644 --- a/devel/mingw32-binutils/distinfo +++ b/devel/mingw32-binutils/distinfo @@ -1,3 +1,3 @@ -MD5 (binutils-2.18.tar.bz2) = 9d22ee4dafa3a194457caf4706f9cf01 -SHA256 (binutils-2.18.tar.bz2) = 487a33a452f0edcf1f8bb8fc23dff5c7a82edec3f3f8b65632b6c945e961ee9b -SIZE (binutils-2.18.tar.bz2) = 14962245 +MD5 (binutils-2.19.1.tar.bz2) = 09a8c5821a2dfdbb20665bc0bd680791 +SHA256 (binutils-2.19.1.tar.bz2) = 3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6 +SIZE (binutils-2.19.1.tar.bz2) = 16245771 diff --git a/devel/mingw32-binutils/files/patch-ld-genscripts.sh b/devel/mingw32-binutils/files/patch-ld-genscripts.sh deleted file mode 100644 index b1d68faeb4be..000000000000 --- a/devel/mingw32-binutils/files/patch-ld-genscripts.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ld/genscripts.sh.orig Sun Aug 12 15:00:07 2007 -+++ ld/genscripts.sh Tue Jan 15 11:04:56 2008 -@@ -390,30 +390,14 @@ - *" ${EMULATION_NAME} "*) COMPILE_IN=true;; - esac - --if test -n "${BASH+set}"; then -- source_em() -- { -- local current_script="$em_script" -- em_script=$1 -- . $em_script -- em_script=$current_script -- } -- fragment() -- { -- local lineno=$[${BASH_LINENO[0]} + 1] -- echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\"" -- cat >> e${EMULATION_NAME}.c -- } --else -- source_em() -- { -- . $1 -- } -- fragment() -- { -- cat >> e${EMULATION_NAME}.c -- } --fi -+source_em() -+{ -+ . $1 -+} -+fragment() -+{ -+ cat >> e${EMULATION_NAME}.c -+} - - # Generate e${EMULATION_NAME}.c. - # Start with an empty file, then the sourced .em script diff --git a/devel/mingw32-binutils/pkg-plist b/devel/mingw32-binutils/pkg-plist index 5dc2a0ea56aa..e4a4782732be 100644 --- a/devel/mingw32-binutils/pkg-plist +++ b/devel/mingw32-binutils/pkg-plist @@ -18,6 +18,7 @@ %%BINUTILS_TARG%%/bin/windmc %%BINUTILS_TARG%%/bin/windres %%BINUTILS_TARG%%/lib/ldscripts/i386pe.x +%%BINUTILS_TARG%%/lib/ldscripts/i386pe.xa %%BINUTILS_TARG%%/lib/ldscripts/i386pe.xbn %%BINUTILS_TARG%%/lib/ldscripts/i386pe.xn %%BINUTILS_TARG%%/lib/ldscripts/i386pe.xr |