aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-03-18 17:59:55 +0800
committermiwi <miwi@FreeBSD.org>2011-03-18 17:59:55 +0800
commitc4f7dd2e119012be054ffc974c421f1d4bfac54d (patch)
treef1c596b3d9f522b74fec05e5f538cd8fa3598a3c
parentc03cce7bd44c6367a383bf83dfd123f06ff0df59 (diff)
downloadfreebsd-ports-gnome-c4f7dd2e119012be054ffc974c421f1d4bfac54d.tar.gz
freebsd-ports-gnome-c4f7dd2e119012be054ffc974c421f1d4bfac54d.tar.zst
freebsd-ports-gnome-c4f7dd2e119012be054ffc974c421f1d4bfac54d.zip
- Fix Coredump
PR: 155654 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
-rw-r--r--science/mayavi/Makefile2
-rw-r--r--science/mayavi/distinfo1
-rw-r--r--science/mayavi/files/patch-mayavi10
3 files changed, 11 insertions, 2 deletions
diff --git a/science/mayavi/Makefile b/science/mayavi/Makefile
index e1707be147b7..71654b6ce44c 100644
--- a/science/mayavi/Makefile
+++ b/science/mayavi/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mayavi
PORTVERSION= 1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science python
MASTER_SITES= SF
DISTNAME= MayaVi-${PORTVERSION}
diff --git a/science/mayavi/distinfo b/science/mayavi/distinfo
index 71cb200c3db6..e3e54b03e207 100644
--- a/science/mayavi/distinfo
+++ b/science/mayavi/distinfo
@@ -1,3 +1,2 @@
-MD5 (MayaVi-1.5.tar.gz) = 494a29e38b9e808157bae9daaf9fe044
SHA256 (MayaVi-1.5.tar.gz) = 3642d98e7e3b9e542401269eab2db6cbe7be4ecdccc450e8413b8372df136c91
SIZE (MayaVi-1.5.tar.gz) = 525440
diff --git a/science/mayavi/files/patch-mayavi b/science/mayavi/files/patch-mayavi
new file mode 100644
index 000000000000..bf2819d343b6
--- /dev/null
+++ b/science/mayavi/files/patch-mayavi
@@ -0,0 +1,10 @@
+--- mayavi.orig 2005-09-13 03:08:30.000000000 +0900
++++ mayavi 2011-03-18 17:52:19.837001956 +0900
+@@ -283,6 +283,7 @@
+
+
+ import Tkinter
++Tkinter.wantobjects = False
+
+ # Import this here to avoid hard-to-debug errors when importing VTK
+ # fails from within mayavi.Main.