pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost patches/patch-libs_context_src_asm_mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdd55b3c79a7
branches:  trunk
changeset: 645201:cdd55b3c79a7
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 25 11:26:50 2015 +0000

description:
patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S: Fix build failure on PPC Darwin

  darwin.compile.asm bin.v2/libs/context/build/darwin-4.5.3/release/link-static/threading-multi/asm/make_ppc32_sysv_macho_gas.o
  libs/context/src/asm/make_ppc32_sysv_macho_gas.S:85:Parameter syntax error (parameter 3)

diffstat:

 meta-pkgs/boost/distinfo                                                           |   3 +-
 meta-pkgs/boost/patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S |  18 ++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 0cc8d7404510 -r cdd55b3c79a7 meta-pkgs/boost/distinfo
--- a/meta-pkgs/boost/distinfo  Sun Jan 25 10:10:52 2015 +0000
+++ b/meta-pkgs/boost/distinfo  Sun Jan 25 11:26:50 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.73 2015/01/15 13:01:44 joerg Exp $
+$NetBSD: distinfo,v 1.74 2015/01/25 11:26:50 pho Exp $
 
 SHA1 (boost_1_57_0.tar.bz2) = e151557ae47afd1b43dc3fac46f8b04a8fe51c12
 RMD160 (boost_1_57_0.tar.bz2) = 8365f7c11e5ae088164ab1cb40ac624e76f8e72e
@@ -20,5 +20,6 @@
 SHA1 (patch-boost_math_tools_config.hpp) = 81402bc38dc858d0818ed91e204966c8382be4ff
 SHA1 (patch-boost_regex_config.hpp) = 6b752c7c23168c591cd391739c7a4539bef44c12
 SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711
+SHA1 (patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S) = 7f598bc270fcfa8babd99e1180248f04b50c2e46
 SHA1 (patch-libs_filesystem_src_unique_path.cpp) = 4693ea11cf464d82168cecaa143b48affa94563b
 SHA1 (patch-libs_log_src_timestamp.cpp) = f80981762e17ba7d6742f8cf5d8d6d4b494aa54e
diff -r 0cc8d7404510 -r cdd55b3c79a7 meta-pkgs/boost/patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/boost/patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S        Sun Jan 25 11:26:50 2015 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S,v 1.1 2015/01/25 11:26:50 pho Exp $
+
+Fix build failure on PPC Darwin:
+
+  darwin.compile.asm bin.v2/libs/context/build/darwin-4.5.3/release/link-static/threading-multi/asm/make_ppc32_sysv_macho_gas.o
+  libs/context/src/asm/make_ppc32_sysv_macho_gas.S:85:Parameter syntax error (parameter 3)
+
+--- libs/context/src/asm/make_ppc32_sysv_macho_gas.S.orig      2015-01-25 10:27:18.000000000 +0000
++++ libs/context/src/asm/make_ppc32_sysv_macho_gas.S
+@@ -82,7 +82,7 @@ _make_fcontext:
+     subi  r3, r3, 304
+ 
+     ; third arg of make_fcontext() == address of context-function
+-    stw  r5, 236(%r3)
++    stw  r5, 236(r3)
+ 
+     ; load LR
+     mflr  r0



Home | Main Index | Thread Index | Old Index