svn commit: r490108 - head/astro/oskar

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 02:34:33 UTC 2019


Author: linimon
Date: Sun Jan 13 02:34:32 2019
New Revision: 490108
URL: https://svnweb.freebsd.org/changeset/ports/490108

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based
  architectures.
  
  PR:		234441
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/astro/oskar/Makefile

Modified: head/astro/oskar/Makefile
==============================================================================
--- head/astro/oskar/Makefile	Sun Jan 13 02:31:41 2019	(r490107)
+++ head/astro/oskar/Makefile	Sun Jan 13 02:34:32 2019	(r490108)
@@ -7,15 +7,16 @@ CATEGORIES=	astro
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	SKA Radio telescope simulator
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
-ONLY_FOR_ARCHS_REASON=	gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS_REASON=	gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
+
 LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
 
-USES=		cmake localbase:ldflags python qt:5 shebangfix
+USES=		cmake compiler:c++11-lang localbase:ldflags python qt:5 \
+		shebangfix
 SHEBANG_FILES=	apps/oskar_convert_cst_to_scalar.py
 USE_GITHUB=	yes
 GH_ACCOUNT=	OxfordSKA


More information about the svn-ports-head mailing list