On 28/12/20 4:40 am, Torfinn Ingolfsen wrote:
> On Sun, Dec 27, 2020 at 2:41 PM Torfinn Ingolfsen <tin...@gmail.com> wrote:
>>
>> net/libarcus builds, but fails to install:

> FWIW, devel/libsavitar has the same "problem"; with python38 installed
> it fails to install because it builds for 3.8 instead of 3.7.

The issue is in cmake - I have just reported it as a bug

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252277

For a workaround try adding the following to the end of the libarcus
Makefile (above the last .include line) indents are tabs not spaces
The same addition should also work for libsavitar

post-patch:
        ${REINPLACE_CMD} -e 's|VERSION_LESS 3.12|VERSION_LESS 4.12|g' \
                ${WRKSRC}/CMakeLists.txt \
                ${WRKSRC}/cmake/FindSIP.cmake


-- 
FreeBSD - the place to B...Software Developing

Shane Ambler

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to