Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 10:56:48 +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: r390364 - head/math/octave-forge-interval
Message-ID:  <201506231056.t5NAumSs054814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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