CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/02/05 11:37:48
Modified files:
devel/boehm-gc : Makefile distinfo
devel/boehm-gc/patches: patch-bdw-gc_pc_in
patch-include_gc_config_macros_h
patch-include_private_gcconfig_h
devel/boehm-gc/pkg: PLIST-atomic PLIST-main
Added files:
devel/boehm-gc/patches: patch-dyn_load_c patch-os_dep_c
Log message:
Update to 8.0.4 with the following additional changes:
- Use mmap via the configure argument instead of hard-coding it.
- Define USE_MMAP_ANON for OpenBSD when --enable-mmap is configured
- Remove unused ELF_CLASS define for OpenBSD.
- Remove old HAVE_DL_ITERATE_PHDR workaround for OpenBSD.
- Don't use old GC_find_limit_openbsd() which is only needed for uthreads.
Tested on i386/amd64/sparc64/aarch64/powerpc/powerpc64/mips64
okay sthen@, gkoehler@