Bug 251477

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:
Description Flags
[patch] rm unused libosmesa, enable sndfile jcfyecrayz: maintainer-approval? (stephen)

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.