cad/gmsh: Update to version 3.0.6
Upstream changes: http://gmsh.info/CHANGELOG.txt
This commit is contained in:
parent
e3ab1b4d3b
commit
fff37fd669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453891
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gmsh
|
||||
DISTVERSION= 3.0.5
|
||||
DISTVERSION= 3.0.6
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://gmsh.info/src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
||||
@ -13,10 +13,10 @@ COMMENT?= Automatic 3D finite element mesh generator
|
||||
|
||||
LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE_GPLv2+= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_FreeBSD_12_i386=Does not build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
|
||||
BROKEN_powerpc64=Does not build on powerpc64
|
||||
BROKEN_FreeBSD_12_i386= Does not build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
|
||||
BROKEN_powerpc64= Does not build on powerpc64
|
||||
|
||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
@ -32,12 +32,12 @@ USE_XORG= x11 xcursor xext xinerama xfixes xft xrender
|
||||
|
||||
SLAVEDIRS= cad/gmsh-occ
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES
|
||||
|
||||
OPTIONS_DEFINE= CGNS MED OCC SHARED STATIC
|
||||
OPTIONS_DEFAULT=MED
|
||||
OPTIONS_DEFINE= CGNS MED OCC SHARED STATIC
|
||||
OPTIONS_DEFAULT= MED
|
||||
|
||||
CGNS_DESC= Enable experimental CGNS mesh support
|
||||
MED_DESC= Enable MED mesh and post file formats
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1504859319
|
||||
SHA256 (gmsh/gmsh-3.0.5-source.tgz) = ae39ed81178d94b76990b8c89b69a5ded8910fd8f7426b800044d00373d12a93
|
||||
SIZE (gmsh/gmsh-3.0.5-source.tgz) = 12150907
|
||||
TIMESTAMP = 1510157284
|
||||
SHA256 (gmsh/gmsh-3.0.6-source.tgz) = 9700bcc440d7a6b16a49cbfcdcdc31db33efe60e1f5113774316b6fa4186987b
|
||||
SIZE (gmsh/gmsh-3.0.6-source.tgz) = 12663776
|
||||
|
@ -4,6 +4,7 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/baffles.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/boolean.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/coherence.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/component8.step
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/compsolid.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/compsolid2.geo
|
||||
@ -35,6 +36,7 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/thrusections.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/transfinite.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/transform.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/boolean/twist.geo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/anim.script
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/encode.script
|
||||
%%PORTDOCS%%%%DOCSDIR%%/demos/post_processing/isosurf.script
|
||||
|
Loading…
Reference in New Issue
Block a user