aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2014-07-26 23:49:51 +0800
committerglewis <glewis@FreeBSD.org>2014-07-26 23:49:51 +0800
commitdc045b455b2d1d5f5289196c0c736cf82923ebe5 (patch)
treeef101d25715480767aefc0a1cab9fafffc7106fd /math
parent71b5c959056728c715f5635a08bcc80f46c0ab59 (diff)
downloadfreebsd-ports-gnome-dc045b455b2d1d5f5289196c0c736cf82923ebe5.tar.gz
freebsd-ports-gnome-dc045b455b2d1d5f5289196c0c736cf82923ebe5.tar.zst
freebsd-ports-gnome-dc045b455b2d1d5f5289196c0c736cf82923ebe5.zip
. Revert WX version to 2.8 and add a comment about not updating it to 3.x
since that breaks. PR: 192121
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 4ffab616a4d4..ce9ec16ca886 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.6.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math graphics
MASTER_SITES= SF
@@ -62,7 +62,9 @@ X11_USE= XORG=x11
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWX}
-USE_WX= 3.0
+# Version 3.x of WX currently cause gnuplot to crash.
+# Do not update without this without testing.
+USE_WX= 2.8
WX_UNICODE= yes
WX_CONF_ARGS= absolute
.else