svn commit: r390272 - head/math/octave-forge-interval
Stephen Montgomery-Smith
stephen at FreeBSD.org
Mon Jun 22 02:15:51 UTC 2015
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>
More information about the svn-ports-head
mailing list