Commit Graph

83 Commits

Author SHA1 Message Date
Stephen Montgomery-Smith b89705b561 - Update to 2.6.3. 2020-11-02 18:11:09 +00:00
Stephen Montgomery-Smith a3dd18ed32 - Update to 2.6.2. 2020-10-11 20:39:43 +00:00
Stephen Montgomery-Smith 6837ee0c2c - Update to 2.6.1. 2020-04-18 18:44:57 +00:00
Stephen Montgomery-Smith 2bc8ca50e7 - Update to 2.6.0. 2020-03-24 06:12:13 +00:00
Stephen Montgomery-Smith ce23980e20 - Update to 2.4.13. 2019-10-17 20:46:46 +00:00
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
Stephen Montgomery-Smith 1562e730f5 - Update math/octave to 5.1.0.
- Bump portrevision of unbroken octave-forge-* ports.
- Bump portrevision of math/dynare which uses library files from octave.
- Mark broken: octave-forge-(database|dicom|optim|fits|linear|linear|optim|
  parallel|signal|strings|struct|tisean|video).
- Broken optional dependencies in math/octave-forge to default to off.
- Bump portrevision of math/octave-forge.
2019-03-10 04:56:17 +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] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

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
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
Stephen Montgomery-Smith 70b99932fb - Update to 2.4.12. 2018-11-16 19:49:12 +00:00
Stephen Montgomery-Smith 436c28e075 - Update math/octave to 4.4.1.
- Bump portrevision for all octave-forge-* ports.
2018-08-12 02:57:03 +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
Stephen Montgomery-Smith 4ebc7d7f8c - Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge.
2018-05-03 23:42:35 +00:00
Stephen Montgomery-Smith 2df7fe90b5 - Update to 2.4.11. 2018-04-30 19:33:24 +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
Stephen Montgomery-Smith f4cd14cc6e - Bump portrevision for math/octave-forge-* ports because of update of
math/octave to 4.2.1 (r462865).
2018-02-24 22:03:00 +00:00
Stephen Montgomery-Smith 3b074918be - Update to 2.4.8. 2017-10-25 01:06:56 +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
Stephen Montgomery-Smith fb58337a9a - Update to 2.4.7. 2017-06-20 03:39:27 +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
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
Stephen Montgomery-Smith 4199da3188 - Update to 2.4.5. 2016-11-20 15:31:16 +00:00
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Stephen Montgomery-Smith e7a0fe8a00 - Update to 2.4.3. 2016-09-14 19:43:29 +00:00
Stephen Montgomery-Smith 079cda7d46 Update to 2.4.2. 2016-07-07 22:54:33 +00:00
Stephen Montgomery-Smith c723f5241e - Update to 2.4.1. 2016-03-13 19:16:04 +00:00
Stephen Montgomery-Smith 70106146e9 - Update to 2.4.0. 2016-01-13 03:02:48 +00:00
Stephen Montgomery-Smith 4b2699dd40 - Update to 2.2.11. 2015-10-22 15:26:34 +00:00
Stephen Montgomery-Smith 0b4ef34bf8 - Update to 2.2.10. 2015-09-28 14:20:50 +00:00
Philip M. Gollucci 5f6f0c866c remove empty pkg-plist
PR:                  201663
Submitted By:        s3erios@gmail.com
2015-08-20 18:24:56 +00:00
Stephen Montgomery-Smith fd45f85c4c - Update to 2.2.9. 2015-07-10 18:40:48 +00:00
Stephen Montgomery-Smith 86185ef01a - Update to 2.2.8. 2015-06-22 13:53:34 +00:00
Stephen Montgomery-Smith db484523a3 - Update to 2.2.7. 2015-03-08 20:00:15 +00:00
Stephen Montgomery-Smith 88af7948e0 - Update to 2.2.6. 2015-01-03 22:20:10 +00:00
Stephen Montgomery-Smith e688f6929a - Update to 2.2.5. 2014-11-25 02:56:41 +00:00
Stephen Montgomery-Smith 4a95015c59 - Update to 2.2.4. 2014-09-17 12:36:12 +00:00
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Stephen Montgomery-Smith 53c332e42c - Update to 2.2.3. 2014-08-14 20:11:11 +00:00
Stephen Montgomery-Smith 21f8591d93 - Set license_file. 2014-06-23 00:05:58 +00:00
Stephen Montgomery-Smith 5af57f1927 - Update to 2.2.2. 2014-05-12 19:26:14 +00:00
Stephen Montgomery-Smith 7fe3ed40fc - Update to 2.2.1. 2014-04-30 21:32:28 +00:00
Stephen Montgomery-Smith a1c111f05d - Update to 2.2.0. 2014-04-19 16:09:43 +00:00
Gerald Pfeifer 1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Tijl Coosemans 564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-02-16 17:15:31 +00:00
Stephen Montgomery-Smith 6731e4e8bb - Update to 2.0.2. 2014-01-23 04:26:38 +00:00
Stephen Montgomery-Smith 880590816d - Add license=GPLv3. 2014-01-12 19:52:20 +00:00
Stephen Montgomery-Smith b90d62cbfc - Implement staging for octave-forge ports. 2014-01-12 16:35:23 +00:00
Stephen Montgomery-Smith d9aa180bc3 - Revert back to 1.2.5.
Version 2.0.0 was incompatible with current version of octave.
- Bump portepoch.
2014-01-07 23:27:13 +00:00
Stephen Montgomery-Smith 1039120f00 - Update to 2.0.0. 2014-01-05 21:41:59 +00:00
Stephen Montgomery-Smith 12dc9e08dc - Update to 1.2.5. 2013-11-15 18:03:12 +00:00