From owner-svn-ports-all@freebsd.org Sat Jul 4 12:15:59 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 931D234BFB9; Sat, 4 Jul 2020 12:15:59 +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 49zW5C32g2z4bVd; Sat, 4 Jul 2020 12:15:59 +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 4B59B1C707; Sat, 4 Jul 2020 12:15:59 +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 064CFx7M045371; Sat, 4 Jul 2020 12:15:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 064CFxbx045370; Sat, 4 Jul 2020 12:15:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202007041215.064CFxbx045370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 4 Jul 2020 12:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541204 - head/biology/psi88 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/biology/psi88 X-SVN-Commit-Revision: 541204 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: Sat, 04 Jul 2020 12:15:59 -0000 Author: tobik Date: Sat Jul 4 12:15:58 2020 New Revision: 541204 URL: https://svnweb.freebsd.org/changeset/ports/541204 Log: biology/psi88: Unbreak build with GCC 10 ctplot.f:69:29: 69 | CALL SYMBOL (XA,YA,.15,STRING,ANGLE,K) | 1 Error: Rank mismatch in argument 'string' at (1) (scalar and rank-1) http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/psi88-1.0_16.log PR: 246700 Modified: head/biology/psi88/Makefile Modified: head/biology/psi88/Makefile ============================================================================== --- head/biology/psi88/Makefile Sat Jul 4 12:10:03 2020 (r541203) +++ head/biology/psi88/Makefile Sat Jul 4 12:15:58 2020 (r541204) @@ -13,6 +13,7 @@ COMMENT= Plotting wavefunctions (molecular orbitals) i USES= fortran tar:Z MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin +FFLAGS+= -std=legacy PLIST_FILES= bin/PSI1 bin/PSICON bin/PSI2CT bin/PSI2HP bin/PSI2PS bin/PSI2 \ bin/PREPLOT bin/preplot bin/rpsi1 bin/rpsi2 bin/rpsicon