Date: Thu, 6 Dec 2018 11:55:00 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486753 - head/cad/gmsh Message-ID: <201812061155.wB6Bt0hZ079960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Dec 6 11:55:00 2018 New Revision: 486753 URL: https://svnweb.freebsd.org/changeset/ports/486753 Log: cad/gmsh: Update to 4.0.6 Upstream change log: https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt PR: 233618 Submitted by: ndowens@yahoo.com Reported by: chitty_cloud@me.com Modified: head/cad/gmsh/Makefile (contents, props changed) head/cad/gmsh/distinfo (contents, props changed) head/cad/gmsh/pkg-plist (contents, props changed) Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Thu Dec 6 11:34:14 2018 (r486752) +++ head/cad/gmsh/Makefile Thu Dec 6 11:55:00 2018 (r486753) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmsh -DISTVERSION= 4.0.2 -PORTREVISION= 1 +DISTVERSION= 4.0.6 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,9 +14,6 @@ COMMENT= Automatic 3D finite element mesh generator LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21 LICENSE_COMB= multi -BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 -BROKEN_FreeBSD_13_i386= fails to build on FreeBSD 13 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903 - LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ libgmp.so:math/gmp \ @@ -29,13 +25,13 @@ RUN_DEPENDS= getdp:science/getdp USES= blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz USE_GL= gl glu USE_XORG= x11 xcursor xext xinerama xfixes xft xrender +USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes - CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES OPTIONS_DEFINE= CGNS DOCS MED OCC SHARED STATIC OPTIONS_DEFAULT= CGNS MED OCC +OPTIONS_SUB= yes CGNS_DESC= Enable CGNS mesh import MED_DESC= Enable MED mesh and post file formats @@ -43,7 +39,6 @@ OCC_DESC= Enable OpenCASCADE geometrical models SHARED_DESC= Build shared library and install header files STATIC_DESC= Build static library -OPTIONS_SUB= yes PLIST_SUB= VER=${PORTVERSION} VE=${PORTVERSION:R} # TODO Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Thu Dec 6 11:34:14 2018 (r486752) +++ head/cad/gmsh/distinfo Thu Dec 6 11:55:00 2018 (r486753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538528267 -SHA256 (gmsh/gmsh-4.0.2-source.tgz) = f3c993408153961bd0bbd762458231abe50aeaabe7ab2466462975f2971e5c0d -SIZE (gmsh/gmsh-4.0.2-source.tgz) = 12764404 +TIMESTAMP = 1543925930 +SHA256 (gmsh/gmsh-4.0.6-source.tgz) = dce0aa4154908f9be8c48ec9bb31d4425c7c28b26897d882a2bce8f72c692a04 +SIZE (gmsh/gmsh-4.0.6-source.tgz) = 12791243 Modified: head/cad/gmsh/pkg-plist ============================================================================== --- head/cad/gmsh/pkg-plist Thu Dec 6 11:34:14 2018 (r486752) +++ head/cad/gmsh/pkg-plist Thu Dec 6 11:55:00 2018 (r486753) @@ -17,6 +17,7 @@ %%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.cpp %%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.jl %%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.py +%%PORTDOCS%%%%DOCSDIR%%/demos/api/mesh_from_discrete_curve.py %%PORTDOCS%%%%DOCSDIR%%/demos/api/normals.py %%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.c %%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.cpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812061155.wB6Bt0hZ079960>