Enclosed diff brings audio/ncmpc to 0.36. From
https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.36/NEWS:
ncmpc 0.36 - (2019-11-05)
- screen_keydef: show "Add new key" only if there is room for more keys
- support the Alt modifier in hotkeys
- reduce network transfer
While here sync WANTLIB.
Tested on amd64 in combination with mpd-0.21.18 (update send to ports@).
Comments/OK?
diff --git Makefile Makefile
index a922e4d6cb4..2db1d3bc9ec 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
COMMENT= curses based frontend for mpd
-VER= 0.35
+VER= 0.36
DISTNAME= ncmpc-${VER}
EPOCH= 0
CATEGORIES= audio
@@ -13,7 +13,7 @@ HOMEPAGE= https://www.musicpd.org/clients/ncmpc/
PERMIT_PACKAGE= Yes
# make sure to regen WANTLIB on ld.lld arches (-Wl,--as-needed)
-WANTLIB= c intl m mpdclient>=1 ${COMPILER_LIBCXX} curses pcre
+WANTLIB= c intl mpdclient>=1 ${COMPILER_LIBCXX} curses pcre
MASTER_SITES= https://www.musicpd.org/download/ncmpc/${VER:R}/
diff --git distinfo distinfo
index 51f552669da..9ad0fe92fb2 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (ncmpc-0.35.tar.xz) = vU8eY4KQkV4IvgRQh8HfLVYtASsU9mLdM/18cEPd0kE=
-SIZE (ncmpc-0.35.tar.xz) = 232828
+SHA256 (ncmpc-0.36.tar.xz) = RjKHPfyO/mHlAdyRhKW5IbSCvi3b7dPSPQUkHUd6Piw=
+SIZE (ncmpc-0.36.tar.xz) = 237768
diff --git patches/patch-src_ProgressBar_cxx patches/patch-src_ProgressBar_cxx
index 96977e3fa76..397f4a202f6 100644
--- patches/patch-src_ProgressBar_cxx
+++ patches/patch-src_ProgressBar_cxx
@@ -3,7 +3,7 @@ $OpenBSD: patch-src_ProgressBar_cxx,v 1.1 2019/01/02 21:30:48 landry Exp $
Index: src/ProgressBar.cxx
--- src/ProgressBar.cxx.orig
+++ src/ProgressBar.cxx
-@@ -29,7 +29,7 @@ ProgressBar::ProgressBar(Point p, unsigned _width)
+@@ -30,7 +30,7 @@ ProgressBar::ProgressBar(Point p, unsigned _width) noe
leaveok(window.w, true);
#ifdef ENABLE_COLORS
if (options.enable_colors)
diff --git patches/patch-src_StatusBar_cxx patches/patch-src_StatusBar_cxx
index 1edd55c9e45..03b04fe857f 100644
--- patches/patch-src_StatusBar_cxx
+++ patches/patch-src_StatusBar_cxx
@@ -3,7 +3,7 @@ $OpenBSD: patch-src_StatusBar_cxx,v 1.1 2019/01/02 21:30:48 landry Exp $
Index: src/StatusBar.cxx
--- src/StatusBar.cxx.orig
+++ src/StatusBar.cxx
-@@ -44,7 +44,7 @@ StatusBar::StatusBar(boost::asio::io_service &io_servi
+@@ -43,7 +43,7 @@ StatusBar::StatusBar(boost::asio::io_service &io_servi
#ifdef ENABLE_COLORS
if (options.enable_colors)
diff --git patches/patch-src_TitleBar_cxx patches/patch-src_TitleBar_cxx
index 2774df51142..319f3edd150 100644
--- patches/patch-src_TitleBar_cxx
+++ patches/patch-src_TitleBar_cxx
@@ -3,7 +3,7 @@ $OpenBSD: patch-src_TitleBar_cxx,v 1.1 2019/01/02 21:30:48 landry Exp $
Index: src/TitleBar.cxx
--- src/TitleBar.cxx.orig
+++ src/TitleBar.cxx
-@@ -38,7 +38,7 @@ TitleBar::TitleBar(Point p, unsigned width)
+@@ -38,7 +38,7 @@ TitleBar::TitleBar(Point p, unsigned width) noexcept
#ifdef ENABLE_COLORS
if (options.enable_colors)
diff --git patches/patch-src_screen_cxx patches/patch-src_screen_cxx
index a20ebc2efe1..ad53b705eb1 100644
--- patches/patch-src_screen_cxx
+++ patches/patch-src_screen_cxx
@@ -5,7 +5,7 @@ Because c++14 zomg woot woot
Index: src/screen.cxx
--- src/screen.cxx.orig
+++ src/screen.cxx
-@@ -48,8 +48,8 @@ ScreenManager::MakePage(const PageMeta &sf)
+@@ -44,8 +44,8 @@ ScreenManager::MakePage(const PageMeta &sf) noexcept
return i;
auto j = pages.emplace(&sf,
diff --git patches/patch-src_screen_init_cxx patches/patch-src_screen_init_cxx
index fcaf9c60bc1..3ba805ce7ec 100644
--- patches/patch-src_screen_init_cxx
+++ patches/patch-src_screen_init_cxx
@@ -3,7 +3,7 @@ $OpenBSD: patch-src_screen_init_cxx,v 1.1 2019/01/02 21:30:48 landry Exp $
Index: src/screen_init.cxx
--- src/screen_init.cxx.orig
+++ src/screen_init.cxx
-@@ -54,8 +54,8 @@ ScreenManager::ScreenManager(boost::asio::io_service &
+@@ -50,8 +50,8 @@ ScreenManager::ScreenManager(boost::asio::io_service &
#ifdef ENABLE_COLORS
if (options.enable_colors) {
/* set background attributes */
No comments:
Post a Comment