svn commit: r507211 - head/misc/libemos

Antoine Brodin antoine at FreeBSD.org
Tue Jul 23 08:57:54 UTC 2019


Author: antoine
Date: Tue Jul 23 08:57:53 2019
New Revision: 507211
URL: https://svnweb.freebsd.org/changeset/ports/507211

Log:
  Mark BROKEN: fails to link
  
  /usr/local/bin/ld: CMakeFiles/emos_tool.dir/emos_tool.c.o: in function `hirlam':
  emos_tool.c:(.text+0x191): undefined reference to `grib_handle_new_from_message'
  /usr/local/bin/ld: emos_tool.c:(.text+0x1aa): undefined reference to `grib_get_size'
  
  Reported by:	pkg-fallout

Modified:
  head/misc/libemos/Makefile

Modified: head/misc/libemos/Makefile
==============================================================================
--- head/misc/libemos/Makefile	Tue Jul 23 07:02:29 2019	(r507210)
+++ head/misc/libemos/Makefile	Tue Jul 23 08:57:53 2019	(r507211)
@@ -13,6 +13,8 @@ COMMENT=	Interpolation library for meteorological soft
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to link
+
 LIB_DEPENDS=	libeccodes.so:science/eccodes \
 		libfftw3.so:math/fftw3 \
 		libpng.so:graphics/png


More information about the svn-ports-head mailing list