Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 02:15:51 +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: r390272 - head/math/octave-forge-interval
Message-ID:  <201506220215.t5M2FpLg035772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Mon Jun 22 02:15:50 2015
New Revision: 390272
URL: https://svnweb.freebsd.org/changeset/ports/390272

Log:
  - Attempt to fix errors in http://beefy5.nyi.freebsd.org/data/101i386-default/390032/logs/octave-forge-interval-1.0.0.log.
    I am hoping the gcc compiler will work better than the clang compiler.  I'll
    monitor the resulting error messages to see if I am correct.

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

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



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