svn commit: r429361 - head/lang/julia

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 24 14:57:12 UTC 2016


Author: amdmi3
Date: Sat Dec 24 14:57:10 2016
New Revision: 429361
URL: https://svnweb.freebsd.org/changeset/ports/429361

Log:
  - Does not build on FreeBSD 9.x
  
  Approved by:	portmgr blanket

Modified:
  head/lang/julia/Makefile

Modified: head/lang/julia/Makefile
==============================================================================
--- head/lang/julia/Makefile	Sat Dec 24 14:56:07 2016	(r429360)
+++ head/lang/julia/Makefile	Sat Dec 24 14:57:10 2016	(r429361)
@@ -25,7 +25,9 @@ BUILD_DEPENDS=	llvm-config38:devel/llvm3
 
 ONLY_FOR_ARCHS=	amd64
 
-USES=	gmake compiler:c++11-lib fortran
+BROKEN_FreeBSD_9=	does not build (fatal error: 'cmath' file not found)
+
+USES=		gmake compiler:c++11-lib fortran
 USE_LDCONFIG=	yes
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}


More information about the svn-ports-head mailing list