Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2020 04:27:37 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556714 - head/math/octave
Message-ID:  <202012010427.0B14RbXA033049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Tue Dec  1 04:27:37 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

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Tue Dec  1 04:26:27 2020	(r556713)
+++ head/math/octave/Makefile	Tue Dec  1 04:27:37 2020	(r556714)
@@ -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/GraphicsMag
 		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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012010427.0B14RbXA033049>