pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Pass portability checks for mingw-w64-binutils



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Nov 2 17:00:01 2017 +0100
Changeset:	acd8745825916b9272f7ba836dcda51ec03c786e

Modified Files:
	mingw-w64-binutils/distinfo
Added Files:
	mingw-w64-binutils/patches/patch-gas_configure
	mingw-w64-binutils/patches/patch-ld_configure

Log Message:
Pass portability checks for mingw-w64-binutils

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=acd8745825916b9272f7ba836dcda51ec03c786e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mingw-w64-binutils/distinfo                    |  2 ++
 mingw-w64-binutils/patches/patch-gas_configure | 13 +++++++++++++
 mingw-w64-binutils/patches/patch-ld_configure  | 13 +++++++++++++
 3 files changed, 28 insertions(+)

diffs:
diff --git a/mingw-w64-binutils/distinfo b/mingw-w64-binutils/distinfo
index f1830b15e6..c4b9a9ed90 100644
--- a/mingw-w64-binutils/distinfo
+++ b/mingw-w64-binutils/distinfo
@@ -4,3 +4,5 @@ SHA1 (binutils-2.26.tar.gz) = bb933ec42eb2002d9270bd4c62a26c3706589ee9
 RMD160 (binutils-2.26.tar.gz) = 78bc233b75909cfb4ae915c5841d7bf8bc9d8e76
 SHA512 (binutils-2.26.tar.gz) = 4ce547796c2df8971fe40b90803f8f340215a576c08ce5030d8be979e114bc785a54a3227c8d39d7ab73277a3023fc54f65d4cb8515370a32bdf46109a63cae8
 Size (binutils-2.26.tar.gz) = 34832117 bytes
+SHA1 (patch-gas_configure) = 26931a79b0fd70790577343784b9c87bf6f7d539
+SHA1 (patch-ld_configure) = 2c6fdb4dc7af4ee58100910029be70fd9e5c90e0
diff --git a/mingw-w64-binutils/patches/patch-gas_configure b/mingw-w64-binutils/patches/patch-gas_configure
new file mode 100644
index 0000000000..1f9d36882c
--- /dev/null
+++ b/mingw-w64-binutils/patches/patch-gas_configure
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- gas/configure.orig	2016-01-25 08:54:08.000000000 +0000
++++ gas/configure
+@@ -12505,7 +12505,7 @@ _ACEOF
+ 
+ done
+ 
+-if test x$ac_default_compressed_debug_sections == xyes ; then
++if test x$ac_default_compressed_debug_sections = xyes ; then
+ 
+ $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
+ 
diff --git a/mingw-w64-binutils/patches/patch-ld_configure b/mingw-w64-binutils/patches/patch-ld_configure
new file mode 100644
index 0000000000..c0987df54f
--- /dev/null
+++ b/mingw-w64-binutils/patches/patch-ld_configure
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- ld/configure.orig	2016-01-25 08:54:11.000000000 +0000
++++ ld/configure
+@@ -17134,7 +17134,7 @@ do
+   fi
+ done
+ 
+-if test x$ac_default_compressed_debug_sections == xyes ; then
++if test x$ac_default_compressed_debug_sections = xyes ; then
+ 
+ $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
+ 


Home | Main Index | Thread Index | Old Index