svn commit: r536557 - branches/2020Q2/science/eccodes

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:39:09 UTC 2020


Author: linimon
Date: Tue May 26 01:39:08 2020
New Revision: 536557
URL: https://svnweb.freebsd.org/changeset/ports/536557

Log:
  MFH: r535709
  
  Mark as BROKEN on powerpc64:
  
    lib/libeccodes.so: undefined reference to `grib_decode_size_t'
    lib/libeccodes.so: undefined reference to `grib_encode_size_tb'
    ninja: build stopped: subcommand failed.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/science/eccodes/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/science/eccodes/Makefile
==============================================================================
--- branches/2020Q2/science/eccodes/Makefile	Tue May 26 01:37:30 2020	(r536556)
+++ branches/2020Q2/science/eccodes/Makefile	Tue May 26 01:39:08 2020	(r536557)
@@ -14,6 +14,8 @@ COMMENT=	ECMWF API for WMO FM-92 GRIB and FM-94 BUFR m
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to compile: lib/libeccodes.so: undefined reference to `grib_decode_size_t'
+
 LIB_DEPENDS=	libnetcdf.so:science/netcdf \
 		libpng.so:graphics/png
 


More information about the svn-ports-all mailing list