Bug 251477 - math/octave: remove unused libosmesa, enable sndfile
Summary: math/octave: remove unused libosmesa, enable sndfile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Stephen Montgomery-Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-30 05:44 UTC by John Hein
Modified: 2020-12-01 04:29 UTC (History)
1 user (show)

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


Attachments
[patch] rm unused libosmesa, enable sndfile (1.03 KB, patch)
2020-11-30 05:44 UTC, John Hein
jcfyecrayz: maintainer-approval? (stephen)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2020-11-30 05:44:08 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-01 04:28:01 UTC
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
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2020-12-01 04:29:12 UTC
Committed.  Thank you.