diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-03 12:18:03 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-11-03 12:18:03 +0000 |
commit | 4f3529bae779ea7b5c7978f57933852843e8bf51 (patch) | |
tree | 51ab87b17372100e3096fe449d1900ca208fb8a6 /lang/nim/files/patch-koch.nim | |
parent | - Update to 0.1.0 (diff) |
lang/nim: Update to 1.4.0
- Update to 1.4.0
- Add a workaround to build doc in poudriere
- Remove patch-compiler_docgen.nim (fixed upstream)
- Add patch-koch.nim to disable Fusion build
Release notes:
- https://nim-lang.org/blog/2020/10/16/version-140-released.html
PR: 250458
Submitted by: Neal Nelson (maintainer)
Diffstat (limited to 'lang/nim/files/patch-koch.nim')
-rw-r--r-- | lang/nim/files/patch-koch.nim | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/nim/files/patch-koch.nim b/lang/nim/files/patch-koch.nim new file mode 100644 index 000000000000..8f15bb1142d9 --- /dev/null +++ b/lang/nim/files/patch-koch.nim @@ -0,0 +1,11 @@ +--- koch.nim.orig 2020-11-03 05:15:11 UTC ++++ koch.nim +@@ -687,7 +687,7 @@ when isMainModule: + of "tools": + buildTools(op.cmdLineRest) + bundleNimbleExe(latest, op.cmdLineRest) +- bundleFusion(latest) ++ # bundleFusion(latest) + of "pushcsource", "pushcsources": pushCsources() + of "valgrind": valgrind(op.cmdLineRest) + of "c2nim": bundleC2nim(op.cmdLineRest) |