From owner-svn-ports-all@freebsd.org Sun Oct 20 03:05:56 2019 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 EA2781748E9; Sun, 20 Oct 2019 03:05:56 +0000 (UTC) (envelope-from jmd@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 46wl5c5w62z4DgH; Sun, 20 Oct 2019 03:05:56 +0000 (UTC) (envelope-from jmd@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 9626C5783; Sun, 20 Oct 2019 03:05:56 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9K35upn067929; Sun, 20 Oct 2019 03:05:56 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9K35uCH067923; Sun, 20 Oct 2019 03:05:56 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201910200305.x9K35uCH067923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sun, 20 Oct 2019 03:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514874 - head/devel/f18 X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/devel/f18 X-SVN-Commit-Revision: 514874 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.29 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: Sun, 20 Oct 2019 03:05:57 -0000 Author: jmd Date: Sun Oct 20 03:05:55 2019 New Revision: 514874 URL: https://svnweb.freebsd.org/changeset/ports/514874 Log: devel/f18: Update to latest upstream revision. Modified: head/devel/f18/Makefile head/devel/f18/distinfo head/devel/f18/pkg-plist Modified: head/devel/f18/Makefile ============================================================================== --- head/devel/f18/Makefile Sun Oct 20 02:21:46 2019 (r514873) +++ head/devel/f18/Makefile Sun Oct 20 03:05:55 2019 (r514874) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= f18 -DISTVERSION= g20190422 -PORTREVISION= 1 +DISTVERSION= g20191019 CATEGORIES= devel MAINTAINER= jmd@FreeBSD.org @@ -13,10 +12,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 -BROKEN_FreeBSD_11= could not read symbols: File format not recognized BUILD_DEPENDS= llvm80>=0:devel/llvm80 -RUN_DEPENDS= llvm80>=0:devel/llvm80 +RUN_DEPENDS= llvm80>=0:devel/llvm60 USES= cmake:noninja compiler:c++11-lib libedit perl5 tar:xz \ shebangfix @@ -25,7 +23,12 @@ USES+= ${_USES_PYTHON} USE_GITHUB= yes GH_ACCOUNT= flang-compiler -GH_TAGNAME= 9e178f2 +GH_TAGNAME= 1688bef + +SHEBANG_FILES= tools/f18/flang.sh + +CC= ${LOCALBASE}/llvm80/bin/clang +CXX= ${LOCALBASE}/llvm80/bin/clang++ CMAKE_ARGS+= -DLLVM_DIR=${LOCALBASE}/llvm80/lib/cmake/llvm \ -DBUILD_WITH_CLANG=${LOCALBASE}/llvm80 Modified: head/devel/f18/distinfo ============================================================================== --- head/devel/f18/distinfo Sun Oct 20 02:21:46 2019 (r514873) +++ head/devel/f18/distinfo Sun Oct 20 03:05:55 2019 (r514874) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555981638 -SHA256 (flang-compiler-f18-g20190422-9e178f2_GH0.tar.gz) = 4140ac6647733f2fa13936f4efcef44ef8abc3bbc00c77fbee3791069576296d -SIZE (flang-compiler-f18-g20190422-9e178f2_GH0.tar.gz) = 582704 +TIMESTAMP = 1571522391 +SHA256 (flang-compiler-f18-g20191019-1688bef_GH0.tar.gz) = e5e264bf6151e276ca1812284e93a2909ddbd2c65a177375c6044a650e9141cd +SIZE (flang-compiler-f18-g20191019-1688bef_GH0.tar.gz) = 793017 Modified: head/devel/f18/pkg-plist ============================================================================== --- head/devel/f18/pkg-plist Sun Oct 20 02:21:46 2019 (r514873) +++ head/devel/f18/pkg-plist Sun Oct 20 03:05:55 2019 (r514874) @@ -1,7 +1,21 @@ bin/f18 bin/f18-parse-demo +bin/flang +include/ieee_arithmetic.f18.mod +include/ieee_arithmetic.mod +include/ieee_exceptions.f18.mod +include/ieee_exceptions.mod +include/ieee_features.f18.mod +include/ieee_features.mod +include/iso_c_binding.f18.mod +include/iso_c_binding.mod +include/iso_fortran_env.f18.mod +include/iso_fortran_env.mod +include/omp_lib.f18.mod +include/omp_lib.mod +lib/libFortranBurnside.a lib/libFortranCommon.a +lib/libFortranDecimal.a lib/libFortranEvaluate.a -lib/libFortranFIR.a lib/libFortranParser.a lib/libFortranSemantics.a