Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 11:59:43 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541200 - head/misc/libemos
Message-ID:  <202007041159.064Bxhrg032998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jul  4 11:59:43 2020
New Revision: 541200
URL: https://svnweb.freebsd.org/changeset/ports/541200

Log:
  misc/libemos: Unbreak build with GCC 10
  
  /wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:222:65:
  
    183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
        |                                                            2
  ......
    222 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDWORK)
        |                                                                 1
  Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
  /wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:232:65:
  
    183 |           CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
        |                                                            2
  ......
    232 |           CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDATA)
        |                                                                 1
  Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(8)/INTEGER(4)).
  
  http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log
  
  PR:		246700

Modified:
  head/misc/libemos/Makefile

Modified: head/misc/libemos/Makefile
==============================================================================
--- head/misc/libemos/Makefile	Sat Jul  4 11:56:14 2020	(r541199)
+++ head/misc/libemos/Makefile	Sat Jul  4 11:59:43 2020	(r541200)
@@ -22,6 +22,7 @@ USES=		cmake:noninja compiler:c11 fortran
 CMAKE_ON=	BUILD_SHARED_LIBS # not respected: https://jira.ecmwf.int/browse/SUP-2691
 CMAKE_OFF=	HAVE_TESTS
 
+FFLAGS+=	-std=legacy
 LDFLAGS+=	-leccodes
 
 post-stage: # installs the file from eccodes: https://jira.ecmwf.int/browse/SUP-2693



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