pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/asymptote



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jan  8 10:58:09 UTC 2019

Modified Files:
        pkgsrc/graphics/asymptote: Makefile distinfo
Added Files:
        pkgsrc/graphics/asymptote/patches: patch-main.cc

Log Message:
asymptote: Port to boehm-gc-7.6.8
upstream commit 38a59370dc5ac720c29e1424614a10f7384b943f


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/asymptote/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/asymptote/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/asymptote/patches/patch-main.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/asymptote/Makefile
diff -u pkgsrc/graphics/asymptote/Makefile:1.27 pkgsrc/graphics/asymptote/Makefile:1.28
--- pkgsrc/graphics/asymptote/Makefile:1.27     Wed Aug 22 09:45:11 2018
+++ pkgsrc/graphics/asymptote/Makefile  Tue Jan  8 10:58:09 2019
@@ -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

Index: pkgsrc/graphics/asymptote/distinfo
diff -u pkgsrc/graphics/asymptote/distinfo:1.9 pkgsrc/graphics/asymptote/distinfo:1.10
--- pkgsrc/graphics/asymptote/distinfo:1.9      Thu Jun  8 08:47:26 2017
+++ pkgsrc/graphics/asymptote/distinfo  Tue Jan  8 10:58:09 2019
@@ -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

Added files:

Index: pkgsrc/graphics/asymptote/patches/patch-main.cc
diff -u /dev/null pkgsrc/graphics/asymptote/patches/patch-main.cc:1.1
--- /dev/null   Tue Jan  8 10:58:09 2019
+++ pkgsrc/graphics/asymptote/patches/patch-main.cc     Tue Jan  8 10:58:09 2019
@@ -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