Received: by mail.netbsd.org (Postfix, from userid 605) id 8352584DD2; Tue, 5 May 2020 02:46:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BA2A84D75 for ; Tue, 5 May 2020 02:46:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7rVJGCYD9gNH for ; Tue, 5 May 2020 02:46:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7BC3484D59 for ; Tue, 5 May 2020 02:46:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75A98FB27; Tue, 5 May 2020 02:46:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158864681027710" MIME-Version: 1.0 Date: Tue, 5 May 2020 02:46:50 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/devel/libffi To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200505024650.75A98FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158864681027710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Tue May 5 02:46:50 UTC 2020 Modified Files: pkgsrc/devel/libffi: distinfo pkgsrc/devel/libffi/patches: patch-configure_host Log Message: libffi: re-add support for NetBSD/sh3el and hppa, from patch-aa rev 1.24. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/libffi/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libffi/patches/patch-configure_host Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158864681027710 Content-Disposition: inline Content-Length: 2721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libffi/distinfo diff -u pkgsrc/devel/libffi/distinfo:1.54 pkgsrc/devel/libffi/distinfo:1.55 --- pkgsrc/devel/libffi/distinfo:1.54 Fri Apr 24 10:19:32 2020 +++ pkgsrc/devel/libffi/distinfo Tue May 5 02:46:50 2020 @@ -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 Index: pkgsrc/devel/libffi/patches/patch-configure_host diff -u pkgsrc/devel/libffi/patches/patch-configure_host:1.1 pkgsrc/devel/libffi/patches/patch-configure_host:1.2 --- pkgsrc/devel/libffi/patches/patch-configure_host:1.1 Mon Mar 16 09:35:47 2020 +++ pkgsrc/devel/libffi/patches/patch-configure_host Tue May 5 02:46:50 2020 @@ -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 @@ Readd support for NetBSD/mips. # 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" + ;; --_----------=_158864681027710--