svn commit: r498943 - head/math/octave-forge-database

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


Author: stephen
Date: Sun Apr 14 18:03:48 2019
New Revision: 498943
URL: https://svnweb.freebsd.org/changeset/ports/498943

Log:
  - Change reason why it is broken.

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

Modified: head/math/octave-forge-database/Makefile
==============================================================================
--- head/math/octave-forge-database/Makefile	Sun Apr 14 18:03:19 2019	(r498942)
+++ head/math/octave-forge-database/Makefile	Sun Apr 14 18:03:48 2019	(r498943)
@@ -12,7 +12,7 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
-BROKEN=		requires octave-forge-struct which is broken
+BROKEN=		does not build with octave>=5.1.0
 
 RUN_DEPENDS+=	${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct
 


More information about the svn-ports-all mailing list