Date: Mon, 11 May 2015 14:08:54 +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: r386082 - head/math/octave-forge-ltfat Message-ID: <201505111408.t4BE8skN074929@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Mon May 11 14:08:54 2015 New Revision: 386082 URL: https://svnweb.freebsd.org/changeset/ports/386082 Log: - Mark as broken. "make install" never seems to complete, probably because of incorrectly contructed help files. Modified: head/math/octave-forge-ltfat/Makefile Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Mon May 11 14:03:53 2015 (r386081) +++ head/math/octave-forge-ltfat/Makefile Mon May 11 14:08:54 2015 (r386082) @@ -15,6 +15,8 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/mat libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libcblas.so:${PORTSDIR}/math/cblas +BROKEN= Installation has unresolved issues + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505111408.t4BE8skN074929>