Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boehm-gc: bump to 8.2.4 #123

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devel/boehm-gc/DESCR
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Boehm-Weiser garbage collection package, for C and C++ -
The Boehm-Demers-Weiser garbage collection package, for C and C++ -
garbage collection and memory leak detection libraries.

A garbage collector is something which automatically frees malloc'd
Expand Down
8 changes: 5 additions & 3 deletions devel/boehm-gc/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.105 2022/09/11 12:25:23 wiz Exp $
# $NetBSD: Makefile,v 1.106 2023/06/12 10:43:00 ivmai Exp $

DISTNAME= gc-8.2.2
DISTNAME= gc-8.2.4
PKGNAME= ${DISTNAME:S/gc/boehm-gc/}
CATEGORIES= devel
MASTER_SITES= http://www.hboehm.info/gc/gc_source/
MASTER_SITES= ${MASTER_SITE_GITHUB:=ivmai/}
GITHUB_PROJECT= bdwgc
GITHUB_RELEASE= v${PKGVERSION_NOREV}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.hboehm.info/gc/
Expand Down
8 changes: 4 additions & 4 deletions devel/boehm-gc/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$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
BLAKE2s (gc-8.2.4.tar.gz) = 204148bc44bdce40ac21085bda3cbaec416badf77e5705ed14eeae292483ec30
SHA512 (gc-8.2.4.tar.gz) = 27d014378000f25fb2f5598904be85604822d5ed4553f8b3d1c279122300d3958b4432ec08f951cfd842d92121ea8a030dda34bf2475ec53d4fded551fdd3a98
Size (gc-8.2.4.tar.gz) = 1210929 bytes
SHA1 (patch-include_private_gcconfig.h) = 85ee195aa9d39583c9895def791979b660c1013c
2 changes: 1 addition & 1 deletion devel/boehm-gc/patches/patch-include_private_gcconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
@@ -682,7 +682,7 @@ EXTERN_C_BEGIN
# define mach_type_known
# endif
# if defined(__riscv) && (defined(FREEBSD) || defined(LINUX) \
Expand Down