Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2018 21:45:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469168 - head/math/octave
Message-ID:  <201805052145.w45LjWJf094546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May  5 21:45:32 2018
New Revision: 469168
URL: https://svnweb.freebsd.org/changeset/ports/469168

Log:
  Explicitely disable docs build as it fails when it's attempted (FreeBSD 11+)
  
  perl ./doc/interpreter/mk-qthelp.pl octave.html doc/interpreter/octave_interpreter && \
  qcollectiongenerator -qt4 doc/interpreter/octave_interpreter.qhcp -o doc/interpreter/octave_interpreter.qhc >/dev/null && \
  rm -f doc/interpreter/octave_interpreter.qhcp doc/interpreter/octave_interpreter.qhp
  qcollectiongenerator: could not find a Qt installation of '4'
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/math/octave/Makefile

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Sat May  5 21:04:31 2018	(r469167)
+++ head/math/octave/Makefile	Sat May  5 21:45:32 2018	(r469168)
@@ -64,6 +64,7 @@ CONFIGURE_ARGS=	--host=${GNU_HOST} \
 		--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
 		--with-lapack="${LAPACKLIB}" \
 		--enable-shared \
+		--disable-docs \
 		--disable-jit \
 		--disable-openmp \
 		--with-qt=4 \



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