pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: net/mosh breakage on Darwin (-current)



Am Donnerstag 9 November 2023 um 21:00:11 +0100, schrieb Manuel Kuklinski 1,3K:
> Now, the next error is a missing header file on Darwin, namely
> "execinfo.h".

Hi!

mk ~/pkgsrc/pkgsrc $ cvs diff net/mosh/Makefile
Index: net/mosh/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/mosh/Makefile,v
retrieving revision 1.36
diff -r1.36 Makefile
13,14c13,14
< USE_TOOLS+=       perl:run pkg-config
< USE_LANGUAGES+=       c c++
---
> USE_TOOLS+=       perl:run pkg-config gmake
> USE_LANGUAGES+=       c c++14
17,18d16
< USE_CXX_FEATURES+=    c++14
<
28a27,28
> .include "../../mk/bsd.prefs.mk"
>
33a34,36
> .if ${OPSYS} == "Darwin"
> .include "../../devel/libexecinfo/buildlink3.mk"
> .endif

Builds sucessfully on Darwin 23.1.0.

Kind regards.


Home | Main Index | Thread Index | Old Index