Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libffi libffi: re-add support for NetBSD/sh3el a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/034b1fefbf43
branches:  trunk
changeset: 430851:034b1fefbf43
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue May 05 02:46:50 2020 +0000

description:
libffi: re-add support for NetBSD/sh3el and hppa, from patch-aa rev 1.24.

diffstat:

 devel/libffi/distinfo                     |   4 ++--
 devel/libffi/patches/patch-configure_host |  28 +++++++++++++++++++++++-----
 2 files changed, 25 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r df422dfa53a2 -r 034b1fefbf43 devel/libffi/distinfo
--- a/devel/libffi/distinfo     Tue May 05 02:20:56 2020 +0000
+++ b/devel/libffi/distinfo     Tue May 05 02:46:50 2020 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.54 2020/04/24 10:19:32 dsainty Exp $
+$NetBSD: distinfo,v 1.55 2020/05/05 02:46:50 tsutsui Exp $
 
 SHA1 (libffi-3.3.tar.gz) = 8df6cb570c8d6596a67d1c0773bf00650154f7aa
 RMD160 (libffi-3.3.tar.gz) = 2cd43b66d792f1bad76df2e19a8411beacfcb8e0
 SHA512 (libffi-3.3.tar.gz) = 61513801a156f11420f541d325de697131846487122d6bdcf5491b18b4da788589f5c0bb07e88e396495d3be5830d74e9135595e2b8ddbfe95c448d8597fbd6f
 Size (libffi-3.3.tar.gz) = 1305466 bytes
 SHA1 (patch-configure) = 604b205963e01c2dce7d5636543920abdd9c8638
-SHA1 (patch-configure_host) = 94678e6c264ee116c339eb92f840909a663f28f7
+SHA1 (patch-configure_host) = 368d7add3d857be804b784f6c32281b0c940e7bd
 SHA1 (patch-src_aarch64_ffi.c) = c5bd73abcb7445b073eb3e61feda212ee3396246
 SHA1 (patch-src_arm_sysv.S) = 9aaa8e12e627d68126fbc4ff02e06ed45c94da1a
 SHA1 (patch-src_closures.c) = f818bd0384f146a17964e2320df1321d8b83ec73
diff -r df422dfa53a2 -r 034b1fefbf43 devel/libffi/patches/patch-configure_host
--- a/devel/libffi/patches/patch-configure_host Tue May 05 02:20:56 2020 +0000
+++ b/devel/libffi/patches/patch-configure_host Tue May 05 02:46:50 2020 +0000
@@ -1,10 +1,19 @@
-$NetBSD: patch-configure_host,v 1.1 2020/03/16 09:35:47 rin Exp $
+$NetBSD: patch-configure_host,v 1.2 2020/05/05 02:46:50 tsutsui Exp $
 
-Readd support for NetBSD/mips.
+Readd support for NetBSD/mips, sh3el, and hppa.
 
---- configure.host.orig        2020-03-16 11:26:51.595184454 +0900
-+++ configure.host     2020-03-16 11:27:22.533304200 +0900
-@@ -167,7 +167,7 @@
+--- configure.host.orig        2019-11-22 23:55:36.000000000 +0000
++++ configure.host
+@@ -58,7 +58,7 @@ case "${host}" in
+       SOURCES="ffi.c eabi.S"
+       ;;
+ 
+-  hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
++  hppa*-*-linux* | hppa*-*-netbsd* | parisc*-*-linux* | hppa*-*-openbsd*)
+       TARGET=PA_LINUX; TARGETDIR=pa
+       SOURCES="ffi.c linux.S"
+       ;;
+@@ -167,7 +167,7 @@ case "${host}" in
    mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
        TARGET=MIPS; TARGETDIR=mips
        ;;
@@ -13,3 +22,12 @@
        # Support 128-bit long double for NewABI.
        HAVE_LONG_DOUBLE='defined(__mips64)'
        TARGET=MIPS; TARGETDIR=mips
+@@ -220,7 +220,7 @@ case "${host}" in
+       SOURCES="ffi.c sysv.S"
+       ;;
+ 
+-  sh-*-* | sh[34]*-*-*)
++  sh-*-* | shle-*-* | sh[34]*-*-*)
+       TARGET=SH; TARGETDIR=sh
+       SOURCES="ffi.c sysv.S"
+       ;;



Home | Main Index | Thread Index | Old Index