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

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Apr 1 00:05:30 UTC 2015


Author: stephen
Date: Wed Apr  1 00:05:29 2015
New Revision: 382884
URL: https://svnweb.freebsd.org/changeset/ports/382884
QAT: https://qat.redports.org/buildarchive/r382884/

Log:
  - Add USES=compiler:c++11-lang in attempt to avoid build errors with
    versions of FreeBSD 9 or earlier.
  
  Reference:	http://beefy6.nyi.freebsd.org/data/84amd64-default/382795/logs/octave-forge-interval-0.1.4.log

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

Modified: head/math/octave-forge-interval/Makefile
==============================================================================
--- head/math/octave-forge-interval/Makefile	Tue Mar 31 23:40:34 2015	(r382883)
+++ head/math/octave-forge-interval/Makefile	Wed Apr  1 00:05:29 2015	(r382884)
@@ -13,6 +13,8 @@ LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYIN
 
 LIB_DEPENDS=	libmpfr.so:${PORTSDIR}/math/mpfr
 
+USES=		compiler:c++11-lang
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}


More information about the svn-ports-all mailing list