summaryrefslogtreecommitdiff
path: root/cad/gmsh/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2016-12-07 14:34:19 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2016-12-07 14:34:19 +0000
commit90ccb5cac8b5d40fab2eba76e253ebf30dd1de81 (patch)
tree08a58f984b7c78184ddf1920b12f717888252f1e /cad/gmsh/Makefile
parentUpdate to 2.8.2 (diff)
cad/gmsh: update to version 2.15.0
Upstream changes: - fixed several regressions (multi-file partitioned grid export, mesh subdivision, old compound mesher) - improved 2D boundary layer field & removed non-functional 3D boundary layer field - faster rendering of large meshes Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8725
Diffstat (limited to '')
-rw-r--r--cad/gmsh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 8fbcc5a5210d..fb6e05085c88 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gmsh
-PORTVERSION= 2.14.1
-PORTREVISION= 1
+PORTVERSION= 2.15.0
CATEGORIES= cad
MASTER_SITES= http://gmsh.info/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -31,7 +30,7 @@ SLAVEDIRS= cad/gmsh-occ
USES= blaslapack cmake fortran gmake jpeg tar:tgz
USE_GL= gl glu
-USE_XORG= x11 xext xfixes xft
+USE_XORG= x11 xcursor xext xinerama xfixes xft
MAKE_JOBS_UNSAFE=yes