Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 18:04:12 +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: r498944 - head/math/octave-forge-optim
Message-ID:  <201904141804.x3EI4C5w029706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Apr 14 18:04:12 2019
New Revision: 498944
URL: https://svnweb.freebsd.org/changeset/ports/498944

Log:
  - Change reason why it is broken.

Modified:
  head/math/octave-forge-optim/Makefile

Modified: head/math/octave-forge-optim/Makefile
==============================================================================
--- head/math/octave-forge-optim/Makefile	Sun Apr 14 18:03:48 2019	(r498943)
+++ head/math/octave-forge-optim/Makefile	Sun Apr 14 18:04:12 2019	(r498944)
@@ -14,7 +14,7 @@ LICENSE_NAME=	See individual files for licenses
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN=		depends upon octave-forge-struct which is broken
+BROKEN=		does not build with octave>=5.1.0
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.



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