Date: Sat, 3 Mar 2018 02:21:14 +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: r463461 - head/math/octave Message-ID: <201803030221.w232LEpX082431@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sat Mar 3 02:21:13 2018 New Revision: 463461 URL: https://svnweb.freebsd.org/changeset/ports/463461 Log: - Link against osmesa. - Bump portrevision. Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Sat Mar 3 01:18:50 2018 (r463460) +++ head/math/octave/Makefile Sat Mar 3 02:21:13 2018 (r463461) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math java MASTER_SITES= GNU @@ -35,7 +35,9 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMag libgl2ps.so:print/gl2ps \ libqscintilla2_qt4.so:devel/qscintilla2 \ libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libdrm.so:graphics/libdrm \ + libOSMesa.so:graphics/libosmesa USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang @@ -57,14 +59,17 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ JAVA_HOME=${JAVA_HOME} \ MAKEINFO=${LOCALBASE}/bin/makeinfo \ - ac_cv_type_max_align_t=yes + ac_cv_type_max_align_t=yes \ + with_OSMesa="-lOSMesa -ldrm" CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ --disable-openmp \ - --with-qt=4 + --with-qt=4 \ + --with-OSMesa-includedir=${LOCALBASE}/include/GL \ + --with-OSMesa-libdir=${LOCALBASE}/lib OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803030221.w232LEpX082431>