Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 36B261A9239 for ; Mon, 27 Dec 2021 03:31:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E729C84DC2; Mon, 27 Dec 2021 03:31:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C61A84D39 for ; Mon, 27 Dec 2021 03:31:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id b8PuoWIgKYz1 for ; Mon, 27 Dec 2021 03:31:57 +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 939F184CE0 for ; Mon, 27 Dec 2021 03:31:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CF92FAEC; Mon, 27 Dec 2021 03:31:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640575917239680" MIME-Version: 1.0 Date: Mon, 27 Dec 2021 03:31:57 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/lang/sablevm-classpath To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20211227033157.8CF92FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640575917239680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Mon Dec 27 03:31:57 UTC 2021 Modified Files: pkgsrc/lang/sablevm-classpath: distinfo pkgsrc/lang/sablevm-classpath/patches: patch-native_fdlibm_ieeefp_h Log Message: lang/sablevm-classpath: Recognize big-endian aargh64 as well. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/sablevm-classpath/distinfo cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640575917239680 Content-Disposition: inline Content-Length: 2326 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/sablevm-classpath/distinfo diff -u pkgsrc/lang/sablevm-classpath/distinfo:1.11 pkgsrc/lang/sablevm-classpath/distinfo:1.12 --- pkgsrc/lang/sablevm-classpath/distinfo:1.11 Mon Dec 27 01:23:28 2021 +++ pkgsrc/lang/sablevm-classpath/distinfo Mon Dec 27 03:31:57 2021 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2021/12/27 01:23:28 dholland Exp $ +$NetBSD: distinfo,v 1.12 2021/12/27 03:31:57 dholland Exp $ BLAKE2s (sablevm-classpath-1.13.tar.gz) = a044599b20b35c879ef7f576c1cf09cd63d22f53e7bdea9cf54e4e7226b83fde SHA512 (sablevm-classpath-1.13.tar.gz) = 2e41ca5fe1b4cdb892d8cec6367774ec8a748bc1cf19c660d8b6a7ace4bc3462d7805d40392ef540f3561f2a97ceb317ea4115334eff7a0518d585d8cae84224 @@ -7,4 +7,4 @@ SHA1 (patch-aa) = b8b0a1e8f3a21cb6e26700 SHA1 (patch-ab) = f1ebd89f5f66170d769e678cd55792d806ebbeab SHA1 (patch-ac) = 59fd252a65c92a9f318ba4140227da855fb1e3c4 SHA1 (patch-ad) = 1287035dbc2861e7b9a4ddbda2898cc58363ce75 -SHA1 (patch-native_fdlibm_ieeefp_h) = 1ac088d7a5d7ea793d7a34b5ddb4d162b7228a1a +SHA1 (patch-native_fdlibm_ieeefp_h) = c75ba16f748e70e4bee046890de8e7f5024d735e Index: pkgsrc/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h diff -u pkgsrc/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h:1.2 pkgsrc/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h:1.3 --- pkgsrc/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h:1.2 Mon Dec 27 01:23:29 2021 +++ pkgsrc/lang/sablevm-classpath/patches/patch-native_fdlibm_ieeefp_h Mon Dec 27 03:31:57 2021 @@ -1,24 +1,28 @@ -$NetBSD: patch-native_fdlibm_ieeefp_h,v 1.2 2021/12/27 01:23:29 dholland Exp $ +$NetBSD: patch-native_fdlibm_ieeefp_h,v 1.3 2021/12/27 03:31:57 dholland Exp $ -Fix AArch64 (64-bit ARM) build. +Build on AArch64 (64-bit ARM). Fix NetBSD PPC build, from Magnus Henoch in PR 34787. --- native/fdlibm/ieeefp.h.orig 2005-12-07 17:54:35.000000000 +0000 +++ native/fdlibm/ieeefp.h -@@ -27,6 +27,11 @@ +@@ -27,6 +27,15 @@ #endif #endif +#if defined(__aarch64__) || defined(__AARCH64__) +/* 64-bit ARM */ ++#ifdef __ARM_BIG_ENDIAN 1 ++#define __IEEE_BIG_ENDIAN ++#else +#define __IEEE_LITTLE_ENDIAN +#endif ++#endif + #ifdef __hppa__ #define __IEEE_BIG_ENDIAN #endif -@@ -123,9 +128,9 @@ +@@ -123,9 +132,9 @@ #define __IEEE_LITTLE_ENDIAN #endif --_----------=_1640575917239680--