File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11PORTNAME = lfortran
22DISTVERSIONPREFIX = v
3- DISTVERSION = 0.31 .0
3+ DISTVERSION = 0.32 .0
44CATEGORIES = lang
55
66MAINTAINER = fortran@FreeBSD.org
Original file line number Diff line number Diff line change 1- TIMESTAMP = 1706111722
2- SHA256 (lfortran-lfortran-v0.31 .0_GH0.tar.gz) = 0af63b03b479bdf8926f8cd691095dcef7c0bab923617a9f0b9f7110c929713c
3- SIZE (lfortran-lfortran-v0.31 .0_GH0.tar.gz) = 2524597
1+ TIMESTAMP = 1706452079
2+ SHA256 (lfortran-lfortran-v0.32 .0_GH0.tar.gz) = 3f241991db9f0db1e658aecacf33be318e6ca4fbe77132379224873a5639cb12
3+ SIZE (lfortran-lfortran-v0.32 .0_GH0.tar.gz) = 2551566
Original file line number Diff line number Diff line change 1- --- build0.sh.orig 2022-11-01 11:12:16 UTC
1+ --- build0.sh.orig 2024-01-28 14:28:08 UTC
22+++ build0.sh
3- @@ -4,7 +4,7 @@ set -e
3+ @@ -4,7 +4,7 @@ set -x
44 set -x
55
66 # Generate the `version` file
99
1010 # Generate a Fortran AST from AST.asdl (C++)
1111 python src/libasr/asdl_cpp.py grammar/AST.asdl src/lfortran/ast.h
12- @@ -16 ,7 +16 ,7 @@ python src/libasr/wasm_instructions_visitor .py
12+ @@ -18 ,7 +18 ,7 @@ python src/libasr/intrinsic_func_registry_util_gen .py
1313 # Generate the tokenizer and parser
14- (cd src/lfortran/parser && re2c -W -b tokenizer.re -o tokenizer.cpp)
15- (cd src/lfortran/parser && re2c -W -b preprocessor.re -o preprocessor.cpp)
14+ (cd src/lfortran && re2c -W -b parser/ tokenizer.re -o parser/ tokenizer.cpp)
15+ (cd src/lfortran && re2c -W -b parser/ preprocessor.re -o parser/ preprocessor.cpp)
1616-(cd src/lfortran/parser && bison -Wall -d -r all parser.yy)
1717+ (cd src/lfortran/parser && bison -Wall -d -v -r all parser.yy)
1818
You can’t perform that action at this time.
0 commit comments