Commit graph

192 commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Wen Heping
969ccc6b51 - Update to 4.3.0
- Take maintainership
2019-04-29 11:24:01 +00:00
Gerald Pfeifer
879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00
Rodrigo Osorio
54fa710c2d Upgrade cad/gmsh from 4.2.1 to 4.2.2
Changelog:
  4.2.2 (March 13, 2019): fixed regression in reading of extruded meshes; added
                          ability to export one solid per surface in STL format.
2019-03-15 08:44:30 +00:00
Rodrigo Osorio
41e67a089c Upgrade cad/gmsh from v4.1.3 to 4.2.1
Changelog:

4.2.1 (March 7, 2019): fixed regression for STEP files without global compound
shape; added support for reading IGES labels and colors; improved search for
shared library in Python and Julia modules; improved Plugin(MeshVolume); updates
to the reference manual.

4.2.0 (March 5, 2019): changed type of node and element tags in API to support
(very) large meshes (using size_t instead of int); new MSH4.1 revision of the
MSH file format, with support for size_t node and element tags (see the
reference manual for detailed changes); changed the logger, getPeriodicNodes and
setElementsByType API; added support for reading STEP labels and colors with OCC
CAF; changed default "General.OCCTargetUnit" value to none (i.e. use STEP file
coordinates as-is, without conversion); improved high-order mesh optimization;
added ability to import groups of nodes from MED files; extruded meshes now
fill-in periodic node information; enhanced Plugin(Distance) and
Plugin(SimplePartition); removed unmaintained plugins; removed default
dependency on PETSc; small improvements and bug fixes.

4.1.5 (February 14, 2019): improved OpenMP parallelization, STL remeshing, mesh
partitioning and high-order mesh optimization; added classifySurfaces in API;
bug fixes.

4.1.4 (February 3, 2019): improved ghost cell I/O; added getGhostElements,
relocateNodes, getElementType, getElementFaceNodes, getElementEdgeNodes
functions in API; small improvements and bug fixes.

PR:		236386
Submitted by:	kunda <chitty_cloud@me.com>
2019-03-13 08:05:23 +00:00
Thierry Thomas
1b7c99c8f1 - Upgrade science/cgnslib to 3.4.0
Release notes at <https://github.com/CGNS/CGNS/releases/tag/v3.4.0>.

- Split tests and fortran option

- Bump PORTREVISION of consumers.
2019-03-06 19:49:56 +00:00
Fernando Apesteguía
f4dd1a98e8 cad/gmsh: update to 4.1.3
Changes since 4.1.0:

https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt

* Improved quad meshing
* New options for automatic full-quad meshes
* Save nodesets also for physical points (Abaqus, Tochnog)
* New getPartitions, unpartition and removePhysicalName functions in API
* Small bug fixes.
* fixed full-quad subdivision if Mesh.SecondOrderLinear is set
* Fixed packing of parallelograms regression in 4.1.1.
* Added support for general affine transformations with OpenCASCADE kernel
* Improved handling of boolean tolerance (snap vertices)
* Faster crossfield calculation by default (e.g. for DelQuad algorithm)
* Fixed face vertices for PyramidN
* Renamed ONELAB "Action" and "Button" parameters "ONELAB/Action" and
  "ONELAB/Button"
* Added support for actions on any ONELAB button
* Added API functions for selections in user interface.

Reported by:	portscout
2019-01-25 17:41:45 +00:00
Fernando Apesteguía
de962e514b cad/gmsh: update to 4.1.0
PR:	235037
Reported by:	chitty_cloud@me.com
2019-01-22 18:38:58 +00:00
Sunpoet Po-Chuan Hsieh
91c3078096 Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
2019-01-05 22:46:53 +00:00
Joseph Mingrone
e33a49cba9 cad/gmsh: Update to version 4.0.7
Upstream change log:
https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
2018-12-14 10:11:46 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Sunpoet Po-Chuan Hsieh
857d3ac919 Use opt_USE instead of opt_VARS for USE_foo knob 2018-12-06 20:32:55 +00:00
Joseph Mingrone
2e22617402 cad/gmsh: Remove redundant USE_LDCONFIG=yes
This should not have been added in r486753, because it is already present
as SHARED_VARS=USE_LDCONFIG=yes, i.e., when the shared libraries knob is
on.
2018-12-06 17:18:45 +00:00
Joseph Mingrone
374c605d8b 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
2018-12-06 11:55:00 +00:00
Joseph Mingrone
ab7ec11573 cad/gmsh: Remove CONFLICTS related to OCC knob and cad/gmsh-occ
cad/gmsh-occ was removed in r482318
2018-10-28 05:02:36 +00:00
Joseph Mingrone
abc2314129 cad/gmsh: Fix powerpc64 build [1] and restore DOCS knob [2]
PR:		231832
Submitted by:	pkubaj@anongoth.pl [1]
Reported by:	mat [2]
2018-10-28 04:17:18 +00:00
Jan Beich
0aa737a336 Expand FreeBSD 12 conditionals to include 13.0-CURRENT 2018-10-23 16:34:43 +00:00
Joseph Mingrone
8b29c89086 Remove cad/gmsh-occ since cad/gmsh now builds with OCC by default 2018-10-18 00:27:44 +00:00
Joseph Mingrone
74a51579ef cad/gmsh: Update to version 4.0.2 and reset maintainer to ports@
Upstream change log:
https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
2018-10-18 00:27:33 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Sunpoet Po-Chuan Hsieh
c548cd43e8 Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
		https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR:		231009
Exp-run by:	antoine
2018-09-05 22:05:23 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Mark Linimon
5f1ce9ee4f Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-03-09 22:46:22 +00:00
Joseph Mingrone
fff37fd669 cad/gmsh: Update to version 3.0.6
Upstream changes: http://gmsh.info/CHANGELOG.txt
2017-11-10 11:30:44 +00:00
Joseph Mingrone
de14206f31 cad/gmsh: Update to version 3.0.5 2017-09-18 00:18:04 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Joseph Mingrone
55d12aa62f cad/gmsh: Update to version 3.0.4
Upstream changes: http://gmsh.info/CHANGELOG.txt
2017-08-02 15:03:38 +00:00
Joseph Mingrone
1fc92fb7d7 cad/gmsh: Update to version 3.0.3
Upstream changes:
http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
2017-06-25 14:35:54 +00:00
Sunpoet Po-Chuan Hsieh
8b1d897ff6 Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change

Changes:	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
2017-05-30 02:56:43 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Joseph Mingrone
9a370908c5 cad/gmsh: Update to version 3.0.2
Upstream changes:
http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt

Approved by:	swills (mentor, implicit)
2017-05-16 18:54:37 +00:00
Joseph Mingrone
645b4e1244 cad/gmsh: Update to version 3.0.1
Upsteam changelog: http://gmsh.info/CHANGELOG.txt

Approved by:	swills (mentor, implicit)
2017-04-21 14:09:42 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Joseph Mingrone
e4fe58ca05 cad/gmsh: Update to version 2.16.0.
Upstream changelog:

  - Small improvements (list functions, second order hexes for MED, GUI)
  - bug fixes

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9159
2017-01-12 23:21:15 +00:00
Antoine Brodin
bfa49f2358 Those ports build fine with bsd make 2016-12-11 17:40:02 +00:00
Joseph Mingrone
90ccb5cac8 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
2016-12-07 14:34:19 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Joseph Mingrone
f29ca94911 cad/gmsh: Update distinfo after upstream rolled a new tarball without a new
release

As far as I can tell, the only change is the name of the top-level
directory (WRKSRC). I do not have a copy of the old tarball to be certain,
and my email to the Gmsh list requesting information about the change has
not yet received a response.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8432
2016-11-03 13:58:00 +00:00
Joseph Mingrone
516a7adafc cad/gmsh: update to version 2.14.1
Upstream release notes:
New in 2.14.1: fixed regression in periodic meshes; small bug fixes and
code cleanups.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8419
2016-11-02 14:20:28 +00:00
Joseph Mingrone
6fe90ee684 cad/gmsh, cad/gmsh-occ: update to version 2.14.0
- Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS
- Add USE_OCC= gnome=cairo
- Remove patch for taucs cmake configuration.  It is now incorporated
upstream.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8229
2016-10-12 22:23:09 +00:00
Joseph Mingrone
f77826fb23 Specify which license the license file refers to
Reported by:	jbeich
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8135
2016-10-03 15:11:32 +00:00
Joseph Mingrone
059bfcd615 Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ
Reported by:	jbeich mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8134
2016-10-03 14:21:45 +00:00
Joseph Mingrone
b636c2fffb Re-add MAKE_JOBS_UNSAFE=yes
It is not clear that the issue that caused this to be added has been fixed, so
add it back to be safe.

Reported by:	jmarino (via ports-committers@), mat (via phab diff D7703)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8086
2016-09-30 04:16:18 +00:00
Joseph Mingrone
230bad2776 Update cad/gmsh to 2.13.2; fix knob issue; other changes
- Upgrade to version 2.13.2
- Update MASTER_SITES to only include new gmsh site
- Remove no-longer-needed definitions of DISTFILES, EXTRACT_ONLY, and WRKSRC
- The licensing situation is simpler now:  Gmsh itself is released under
  GPLv3+ [1], TetGen under AGPLv3+ [2], and METIS under an APACHE2 license [3]
  For now, TAUCS is the only component released under a non-standard license [4]
- Fix misnamed KNOB in KNOB_DESC=, so `make config` shows descriptions
- Fix errors/warnings reported by portlint and poudriere testport
  - Add missing entries to LIB_DEPENDS=
  - Add blaslapack to USES=
  - Change USE_GL=yes to USE_GL=gl glu
  - Add USE_XORG=x11 xext xfixes xft
  - Redo patches with make makepatch
- Remove MAKE_JOBS_UNSAFE=yes
- Remove options for bundled software
- Update default options
- Add patch to fix TAUCS linking error
- Modernize option handling
- Mark broken on FreeBSD 12 i386 due to clang bug:
  (https://llvm.org/bugs/show_bug.cgi?id=21903)
- Remove unnecessary TAUCS_LIB_DEPENDS=libtaucs.so:math/taucs to prevent
  problems with french/aster
  - cad/gmsh includes a bundled taucs, so
    TAUCS_LIB_DEPENDS=libtaucs.so:math/taucs can be removed
  - math/taucs pulls in math/metis4, but french/aster, which depends on
    cad/gmsh, pulls in conflicting math/taucs-edf
- Update pkg-plist

[1]  http://gmsh.info/#Licensing
[2]  http://wias-berlin.de/software/tetgen/1.5/FAQ-license.html
[3]  http://glaros.dtc.umn.edu/gkhome/metis/metis/faq?q=metis/metis/faq#cite
[4]  http://www.tau.ac.il/~stoledo/taucs/

PR:		212398
Reviewed by:	swills (mentor) AMDmi3 (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7703
2016-09-29 19:15:34 +00:00
Thierry Thomas
04e714eb80 Mark cad/gmsh-occ BROKEN for -CURRENT / i386.
See PR 213008.
2016-09-27 20:32:54 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Stephen Montgomery-Smith
6fb3aed34a - Pass maintainership to Joseph Mingrone <jrm@ftfl.ca> with his permission. 2016-09-01 02:47:29 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00