Opened 8 years ago
Closed 8 years ago
#52650 closed enhancement (fixed)
neovim @0.1.5: Build out of source (in source builds no longer supported)
Reported by: | robin@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | neovim |
Description
Since commit de3a515123fa417ecce61efebe4bc117b010c657
in source builds are no longer working.
The directive cmake.out_of_source
is required for the build process to complete.
There is a closed issue of this over at the GitHub project for more information if needed.
Please note that this issue is not yet in any stable release – no change in the Portfile is required yet as far as I can tell.
I encountered this issue when building from master.
-
Portfile
old new 23 23 checksums rmd160 c58b54095545b3e51cc99a4a10d3b9ef396c2c58 \ 24 24 sha256 77dff466b831ad6b6e92273659b2a4ea85a067900b9a00c2a92027d26287a88f 25 25 26 cmake.out_of_source yes 26 27 depends_build-append port:pkgconfig 27 28 28 29 depends_lib port:gettext \
Attachments (1)
Change History (5)
Changed 8 years ago by robin@…
Attachment: | Portfile.patch added |
---|
comment:2 Changed 8 years ago by larryv (Lawrence Velázquez)
Cc: | robin@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
Port: | neovim added |
Summary: | editors/neovim: Build out of source (in source builds no longer supported) → neovim @0.1.5: Build out of source (in source builds no longer supported) |
Type: | update → enhancement |
Version: | 2.3.4 |
comment:3 Changed 8 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
Thanks for the heads-up, I will add this with the next update.
comment:4 Changed 8 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Portfile.patch