- Remove unused libosmesa, enable sndfile.
PR: 251477 Submitted by: jcfyecrayz@liamekaens.com
This commit is contained in:
parent
33ad4889ba
commit
059449bb05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556714
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue