summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-14 09:44:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-14 09:44:19 +0000
commitf4338e5e042abfe7cc675200fc81f5c57920813d (patch)
tree7128c81c5e387f608a581599962d00242b4f11f9 /cad
parentUpdate to version 1.0.20 (diff)
Update to version 1.56.2
PR: ports/73899 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=121554
Diffstat (limited to 'cad')
-rw-r--r--cad/gmsh/Makefile2
-rw-r--r--cad/gmsh/distinfo4
-rw-r--r--cad/gmsh/files/patch-Common::AdaptiveViews.cpp10
3 files changed, 13 insertions, 3 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 58095f9c8e3a..9dd978e4d3d3 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gmsh
-PORTVERSION= 1.56.1
+PORTVERSION= 1.56.2
CATEGORIES= cad
MASTER_SITES= http://www.geuz.org/gmsh/src/ \
http://cm.bell-labs.com/netlib/voronoi/:triangle
diff --git a/cad/gmsh/distinfo b/cad/gmsh/distinfo
index 2137573a1fa0..4596c8d113ce 100644
--- a/cad/gmsh/distinfo
+++ b/cad/gmsh/distinfo
@@ -1,2 +1,2 @@
-MD5 (gmsh-1.56.1-source.tgz) = fedcc6642bdc7195ee73b44ed4964f10
-SIZE (gmsh-1.56.1-source.tgz) = 1730809
+MD5 (gmsh-1.56.2-source.tgz) = 1eafb2b57e4736d5bdc74934f8ed3151
+SIZE (gmsh-1.56.2-source.tgz) = 1727273
diff --git a/cad/gmsh/files/patch-Common::AdaptiveViews.cpp b/cad/gmsh/files/patch-Common::AdaptiveViews.cpp
new file mode 100644
index 000000000000..339a5ef1221d
--- /dev/null
+++ b/cad/gmsh/files/patch-Common::AdaptiveViews.cpp
@@ -0,0 +1,10 @@
+--- Common/AdaptiveViews.cpp.orig Thu Nov 11 07:45:16 2004
++++ Common/AdaptiveViews.cpp Thu Nov 11 16:11:29 2004
+@@ -23,6 +23,7 @@
+
+ #include <stdio.h>
+ #include <math.h>
++#include <time.h>
+ #include <list>
+ #include <set>
+ #include "Views.h"