From 059449bb05e0e59aadb8d2365a44d5c0bfdac899 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Tue, 1 Dec 2020 04:27:37 +0000 Subject: [PATCH] - Remove unused libosmesa, enable sndfile. PR: 251477 Submitted by: jcfyecrayz@liamekaens.com --- math/octave/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/math/octave/Makefile b/math/octave/Makefile index e04c19444a94..0ceaade040ff 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= GNU @@ -36,10 +36,9 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libdrm.so:graphics/libdrm \ - libOSMesa.so:graphics/libosmesa \ + libsndfile.so:audio/libsndfile \ libsundials_arkode.so:math/sundials \ libportaudio.so:audio/portaudio -# libsndfile.so:audio/libsndfile # Commented out until this port no longer has vulnerabilities. USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang \ @@ -73,10 +72,10 @@ CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ + --with-sndfile \ --enable-shared \ --disable-jit \ - --disable-openmp \ - --with-osmesa + --disable-openmp INFO= octave liboctave