Hi, Easy update to ncmpc-0.41.
A couple of new, but trivial patches required. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/audio/ncmpc/Makefile,v retrieving revision 1.52 diff -u -p -r1.52 Makefile --- Makefile 2 Sep 2020 16:21:16 -0000 1.52 +++ Makefile 18 Oct 2020 18:53:16 -0000 @@ -2,7 +2,7 @@ COMMENT= curses based frontend for mpd -VER= 0.39 +VER= 0.41 DISTNAME= ncmpc-${VER} EPOCH= 0 CATEGORIES= audio @@ -13,7 +13,7 @@ HOMEPAGE= https://www.musicpd.org/clien PERMIT_PACKAGE= Yes # make sure to regen WANTLIB on ld.lld arches (-Wl,--as-needed) -WANTLIB= c intl mpdclient>=1 ${COMPILER_LIBCXX} curses pcre +WANTLIB= c intl m mpdclient>=1 ${COMPILER_LIBCXX} curses pcre MASTER_SITES= https://www.musicpd.org/download/ncmpc/${VER:R}/ Index: distinfo =================================================================== RCS file: /cvs/ports/audio/ncmpc/distinfo,v retrieving revision 1.23 diff -u -p -r1.23 distinfo --- distinfo 2 Sep 2020 16:21:16 -0000 1.23 +++ distinfo 18 Oct 2020 18:47:23 -0000 @@ -1,2 +1,2 @@ -SHA256 (ncmpc-0.39.tar.xz) = ZOvjIML75N+/9EYc6ucwABhB0G1IxIgtafMgkSoPEag= -SIZE (ncmpc-0.39.tar.xz) = 242968 +SHA256 (ncmpc-0.41.tar.xz) = inMqWPvsimNGJTcqHFw59Ack1spZMgMAs2rA8VvsE6w= +SIZE (ncmpc-0.41.tar.xz) = 269280 Index: patches/patch-src_StatusBar_cxx =================================================================== RCS file: /cvs/ports/audio/ncmpc/patches/patch-src_StatusBar_cxx,v retrieving revision 1.2 diff -u -p -r1.2 patch-src_StatusBar_cxx --- patches/patch-src_StatusBar_cxx 2 Jan 2020 09:38:09 -0000 1.2 +++ patches/patch-src_StatusBar_cxx 18 Oct 2020 18:47:41 -0000 @@ -3,7 +3,7 @@ $OpenBSD: patch-src_StatusBar_cxx,v 1.2 Index: src/StatusBar.cxx --- src/StatusBar.cxx.orig +++ src/StatusBar.cxx -@@ -43,7 +43,7 @@ StatusBar::StatusBar(boost::asio::io_service &io_servi +@@ -43,7 +43,7 @@ StatusBar::StatusBar(EventLoop &event_loop, #ifdef ENABLE_COLORS if (options.enable_colors) Index: patches/patch-src_screen_init_cxx =================================================================== RCS file: /cvs/ports/audio/ncmpc/patches/patch-src_screen_init_cxx,v retrieving revision 1.2 diff -u -p -r1.2 patch-src_screen_init_cxx --- patches/patch-src_screen_init_cxx 2 Jan 2020 09:38:09 -0000 1.2 +++ patches/patch-src_screen_init_cxx 18 Oct 2020 18:47:42 -0000 @@ -3,7 +3,7 @@ $OpenBSD: patch-src_screen_init_cxx,v 1. Index: src/screen_init.cxx --- src/screen_init.cxx.orig +++ src/screen_init.cxx -@@ -50,8 +50,8 @@ ScreenManager::ScreenManager(boost::asio::io_service & +@@ -50,8 +50,8 @@ ScreenManager::ScreenManager(EventLoop &_event_loop) n #ifdef ENABLE_COLORS if (options.enable_colors) { /* set background attributes */ Index: patches/patch-src_screen_utils_cxx =================================================================== RCS file: patches/patch-src_screen_utils_cxx diff -N patches/patch-src_screen_utils_cxx --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_screen_utils_cxx 18 Oct 2020 18:52:29 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ + +Index: src/screen_utils.cxx +--- src/screen_utils.cxx.orig ++++ src/screen_utils.cxx +@@ -31,6 +31,7 @@ + #include "WaitUserInput.hxx" + #endif + ++#include <errno.h> + #include <string.h> + + void Index: patches/patch-src_signals_cxx =================================================================== RCS file: patches/patch-src_signals_cxx diff -N patches/patch-src_signals_cxx --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_signals_cxx 18 Oct 2020 18:52:30 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: src/signals.cxx +--- src/signals.cxx.orig ++++ src/signals.cxx +@@ -17,6 +17,8 @@ + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + ++#include <signal.h> ++ + #include "Instance.hxx" + + void -- Best Regards Edd Barrett http://www.theunixzoo.co.uk