Opened 8 years ago

Closed 7 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  
    2323checksums               rmd160  c58b54095545b3e51cc99a4a10d3b9ef396c2c58 \
    2424                        sha256  77dff466b831ad6b6e92273659b2a4ea85a067900b9a00c2a92027d26287a88f
    2525
     26cmake.out_of_source     yes
    2627depends_build-append    port:pkgconfig
    2728
    2829depends_lib             port:gettext \

Attachments (1)

Portfile.patch (407 bytes) - added by robin@… 8 years ago.
Portfile.patch

Download all attachments as: .zip

Change History (5)

Changed 8 years ago by robin@…

Attachment: Portfile.patch added

Portfile.patch

comment:1 Changed 8 years ago by robin@…

Cc: robin@… added

Cc Me!

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: updateenhancement
Version: 2.3.4

comment:3 Changed 8 years ago by raimue (Rainer Müller)

Status: newassigned

Thanks for the heads-up, I will add this with the next update.

comment:4 Changed 7 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

In 6825e3b4/macports-ports:

neovim: update to version 0.1.6

Closes: #52650

Note: See TracTickets for help on using tickets.