/multimedia/abby/

C 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
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
Remove compatibility code for FreeBSD < 11.2 from all ports. 2018-11-02T13:32:34+00:00 rene rene@FreeBSD.org 2018-11-02T13:32:34+00:00 abe85598b76e65884f63f5d35b14a7a5837c77ee Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Bump PORTREVISION for ports depending on the canonical version of GCC 2018-07-29T22:18:44+00:00 gerald gerald@FreeBSD.org 2018-07-29T22:18:44+00:00 0941a202747383778df713c994bd63e831dd3095 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
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
math/adept: Marked broken on 10 amd64 2018-03-26T23:45:18+00:00 yuri yuri@FreeBSD.org 2018-03-26T23:45:18+00:00 a8622a5ba1928980c426194079607a1c9644fb0f Reported by: fallout
Reported by:	fallout
Bump PORTREVISIONs of all users of math/mpc that we just updated to 2018-03-10T17:46:04+00:00 gerald gerald@FreeBSD.org 2018-03-10T17:46:04+00:00 634bce25590a2a76a2930537382f5add36ddb352 version 1.1.0 (via revision 464079).
version 1.1.0 (via revision 464079).
math/adept: Update to 2.0.5 2018-02-08T21:28:18+00:00 yuri yuri@FreeBSD.org 2018-02-08T21:28:18+00:00 ebd2df4c37c3d8bf2d4d69ba22004a8c047811dd The chenge log wasn't published, but one major reason was the fix of SIMD instruction failures on some i386 FreeBSD architectures reported here: https://github.com/rjhogan/Adept-2/issues/7 Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14238
The chenge log wasn't published, but one major reason
was the fix of SIMD instruction failures on some
i386 FreeBSD architectures reported here:
https://github.com/rjhogan/Adept-2/issues/7

Submitted by:	myself
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14238
math/adept: Update to 2.0.4 2018-01-11T07:17:33+00:00 yuri yuri@FreeBSD.org 2018-01-11T07:17:33+00:00 5c1fc52189c11dfb7e0887e3c9b7ccbb34bfa2cc Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13846
Submitted by:	myself
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13846
math/adept: Replaced DOCS option with PDFTEXDOCS option because the LaTeX dependency is huge. 2017-12-26T19:28:08+00:00 yuri yuri@FreeBSD.org 2017-12-26T19:28:08+00:00 19c41f48405d949bcdd4ea78a9840cdfe7e3f7e2 Reported by: adamw Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13643
Reported by:	adamw
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13643
New port: math/adept: Combined array and automatic differentiation library in C++ 2017-12-26T17:43:40+00:00 yuri yuri@FreeBSD.org 2017-12-26T17:43:40+00:00 75f3b0f41e6c83f206ca7e464bdf8c833f36aa80 This library implements a very unusual and interesting approach. It takes a function of several arguments supplied by the caller, deconstructs its analytic structure using C++ type substitution for all values, and computes gradients (Jacobians) of the function while ony calling the function once. A very innovative approach. Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13635
This library implements a very unusual and interesting approach. It takes a function
of several arguments supplied by the caller, deconstructs its analytic structure
using C++ type substitution for all values, and computes gradients (Jacobians) of
the function while ony calling the function once. A very innovative approach.

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13635