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:           Fri Jan 19 11:43:46 UTC 2018

Modified Files:
        pkgsrc/devel/boehm-gc: Makefile distinfo
Added Files:
        pkgsrc/devel/boehm-gc/patches: patch-Makefile.in

Log Message:
boehm-gc: add upstream commit for libtool version

In 7.6.2, upstream intentionally but badly-advised bumped their
library major version number. In 7.6.4, they'll undo that change.
Instead of bumping twice in pkgsrc, follow their lead and get the
change in now.

See https://github.com/ivmai/bdwgc/issues/197

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/boehm-gc/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/boehm-gc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/boehm-gc/patches/patch-Makefile.in

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.86 pkgsrc/devel/boehm-gc/Makefile:1.87
--- pkgsrc/devel/boehm-gc/Makefile:1.86 Wed Jan 10 09:16:20 2018
+++ pkgsrc/devel/boehm-gc/Makefile      Fri Jan 19 11:43:45 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.86 2018/01/10 09:16:20 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2018/01/19 11:43:45 wiz Exp $
 
 DISTNAME=      gc-7.6.2
 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.58 pkgsrc/devel/boehm-gc/distinfo:1.59
--- pkgsrc/devel/boehm-gc/distinfo:1.58 Wed Jan 10 09:16:20 2018
+++ pkgsrc/devel/boehm-gc/distinfo      Fri Jan 19 11:43:45 2018
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.58 2018/01/10 09:16:20 wiz Exp $
+$NetBSD: distinfo,v 1.59 2018/01/19 11:43:45 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

Added files:

Index: pkgsrc/devel/boehm-gc/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/devel/boehm-gc/patches/patch-Makefile.in:1.1
--- /dev/null   Fri Jan 19 11:43:46 2018
+++ pkgsrc/devel/boehm-gc/patches/patch-Makefile.in     Fri Jan 19 11:43:45 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2018/01/19 11:43:45 wiz Exp $
+
+https://github.com/ivmai/bdwgc/commit/4eeead98433bbf5bd9a6ba5cafd578fdaa2f3b12
+
+--- Makefile.in.orig   2017-12-23 08:48:38.000000000 +0000
++++ Makefile.in
+@@ -935,7 +935,7 @@ top_srcdir = @top_srcdir@
+ # Info (current:revision:age) for the Libtool versioning system.
+ # These numbers should be updated at most once just before the release,
+ # and, optionally, at most once during the development (after the release).
+-LIBGC_VER_INFO = 4:1:2
++LIBGC_VER_INFO = 5:0:4
+ LIBGCCPP_VER_INFO = 4:0:3
+ 
+ # We currently use the source files directly from libatomic_ops, if we



Home | Main Index | Thread Index | Old Index