From owner-svn-ports-all@freebsd.org Tue Dec 1 04:27:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0EC6A46B8AA; Tue, 1 Dec 2020 04:27:38 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ClTbY5sfYz3ksh; Tue, 1 Dec 2020 04:27:37 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC8777B0A; Tue, 1 Dec 2020 04:27:37 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B14RbcG033050; Tue, 1 Dec 2020 04:27:37 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B14RbXA033049; Tue, 1 Dec 2020 04:27:37 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <202012010427.0B14RbXA033049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 1 Dec 2020 04:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556714 - head/math/octave X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave X-SVN-Commit-Revision: 556714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2020 04:27:38 -0000 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