svn commit: r405980 - head/math/octave-forge-dicom

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Jan 13 01:21:12 UTC 2016


Author: stephen
Date: Wed Jan 13 01:21:11 2016
New Revision: 405980
URL: https://svnweb.freebsd.org/changeset/ports/405980

Log:
  - Mark as broken, as it will not build with octave-4.0.0.

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

Modified: head/math/octave-forge-dicom/Makefile
==============================================================================
--- head/math/octave-forge-dicom/Makefile	Wed Jan 13 01:19:33 2016	(r405979)
+++ head/math/octave-forge-dicom/Makefile	Wed Jan 13 01:21:11 2016	(r405980)
@@ -12,6 +12,8 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
+BROKEN=		does not build with octave-4.0.0
+
 LIB_DEPENDS+=	libgdcmCommon.so:${PORTSDIR}/devel/gdcm
 
 # OCTSRC is the name of the directory of the package.


More information about the svn-ports-head mailing list