Summary: | math/octave: remove unused libosmesa, enable sndfile | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | Stephen Montgomery-Smith <stephen> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | stephen | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(stephen) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: stephen Date: Tue Dec 1 04:27:37 UTC 2020 New revision: 556714 URL: https://svnweb.freebsd.org/changeset/ports/556714 Log: - Remove unused libosmesa, enable sndfile. PR: 251477 Submitted by: jcfyecrayz@liamekaens.com Changes: head/math/octave/Makefile Committed. Thank you. |
Created attachment 220096 [details] [patch] rm unused libosmesa, enable sndfile libosmesa is no longer used by octave, so it can be removed as a dependency. From NEWS: - The OSMesa library is no longer used. To print invisible figures when using OpenGL graphics, the Qt `QOFFSCREENSURFACE` feature must be available and you must use the qt graphics toolkit. sndfile is no longer vulnerable, so it can be enabled. QA: poudriere testport - ok portlint - no new warnings