svn commit: r519590 - head/math/sisl

Mark Linimon linimon at FreeBSD.org
Mon Dec 9 01:33:21 UTC 2019


Author: linimon
Date: Mon Dec  9 01:33:20 2019
New Revision: 519590
URL: https://svnweb.freebsd.org/changeset/ports/519590

Log:
  Ask for modern compiler.  Ancient GCC complains with:
  
    cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/sisl/Makefile

Modified: head/math/sisl/Makefile
==============================================================================
--- head/math/sisl/Makefile	Mon Dec  9 00:20:26 2019	(r519589)
+++ head/math/sisl/Makefile	Mon Dec  9 01:33:20 2019	(r519590)
@@ -12,7 +12,7 @@ COMMENT=	Spline library
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	SINTEF-Geometry
 GH_PROJECT=	SISL


More information about the svn-ports-all mailing list