svn commit: r390364 - head/math/octave-forge-interval

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Jun 23 10:56:48 UTC 2015


Author: stephen
Date: Tue Jun 23 10:56:47 2015
New Revision: 390364
URL: https://svnweb.freebsd.org/changeset/ports/390364

Log:
  - Revert changes made in r370272, because they didn't fix anything.
  - Mark broken for the i386 architecture.
  
  Reference:	http://beefy5.nyi.freebsd.org/data/101i386-default/390348/logs/octave-forge-interval-1.0.0.log http://beefy2.nyi.freebsd.org/data/93amd64-default/390348/logs/octave-forge-interval-1.0.0.log

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

Modified: head/math/octave-forge-interval/Makefile
==============================================================================
--- head/math/octave-forge-interval/Makefile	Tue Jun 23 10:43:59 2015	(r390363)
+++ head/math/octave-forge-interval/Makefile	Tue Jun 23 10:56:47 2015	(r390364)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYIN
 
 LIB_DEPENDS=	libmpfr.so:${PORTSDIR}/math/mpfr
 
-USES=		compiler:openmp
+USES=		compiler:c++11-lang
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
@@ -27,4 +27,10 @@ post-build:
 	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1000000 && ${ARCH} == "i386"
+BROKEN=		Doesn't build on FreeBSD 9 nor i386
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list