pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/asymptote asymptote: Port to boehm-gc-7.6.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/05ef63fd4ca9
branches: trunk
changeset: 327771:05ef63fd4ca9
user: markd <markd%pkgsrc.org@localhost>
date: Tue Jan 08 10:58:09 2019 +0000
description:
asymptote: Port to boehm-gc-7.6.8
upstream commit 38a59370dc5ac720c29e1424614a10f7384b943f
diffstat:
graphics/asymptote/Makefile | 4 ++--
graphics/asymptote/distinfo | 3 ++-
graphics/asymptote/patches/patch-main.cc | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r c160bdcdbb7d -r 05ef63fd4ca9 graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile Tue Jan 08 10:49:30 2019 +0000
+++ b/graphics/asymptote/Makefile Tue Jan 08 10:58:09 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2018/08/22 09:45:11 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/01/08 10:58:09 markd Exp $
DISTNAME= asymptote-2.41
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/}
EXTRACT_SUFX= .tgz
diff -r c160bdcdbb7d -r 05ef63fd4ca9 graphics/asymptote/distinfo
--- a/graphics/asymptote/distinfo Tue Jan 08 10:49:30 2019 +0000
+++ b/graphics/asymptote/distinfo Tue Jan 08 10:58:09 2019 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2017/06/08 08:47:26 wiz Exp $
+$NetBSD: distinfo,v 1.10 2019/01/08 10:58:09 markd Exp $
SHA1 (asymptote-2.41.src.tgz) = ee33febaab5b42e0f04375f4a40512102d01a1d5
RMD160 (asymptote-2.41.src.tgz) = 2614a78d24126817462a8b7bffd918c84b96b808
SHA512 (asymptote-2.41.src.tgz) = 93f737a44b085c2290c4553c765cf49679820e6623bc5b6d0229818409868876275d6f0571abeb76033955fa95ee594e37d10c9901c54755b085e36760fd96cb
Size (asymptote-2.41.src.tgz) = 3516426 bytes
SHA1 (patch-configure) = c3d035f0744b8558624863fddbe68205c862a37b
+SHA1 (patch-main.cc) = 1cf992b56fe28efb94128f68e941f36d9b033e9a
diff -r c160bdcdbb7d -r 05ef63fd4ca9 graphics/asymptote/patches/patch-main.cc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/asymptote/patches/patch-main.cc Tue Jan 08 10:58:09 2019 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-main.cc,v 1.1 2019/01/08 10:58:09 markd Exp $
+
+Port to gc-7.6.8
+(commit 38a59370dc5ac720c29e1424614a10f7384b943f)
+
+--- main.cc.orig 2017-03-22 07:56:46.000000000 +0000
++++ main.cc
+@@ -214,3 +214,9 @@ int main(int argc, char *argv[])
+ #endif
+ asymain(&args);
+ }
++
++#ifdef USEGC
++GC_API void GC_CALL GC_throw_bad_alloc() {
++ std::bad_alloc();
++}
++#endif
Home |
Main Index |
Thread Index |
Old Index