pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libffi Readd support for NetBSD/mips.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbd0a687e4bc
branches:  trunk
changeset: 424916:cbd0a687e4bc
user:      rin <rin%pkgsrc.org@localhost>
date:      Mon Mar 16 09:35:47 2020 +0000

description:
Readd support for NetBSD/mips.

diffstat:

 devel/libffi/distinfo                     |   3 ++-
 devel/libffi/patches/patch-configure_host |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r f34b191ab261 -r cbd0a687e4bc devel/libffi/distinfo
--- a/devel/libffi/distinfo     Mon Mar 16 08:46:09 2020 +0000
+++ b/devel/libffi/distinfo     Mon Mar 16 09:35:47 2020 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.50 2020/02/28 22:37:24 tnn Exp $
+$NetBSD: distinfo,v 1.51 2020/03/16 09:35:47 rin 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) = 81f1f2bee39a40f2a34b3a6cea0b210d13037482
+SHA1 (patch-configure_host) = 94678e6c264ee116c339eb92f840909a663f28f7
 SHA1 (patch-src_aarch64_ffi.c) = c5bd73abcb7445b073eb3e61feda212ee3396246
 SHA1 (patch-src_closures.c) = f818bd0384f146a17964e2320df1321d8b83ec73
 SHA1 (patch-src_m68k_ffi.c) = 5179cfd150bc7de15eb1c5ee0a327016c2c32b3e
diff -r f34b191ab261 -r cbd0a687e4bc devel/libffi/patches/patch-configure_host
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libffi/patches/patch-configure_host Mon Mar 16 09:35:47 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure_host,v 1.1 2020/03/16 09:35:47 rin Exp $
+
+Readd support for NetBSD/mips.
+
+--- 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 @@
+   mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
+       TARGET=MIPS; TARGETDIR=mips
+       ;;
+-  mips*-*linux* | mips*-*-openbsd*)
++  mips*-*linux* | mips*-*-openbsd* | mips*-*-netbsd*)
+       # Support 128-bit long double for NewABI.
+       HAVE_LONG_DOUBLE='defined(__mips64)'
+       TARGET=MIPS; TARGETDIR=mips



Home | Main Index | Thread Index | Old Index