diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-17 15:20:48 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-17 15:20:48 +0000 |
commit | 08a202b91ba5a40c8262da4e6594f27d9a2678e2 (patch) | |
tree | 1c71ea7e9b957a8d666e3d7d2d1e01d40f218360 /editors/kak-lsp | |
parent | ecd1b2eb1ee714a9acd0734ce526e6085bf5bbe3 (diff) | |
download | ports-08a202b91ba5a40c8262da4e6594f27d9a2678e2.tar.gz ports-08a202b91ba5a40c8262da4e6594f27d9a2678e2.zip |
Notes
Diffstat (limited to 'editors/kak-lsp')
-rw-r--r-- | editors/kak-lsp/Makefile | 2 | ||||
-rw-r--r-- | editors/kak-lsp/files/patch-Cargo.toml | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index 0afa40ce70bd..ff1f604f3fde 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -3,7 +3,7 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 8.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= tobik@FreeBSD.org diff --git a/editors/kak-lsp/files/patch-Cargo.toml b/editors/kak-lsp/files/patch-Cargo.toml deleted file mode 100644 index 34f1592b9993..000000000000 --- a/editors/kak-lsp/files/patch-Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -XXX: Never processes requests when built with lto=true ??? - ---- Cargo.toml.orig 2020-04-19 08:16:48 UTC -+++ Cargo.toml -@@ -30,5 +30,5 @@ url = { version = "2.1.1", features = ["serde"] } - whoami = "0.8.1" - - [profile.release] --lto = true -+lto = false - |