aboutsummaryrefslogtreecommitdiff
path: root/editors/kak-lsp
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-07-17 15:20:48 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-07-17 15:20:48 +0000
commit08a202b91ba5a40c8262da4e6594f27d9a2678e2 (patch)
tree1c71ea7e9b957a8d666e3d7d2d1e01d40f218360 /editors/kak-lsp
parentecd1b2eb1ee714a9acd0734ce526e6085bf5bbe3 (diff)
downloadports-08a202b91ba5a40c8262da4e6594f27d9a2678e2.tar.gz
ports-08a202b91ba5a40c8262da4e6594f27d9a2678e2.zip
editors/kak-lsp: Reenable LTO after r542412
kak-lsp seems to work fine with it now.
Notes
Notes: svn path=/head/; revision=542439
Diffstat (limited to 'editors/kak-lsp')
-rw-r--r--editors/kak-lsp/Makefile2
-rw-r--r--editors/kak-lsp/files/patch-Cargo.toml11
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
-