Update to ncmpcpp-0.6.4

This commit is contained in:
dcoppa 2015-05-06 08:43:04 +00:00
parent 953460f4d2
commit fa79952146
4 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.31 2015/03/17 16:16:50 dcoppa Exp $
# $OpenBSD: Makefile,v 1.32 2015/05/06 08:43:04 dcoppa Exp $
COMMENT = ncurses mpd client inspired by ncmpc
BROKEN-alpha = error: looser throw specifier for 'virtual OutOfBounds::~OutOfBounds()
BROKEN-hppa = bindings.h:85:4: error: type 'Binding' is not a direct base of 'Binding'
DISTNAME = ncmpcpp-0.6.3
DISTNAME = ncmpcpp-0.6.4
EXTRACT_SUFX = .tar.bz2

View File

@ -1,2 +1,2 @@
SHA256 (ncmpcpp-0.6.3.tar.bz2) = 13dPLbd/iapwt/Slf0MC509NxacDD9epqF6Kpu9xIgM=
SIZE (ncmpcpp-0.6.3.tar.bz2) = 428016
SHA256 (ncmpcpp-0.6.4.tar.bz2) = dX4uBrfhcAnCTitGpp8AjmGqZ5R2+T4A3GAsoIfIBfE=
SIZE (ncmpcpp-0.6.4.tar.bz2) = 429705

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure,v 1.7 2015/03/17 16:16:50 dcoppa Exp $
$OpenBSD: patch-configure,v 1.8 2015/05/06 08:43:04 dcoppa Exp $
/usr/lib/libreadline.so.4.0: undefined reference to `tgetnum'
/usr/lib/libreadline.so.4.0: undefined reference to `tgoto'
@ -8,9 +8,9 @@ $OpenBSD: patch-configure,v 1.7 2015/03/17 16:16:50 dcoppa Exp $
/usr/lib/libreadline.so.4.0: undefined reference to `tgetstr'
collect2: error: ld returned 1 exit status
--- configure.orig Mon Mar 2 12:04:44 2015
+++ configure Tue Mar 17 11:06:17 2015
@@ -16722,7 +16722,7 @@ if ${ac_cv_lib_readline_rl_initialize+:} false; then :
--- configure.orig Sat May 2 21:36:29 2015
+++ configure Wed May 6 10:33:16 2015
@@ -16762,7 +16762,7 @@ if ${ac_cv_lib_readline_rl_initialize+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_ncmpcpp_cpp,v 1.7 2014/11/07 09:02:29 dcoppa Exp $
$OpenBSD: patch-src_ncmpcpp_cpp,v 1.8 2015/05/06 08:43:04 dcoppa Exp $
OpenBSD lacks sigignore()
--- src/ncmpcpp.cpp.orig Tue Nov 4 11:00:35 2014
+++ src/ncmpcpp.cpp Tue Nov 4 11:03:44 2014
@@ -150,7 +150,7 @@ int main(int argc, char **argv)
--- src/ncmpcpp.cpp.orig Sat May 2 21:16:11 2015
+++ src/ncmpcpp.cpp Wed May 6 10:33:16 2015
@@ -115,7 +115,7 @@ int main(int argc, char **argv)
signal(SIGPIPE, sighandler);
signal(SIGWINCH, sighandler);
// ignore Ctrl-C
@ -12,4 +12,4 @@ OpenBSD lacks sigignore()
+ signal(SIGINT, SIG_IGN);
# endif // !WIN32
while (!Actions::ExitMainLoop)
NC::initScreen("ncmpcpp ver. " VERSION, Config.colors_enabled);