From owner-svn-ports-head@freebsd.org Sat May 16 10:02:19 2020 Return-Path: Delivered-To: svn-ports-head@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 EF1542EC36A; Sat, 16 May 2020 10:02:19 +0000 (UTC) (envelope-from antoine@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) server-signature RSA-PSS (4096 bits) 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 49PLRb65dXz4Cb9; Sat, 16 May 2020 10:02:19 +0000 (UTC) (envelope-from antoine@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 CC7BCC2CC; Sat, 16 May 2020 10:02:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04GA2Jxi080864; Sat, 16 May 2020 10:02:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GA2J5w080863; Sat, 16 May 2020 10:02:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202005161002.04GA2J5w080863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 16 May 2020 10:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535374 - head/science/libgridxc X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/science/libgridxc X-SVN-Commit-Revision: 535374 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 10:02:20 -0000 Author: antoine Date: Sat May 16 10:02:19 2020 New Revision: 535374 URL: https://svnweb.freebsd.org/changeset/ports/535374 Log: Mark BROKEN mpif90 -c -O2 -fPIC -fimplicit-none -I /usr/local/include -I./MPI_instr -I./MPI_instr -I./MPI_instr -DMPI -DLIBXC /wrkdirs/usr/ports/science/libgridxc/work/libgridxc-0.8.5/src/ldaxc.F90 /wrkdirs/usr/ports/science/libgridxc/work/libgridxc-0.8.5/src/ldaxc.F90:98:8: 98 | use xc_f90_types_m | 1 Fatal Error: Cannot open module file 'xc_f90_types_m.mod' for reading at (1): No such file or directory Reported by: pkg-fallout Modified: head/science/libgridxc/Makefile Modified: head/science/libgridxc/Makefile ============================================================================== --- head/science/libgridxc/Makefile Sat May 16 09:41:34 2020 (r535373) +++ head/science/libgridxc/Makefile Sat May 16 10:02:19 2020 (r535374) @@ -12,6 +12,8 @@ COMMENT= Library to compute the exchange and correlati LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../BSD_LICENSE +BROKEN= fails to build + USES= fortran gmake tar:tgz USE_LDCONFIG= yes