summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-01-19 11:43:45 +0000
committerwiz <wiz@pkgsrc.org>2018-01-19 11:43:45 +0000
commit56022fc8381b2512e6a6026bd415c2c4b47e8a75 (patch)
tree7e228c13961c146154409bf472575495587d1135 /devel
parentaddaead179342cd0319c96b5b640fe9b521b95a3 (diff)
downloadpkgsrc-56022fc8381b2512e6a6026bd415c2c4b47e8a75.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/boehm-gc/Makefile3
-rw-r--r--devel/boehm-gc/distinfo3
-rw-r--r--devel/boehm-gc/patches/patch-Makefile.in15
3 files changed, 19 insertions, 2 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 77bdfec641b..8d9aaee0cb7 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -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/
diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo
index 8d8f7ca13d0..834d952dbff 100644
--- a/devel/boehm-gc/distinfo
+++ b/devel/boehm-gc/distinfo
@@ -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
diff --git a/devel/boehm-gc/patches/patch-Makefile.in b/devel/boehm-gc/patches/patch-Makefile.in
new file mode 100644
index 00000000000..6ade3b85703
--- /dev/null
+++ b/devel/boehm-gc/patches/patch-Makefile.in
@@ -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