svn commit: r498944 - head/math/octave-forge-optim

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Apr 14 18:04:13 UTC 2019


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}.


More information about the svn-ports-all mailing list