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:   wiz
Date:           Tue Apr 17 05:32:19 UTC 2018

Modified Files:
        pkgsrc/devel/boehm-gc: Makefile distinfo
Removed Files:
        pkgsrc/devel/boehm-gc/patches: patch-Makefile.in patch-configure
            patch-dyn__load.c patch-tools_threadlibs.c

Log Message:
boehm-gc: update to 7.6.4.

== [7.6.4] 2018-01-26 ==

* Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1
* Change compiler invocation example in gc.man to use dynamic libgc
* Delete dont_ar_* build intermediate files on make clean (Makefile.direct)
* Do not declare dl_iterate_phdr as weak for DragonFly
* Fix 'cords' parallel build in Makefile.direct
* Fix 'undeclared identifier USRSTACK' compiler error on OpenBSD-6.2
* Fix error code in abort message if sem_wait failed in start_world (NetBSD)
* Fix GC allocation mutex in child after a fork
* Fix global operator delete definition for C++14 in gc_cpp
* Fix last_reclaimed..gc_no interval comparison to threshold in unmap_old
* Fix libgc version which was changed in linkage breaking way
* Fix missing EOLn output in threadlibs tool
* Fix threadlibs tool to output '-lpthread' for DragonFly
* Prevent DATASTART redefinition for NaCl
* Remove obsolete advice about linking with _DYNAMIC=0 (Linux)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/boehm-gc/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/boehm-gc/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/boehm-gc/patches/patch-Makefile.in \
    pkgsrc/devel/boehm-gc/patches/patch-configure \
    pkgsrc/devel/boehm-gc/patches/patch-tools_threadlibs.c
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/boehm-gc/patches/patch-dyn__load.c

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/Makefile
diff -u pkgsrc/devel/boehm-gc/Makefile:1.87 pkgsrc/devel/boehm-gc/Makefile:1.88
--- pkgsrc/devel/boehm-gc/Makefile:1.87 Fri Jan 19 11:43:45 2018
+++ pkgsrc/devel/boehm-gc/Makefile      Tue Apr 17 05:32:19 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2018/01/19 11:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2018/04/17 05:32:19 wiz Exp $
 
-DISTNAME=      gc-7.6.2
+DISTNAME=      gc-7.6.4
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hboehm.info/gc/gc_source/
 

Index: pkgsrc/devel/boehm-gc/distinfo
diff -u pkgsrc/devel/boehm-gc/distinfo:1.59 pkgsrc/devel/boehm-gc/distinfo:1.60
--- pkgsrc/devel/boehm-gc/distinfo:1.59 Fri Jan 19 11:43:45 2018
+++ pkgsrc/devel/boehm-gc/distinfo      Tue Apr 17 05:32:19 2018
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.59 2018/01/19 11:43:45 wiz Exp $
+$NetBSD: distinfo,v 1.60 2018/04/17 05:32:19 wiz Exp $
 
-SHA1 (gc-7.6.2.tar.gz) = 55fc1fe8e0d81acdf6cc29455b151ab74c77c4f2
-RMD160 (gc-7.6.2.tar.gz) = 4058142315c17c7ab758e5425ff89bab7ef25bde
-SHA512 (gc-7.6.2.tar.gz) = 7b54812903929b0d5d1d696beac54629a7667997b41ef45299373bc18b2153d5755286b25e11cc90ffc572239e52a02900927bc60b0ad3593162b8c8e259fd50
-Size (gc-7.6.2.tar.gz) = 1119725 bytes
-SHA1 (patch-Makefile.in) = 509f7fbe44595f28210267345d73cf5ce14797c1
-SHA1 (patch-configure) = f3bb73ee9535fa2d313bab5d4afa961457c8762c
-SHA1 (patch-dyn__load.c) = abc0d7010a57027c50acc8a8bdf2c85271e84c61
-SHA1 (patch-tools_threadlibs.c) = 5dd3e8bdbba8806cafcbaa5aa5c0a0778243c8ab
+SHA1 (gc-7.6.4.tar.gz) = 1a3f91a6ea004dcd1f5fc93defcdb2c2bc0c3941
+RMD160 (gc-7.6.4.tar.gz) = 3aae763358c2781209d3b5a68ead899942322304
+SHA512 (gc-7.6.4.tar.gz) = 2c85be3e24b85732b3dc6f08fe98cf1a82b6fb2a22ec73090f80920721c737ef92cee8f0cd7ea7228d686005d164e7da54ce3907c3a1ba5eefa43355a472085e
+Size (gc-7.6.4.tar.gz) = 1120784 bytes



Home | Main Index | Thread Index | Old Index