Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.9,1 22 Aug 2023 18:57:14 |
Rene Ladan (rene) |
devel/lua-language-server: Remove expired port
2023-08-15 devel/lua-language-server: Versions after 3.6.9 dump core (and do not
compile) |
3.6.9,1 04 Jul 2023 11:58:25 |
Adam Weinberger (adamw) |
devel/lua-language-server: Deprecate and set to expire on 8/15/2023
This port is the most important lua LSP server, and is a huge
quality-of-life improvement for Neovim configuration.
However, the build process is bizarre and complex, and debugging
is very difficult. The tip of the iceberg is that the luamake
dependency comes only with a raw ninja file; that changes nothing,
but does represent the complexity of the the build process. Luamake
does nominally support FreeBSD, but definitely isn't tested on it.
Versions of LuaLS after 3.6.9 dump core immediately when used in
Neovim, and I don't have the time or expertise to figure out why.
Additionally, the last couple versions don't even compile.
If someone is inclined to debug LuaLS and get it working, I would
be absolutely thrilled to un-deprecate it. But if that doesn't
occur, it's not worth keeping in the tree.
The port is set to expire on 8/15/2023. |
3.6.9,1 12 Feb 2023 15:08:15 |
Adam Weinberger (adamw) |
devel/lua-language-server: Downgrade to 3.6.9 (3.6.10 aborts) |
3.6.10 07 Feb 2023 00:19:44 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.10 |
3.6.9 03 Feb 2023 17:05:11 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.9 |
3.6.8 31 Jan 2023 14:30:08 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.8 |
3.6.7 20 Jan 2023 16:24:33 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.7 |
3.6.6 17 Jan 2023 17:01:39 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.6 |
3.6.5 16 Jan 2023 18:05:49 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.5 |
3.6.4_1 03 Dec 2022 14:35:15 |
Adam Weinberger (adamw) Author: Ihor Antonov |
devel/lua-language-server: Fix runtime by defining metapath
lua-language-server never ran correctly on FreeBSD. Setting metapath
allows that dir to be created rather than it trying (and failing) to
be created under $SHAREDIR. |
3.6.4 29 Nov 2022 22:37:16 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.4 |
3.6.3 14 Nov 2022 11:52:09 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.3 |
3.6.2 09 Nov 2022 23:42:46 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.2 |
3.6.1 08 Nov 2022 13:26:38 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.6.1 |
3.5.6 04 Nov 2022 20:53:51 |
Adam Weinberger (adamw) |
devel/lua-language-server: Fix b.p.post.mk inclusion |
3.5.6 06 Oct 2022 14:49:19 |
Adam Weinberger (adamw) |
devel/lua-language-server: Attempt to fix build on 12 |
3.5.6 16 Sep 2022 16:05:39 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.5.6 |
3.5.5 13 Sep 2022 17:04:46 |
Piotr Kubaj (pkubaj) |
devel/lua-language-server: fix build on powerpc*
In file included from 3rd/bee.lua/binding/lua_thread.cpp:2:
In file included from 3rd/bee.lua/bee/thread/lockqueue.h:5:
3rd/bee.lua/bee/thread/spinlock.h:22:6: error: unsupport platform
#error unsupport platform
^
3rd/bee.lua/bee/thread/spinlock.h:34:21: error: use of undeclared identifier
'cpu_relax'
cpu_relax(); |
3.5.5 09 Sep 2022 14:27:30 |
Adam Weinberger (adamw) |
devel/lua-language-server: Update to 3.5.5 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.4 06 Sep 2022 21:33:23 |
Adam Weinberger (adamw) |
devel/lua-language-server: Set log to a temp directory |
3.5.4 06 Sep 2022 20:32:08 |
Adam Weinberger (adamw) |
devel/lua-language-server: Add port
This was difficult to port largely because of luamake, which:
1) Is itself built by a ninja definition file precompiled just for
FreeBSD which doesn't work on FreeBSD.
2) Has no documentation whatsoever. I'd love to get rid of the
BINARY_ALIAS= gcc=cc hack, but I have literally no idea where
luamake picks up its compiler from.
Any advice on the above is very welcome! sumneko, luamake (and
associated dep bee.lua) went out of their way to try to support FreeBSD,
so it'd be nice to get it working right without heavy patching.
The Sumneko Lua Language Server is a comprehensive Lua development
server. It functions as an LSP client, supporting: (Only the first 15 lines of the commit message are shown above ) |