Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Apr 2020 07:47:21
3.2.0_6

|
pkubaj  |
math/octave-forge-interval: fix build on powerpc64 elfv2
Clang 10 exits with following error:
Assertion failed: (!IsStrict && "Don't know how to expand for strict nodes."),
function ExpandNode, file
/usr/local/poudriere/jails/head-powerpc64/usr/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp,
line 3638.
Use GCC on powerpc64 for the time being. |
26 Jul 2019 20:46:57
3.2.0_6

|
gerald  |
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 |
10 Mar 2019 04:56:17
3.2.0_5

|
stephen  |
- 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. |
16 Jan 2019 11:13:45
3.2.0_4

|
tijl  |
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 (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
3.2.0_3

|
gerald  |
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 |
12 Aug 2018 02:57:04
3.2.0_2

|
stephen  |
- Update math/octave to 4.4.1.
- Bump portrevision for all octave-forge-* ports. |
29 Jul 2018 22:18:46
3.2.0_1

|
gerald  |
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 |
01 Jul 2018 02:38:45
3.2.0

|
stephen  |
- Update to 3.2.0. |
03 May 2018 23:42:35
3.1.0_4

|
stephen  |
- Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge. |
19 Apr 2018 07:08:45
3.1.0_3

|
ale  |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
10 Mar 2018 17:46:06
3.1.0_2

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
24 Feb 2018 22:03:00
3.1.0_1

|
stephen  |
- Bump portrevision for math/octave-forge-* ports because of update of
math/octave to 4.2.1 (r462865). |
22 Dec 2017 04:55:14
3.1.0

|
stephen  |
- Update to 3.1.0. |
29 Oct 2017 03:13:08
3.0.0

|
stephen  |
- Attempt to fix build errors in the i386 architecture.
Reported
by: http://beefy11.nyi.freebsd.org/data/head-i386-default/p453041_s325049/logs/octave-forge-interval-3.0.0.log |
25 Oct 2017 02:22:43
3.0.0

|
stephen  |
- Update to 3.0.0. |
10 Sep 2017 20:55:39
2.1.0_1

|
gerald  |
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 |
20 Jun 2017 01:02:10
2.1.0

|
stephen  |
- Update to 2.1.0. |
01 Apr 2017 15:23:32
2.0.0_4

|
gerald  |
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 |
07 Dec 2016 13:24:57
2.0.0_3

|
gerald  |
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 |
29 Nov 2016 23:01:49
2.0.0_2

|
stephen  |
- Another attempt to get port to build on FreeBSD <=9.
- No portrevision bump, because I don't believe this change will effect the
final result on other OS versions. |
28 Nov 2016 13:57:59
2.0.0_2

|
stephen  |
- A better patch to fix the problem purportedly solved in r427058.
- Bump portrevision.
Submitted by: Oliver Heimlich <oheim@posteo.de> |
24 Nov 2016 18:28:24
2.0.0_1

|
stephen  |
- Patch in hope that mpfr_to_string_d.cc will build properly on FreeBSD <= 9.
- Bump port revision (because binaries will also differ on other builds.)
Reported
by: http://beefy2.nyi.freebsd.org/data/93amd64-default/426986/logs/octave-forge-interval-2.0.0.log |
22 Nov 2016 04:40:30
2.0.0

|
stephen  |
- Update to 2.0.0. |
21 Oct 2016 12:51:41
1.5.0

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
04 Jun 2016 20:27:10
1.5.0

|
stephen  |
- update to 1.5.0. |
01 Apr 2016 14:16:20
1.4.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
13 Feb 2016 17:06:40
1.4.1

|
stephen  |
- Update to 1.4.1. |
10 Feb 2016 00:21:05
1.4.0

|
stephen  |
- Update to 1.4.0. |
13 Jan 2016 03:05:36
1.3.0

|
stephen  |
- Update to 1.3.0. |
02 Oct 2015 23:55:05
1.2.0

|
stephen  |
- Update to 1.2.0. |
20 Aug 2015 18:24:57
1.1.0

|
pgollucci  |
remove empty pkg-plist
PR: 201663
Submitted By: s3erios@gmail.com |
09 Aug 2015 09:18:22
1.1.0

|
stephen  |
- Add patch that allows port to build on FreeBSD 10 with i386 architecture.
Reference: http://beefy5.nyi.freebsd.org/data/101i386-default/393750/logs/octave-forge-interval-1.1.0.log
Submitted by: Oliver Heimlich <oheim@posteo.de> |
06 Aug 2015 20:55:12
1.1.0

|
stephen  |
- Remove uses=compiler:c++11-lang.
- Remove broken for FreeBSD < 10. Will reinstate if errors result.
- Update pkg-descr according to upstream info.
Submitted by: Oliver Heimlich <oheim@posteo.de> |
03 Aug 2015 23:02:36
1.1.0

|
stephen  |
- Update to 1.1.0. |
24 Jun 2015 20:02:06
1.0.0

|
stephen  |
- Correct condition for BROKEN: && -> ||.
I had forgotten de Morgan's laws! :-) |
23 Jun 2015 10:56:48
1.0.0

|
stephen  |
- Revert changes made in r370272, because they didn't fix anything.
- Mark broken for the i386 architecture.
Reference: http://beefy5.nyi.freebsd.org/data/101i386-default/390348/logs/octave-forge-interval-1.0.0.log
http://beefy2.nyi.freebsd.org/data/93amd64-default/390348/logs/octave-forge-interval-1.0.0.log |
22 Jun 2015 02:15:51
1.0.0

|
stephen  |
- Attempt to fix errors in
http://beefy5.nyi.freebsd.org/data/101i386-default/390032/logs/octave-forge-interval-1.0.0.log.
I am hoping the gcc compiler will work better than the clang compiler. I'll
monitor the resulting error messages to see if I am correct. |
14 Jun 2015 23:09:00
1.0.0

|
stephen  |
- Update to 1.0.0. |
30 May 2015 16:46:30
0.2.1

|
stephen  |
- Update to 0.2.1. |
04 May 2015 03:10:35
0.2.0

|
stephen  |
- Update to 0.2.0. |
07 Apr 2015 00:54:51
0.1.5

|
stephen  |
- Update to 0.1.5. |
04 Apr 2015 19:12:42
0.1.4

|
stephen  |
- Mark broken on FreeBSD 9 or less because of c11 errors.
Reference: http://beefy6.nyi.freebsd.org/data/84amd64-default/383187/logs/octave-forge-interval-0.1.4.log |
01 Apr 2015 00:05:30
0.1.4

|
stephen  |
- Add USES=compiler:c++11-lang in attempt to avoid build errors with
versions of FreeBSD 9 or earlier.
Reference: http://beefy6.nyi.freebsd.org/data/84amd64-default/382795/logs/octave-forge-interval-0.1.4.log |
29 Mar 2015 02:22:47
0.1.4

|
stephen  |
- Update to 0.1.4. |
25 Feb 2015 17:41:33
0.1.3

|
stephen  |
- Update to 0.1.3. |
25 Feb 2015 17:40:10
0.1.2

|
stephen  |
- Update to 0.1.2. |
02 Feb 2015 22:11:59
0.1.1

|
stephen  |
- Add license_file. |
01 Feb 2015 22:04:53
0.1.1

|
stephen  |
- New port math/octave-forge-interval.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts. |