pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boehm-gc



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun May 28 06:12:21 UTC 2023

Modified Files:
        pkgsrc/devel/boehm-gc: distinfo
Added Files:
        pkgsrc/devel/boehm-gc/patches: patch-include_private_gcconfig.h

Log Message:
boehm-gc: fix configury to recognize riscv on netbsd


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/boehm-gc/distinfo
cvs rdiff -u -r0 -r1.7 \
    pkgsrc/devel/boehm-gc/patches/patch-include_private_gcconfig.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boehm-gc/distinfo
diff -u pkgsrc/devel/boehm-gc/distinfo:1.71 pkgsrc/devel/boehm-gc/distinfo:1.72
--- pkgsrc/devel/boehm-gc/distinfo:1.71 Sun Sep 11 12:25:23 2022
+++ pkgsrc/devel/boehm-gc/distinfo      Sun May 28 06:12:20 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.71 2022/09/11 12:25:23 wiz Exp $
+$NetBSD: distinfo,v 1.72 2023/05/28 06:12:20 dholland Exp $
 
 BLAKE2s (gc-8.2.2.tar.gz) = 57342fe55dd708b77796317d106759a34769721b35eb502de90af370e8b8001c
 SHA512 (gc-8.2.2.tar.gz) = 4a7b26789ce22ab72bfaadf3029362c5fe26737df1e856e43db7d9b24ee8acf625e35d596bb3f698f91d6a5ddfb6c45a952a1dbd18d47359569696a544c9c248
 Size (gc-8.2.2.tar.gz) = 1200115 bytes
+SHA1 (patch-include_private_gcconfig.h) = 76b2e33017d4792c79f4540b47350649d514fe0e

Added files:

Index: pkgsrc/devel/boehm-gc/patches/patch-include_private_gcconfig.h
diff -u /dev/null pkgsrc/devel/boehm-gc/patches/patch-include_private_gcconfig.h:1.7
--- /dev/null   Sun May 28 06:12:21 2023
+++ pkgsrc/devel/boehm-gc/patches/patch-include_private_gcconfig.h      Sun May 28 06:12:21 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-include_private_gcconfig.h,v 1.7 2023/05/28 06:12:21 dholland Exp $
+
+Recognize riscv on netbsd. https://github.com/ivmai/bdwgc/issues/556
+
+--- include/private/gcconfig.h~        2022-08-26 18:44:49.000000000 +0000
++++ include/private/gcconfig.h
+@@ -676,7 +676,7 @@ EXTERN_C_BEGIN
+ #   define mach_type_known
+ # endif
+ # if defined(__riscv) && (defined(FREEBSD) || defined(LINUX) \
+-                          || defined(OPENBSD))
++                          || defined(NETBSD) || defined(OPENBSD))
+ #   define RISCV
+ #   define mach_type_known
+ # endif



Home | Main Index | Thread Index | Old Index