Bug 285801 - math/octave: Specify correct minimum C++ version
Summary: math/octave: Specify correct minimum C++ version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joel Bodenmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-31 09:10 UTC by Joel Bodenmann
Modified: 2025-03-31 15:58 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (stephen)


Attachments
patch (982 bytes, patch)
2025-03-31 09:10 UTC, Joel Bodenmann
jbo: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Bodenmann freebsd_committer freebsd_triage 2025-03-31 09:10:25 UTC
Created attachment 259207 [details]
patch

According to the 10.0.0 release changelog, octave now requires a C++17 capable compiler.

Intentionally choosing not to bump PORTREVISION.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-03-31 15:57:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c59086f04a0bd26647a34418c82e775b764319a

commit 2c59086f04a0bd26647a34418c82e775b764319a
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-03-31 15:54:28 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-03-31 15:56:45 +0000

    math/octave: Specify correct minimum C++ version.

    PR:             285801
    Reported by:    Joel Bodenmann

 math/octave/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2025-03-31 15:58:15 UTC
Thank you for the fix.  Committed.