pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/scm lang/scm: Detect aargh64.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a60b121e7fc2
branches: trunk
changeset: 771785:a60b121e7fc2
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Dec 27 03:17:17 2021 +0000
description:
lang/scm: Detect aargh64.
diffstat:
lang/scm/distinfo | 4 ++--
lang/scm/patches/patch-ac | 18 +++++++++++++++---
2 files changed, 17 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r 43478697cb3c -r a60b121e7fc2 lang/scm/distinfo
--- a/lang/scm/distinfo Mon Dec 27 03:12:39 2021 +0000
+++ b/lang/scm/distinfo Mon Dec 27 03:17:17 2021 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:51:55 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/12/27 03:17:17 dholland Exp $
BLAKE2s (scm5e3.zip) = 7d55ee0c6d05bdbe8ef91706a0a5cf9479b3066a8fd9fcfc8d8eca3a081702c8
SHA512 (scm5e3.zip) = f67a074b5e1a341bf790ded847ce77eb02a6855b108aa6cd94780cb6937b041d9185a64a5a9defcd122591b8e1661be6a7a8ed80e1d55d9ece714b3325217d49
Size (scm5e3.zip) = 901866 bytes
SHA1 (patch-aa) = ead6bc6d59f448e59e0e954580449b751665ebfd
SHA1 (patch-ab) = 9b3b078bdebad4bc12bd52d6a2db202d5cf88f89
-SHA1 (patch-ac) = babadb9192865c33a65aca08d07e241b58efee36
+SHA1 (patch-ac) = 6216825381ab3f5752841f9c51651222129aa112
SHA1 (patch-ad) = 3510daaa41a19539b196ae345f832b129bcaa0e5
SHA1 (patch-ae) = db36200d2a79ad4192e6c10ec35fd373860f81cd
SHA1 (patch-af) = 97913488e0323652aee8596a21fb448e54618f47
diff -r 43478697cb3c -r a60b121e7fc2 lang/scm/patches/patch-ac
--- a/lang/scm/patches/patch-ac Mon Dec 27 03:12:39 2021 +0000
+++ b/lang/scm/patches/patch-ac Mon Dec 27 03:17:17 2021 +0000
@@ -1,10 +1,22 @@
-$NetBSD: patch-ac,v 1.2 2015/12/29 23:34:55 dholland Exp $
+$NetBSD: patch-ac,v 1.3 2021/12/27 03:17:17 dholland Exp $
+
+Support 64-bit arm.
Don't declare own errno.
---- scmfig.h.orig 2006-02-08 17:51:31.000000000 +0000
+--- scmfig.h.orig 2006-06-04 02:35:35.000000000 +0000
+++ scmfig.h
-@@ -793,20 +793,6 @@ typedef SCM *SCMPTR;
+@@ -277,6 +277,9 @@ rgx.c init_rgx(); regcomp and regexec. *
+ # endif
+ # endif
+ #endif
++#ifdef __aarch64__
++#define SHORT_INT
++#endif
+ #ifdef __alpha
+ # define SHORT_INT
+ #endif
+@@ -816,20 +819,6 @@ typedef SCM *SCMPTR;
gc_for_open_files();\
else if (!SCM_INTERRUPTED(errno)) break;}}
Home |
Main Index |
Thread Index |
Old Index