From owner-svn-ports-all@freebsd.org Thu Jun 25 06:50:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8085A3535BC; Thu, 25 Jun 2020 06:50:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49srHZ2t80z3S6n; Thu, 25 Jun 2020 06:50:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A0661F1AF; Thu, 25 Jun 2020 06:50:18 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05P6oIWt004689; Thu, 25 Jun 2020 06:50:18 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05P6oI7L004688; Thu, 25 Jun 2020 06:50:18 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202006250650.05P6oI7L004688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 25 Jun 2020 06:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540376 - head/science/berkeleygw/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/science/berkeleygw/files X-SVN-Commit-Revision: 540376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2020 06:50:18 -0000 Author: tobik Date: Thu Jun 25 06:50:17 2020 New Revision: 540376 URL: https://svnweb.freebsd.org/changeset/ports/540376 Log: science/berkeleygw: Unbreak build with GCC 10 epsilon_main.f90:1271:72: 1271 | call epsinv(gvec,pol,ekin,qq,is_q0,crys,scal,kp,omega_plasma,iq) | 1 Error: Missing actual argument for argument '_formal_18' at (1) http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/BerkeleyGW-2.0.0_5.log PR: 246700 Added: head/science/berkeleygw/files/patch-Epsilon_Makefile (contents, props changed) Added: head/science/berkeleygw/files/patch-Epsilon_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/berkeleygw/files/patch-Epsilon_Makefile Thu Jun 25 06:50:17 2020 (r540376) @@ -0,0 +1,18 @@ +Unbreak build with GCC 10 + +epsilon_main.f90:1271:72: + + 1271 | call epsinv(gvec,pol,ekin,qq,is_q0,crys,scal,kp,omega_plasma,iq) + | 1 +Error: Missing actual argument for argument '_formal_18' at (1) + +--- Epsilon/Makefile.orig 2020-06-25 06:37:46 UTC ++++ Epsilon/Makefile +@@ -21,6 +21,7 @@ COMOBJ = bessel.o subgrp.o check_inversion.o svninfo.o + epsread_hdf5.o find_kpt_match.o hdf5_io.o wfn_io_hdf5.o inread_common.o tile.o \ + elpa_interface.o + COMMONOBJS = $(addprefix $(COMMON)/,$(COMOBJ)) $(GLOBALOBJS) $(TILE_LIBS) ++FOPTS += -std=legacy + + TOOLOBJEXT = epsmat_merge.o epsascbin.o epsbinasc.o ploteps.o epsinvomega.o epsomega.o printchi.o eps0sym.o + ifeq ($(findstring -DHDF5,$(MATHFLAG)),-DHDF5)