Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 08:56:19 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537132 - head/astro/oskar
Message-ID:  <202005310856.04V8uJBF098742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun May 31 08:56:19 2020
New Revision: 537132
URL: https://svnweb.freebsd.org/changeset/ports/537132

Log:
  Mark as BROKEN on powerpc64-12.  Seems to build everywhere else.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/astro/oskar/Makefile

Modified: head/astro/oskar/Makefile
==============================================================================
--- head/astro/oskar/Makefile	Sun May 31 08:43:45 2020	(r537131)
+++ head/astro/oskar/Makefile	Sun May 31 08:56:19 2020	(r537132)
@@ -12,6 +12,7 @@ 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
+BROKEN_FreeBSD_12_powerpc64=	fails to compile: oskar_convert_cirs_relative_directions_to_enu_directions.c:67:29: 'csinl' undeclared (first use in this function)
 
 LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005310856.04V8uJBF098742>