16 Commits

Author SHA1 Message Date
Thierry Thomas
07c604c511 Upgrade to MathMod-9.1.
Release notes at <https://github.com/parisolab/mathmod/releases/tag/9.1>.
2019-04-24 20:33:10 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Thierry Thomas
5622d1ab34 Upgrade to 9.0.
Release notes at <https://github.com/parisolab/mathmod/releases/tag/9.0>.
2018-12-19 17:37:43 +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
Thierry Thomas
ed48b99dd8 Fix build with GCC-based architectures.
PR:		232470
Submitted by:	pkubaj (at) anongoth.pl
2018-10-20 15:32:33 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Thierry Thomas
8f9bd9dc3b Upgrade to 8.0.
Release notes at <https://github.com/parisolab/mathmod/releases/tag/8.0>.
2018-05-29 20:38:49 +00:00
Thierry Thomas
880ac9d042 Upgrade to 7.0. 2018-02-25 16:37:42 +00:00
Thierry Thomas
4a6a3ab76a Upgrade to 6.1.
This fixes the decimal separator bug.
2017-11-01 18:44:20 +00:00
Thierry Thomas
8d2753f900 Upgrade to 6.0.
Changelog at <https://sourceforge.net/projects/mathmod/files/MathMod-6.0/>.
2017-09-15 17:36:27 +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
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Thierry Thomas
5823b6e2f9 Upgrade to 4.1. 2016-11-18 21:41:10 +00:00
Thierry Thomas
d754217e32 - Simplify Makefile with USE=qmake
- Since I'm there fix USE_GL.

PR:		214627
Submitted by:	tcberner
2016-11-18 20:57:51 +00:00
Thierry Thomas
9c7e4d2f80 Mark BROKEN for 93i386:
error: integer constant is too large for 'long' type
2016-04-06 20:25:26 +00:00
Thierry Thomas
c171d67c25 MathMod is the new K3DSurf, now based on Qt 5. 2016-03-04 22:54:36 +00:00