View | Details | Raw Unified | Return to bug 272527 | Differences between
and this patch

Collapse All | Expand All

(-)b/audio/ncmpc/Makefile (-4 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	ncmpc
1
PORTNAME=	ncmpc
2
PORTVERSION=	0.41
2
PORTVERSION=	0.48
3
PORTREVISION=	2
3
PORTREVISION=	1
4
CATEGORIES=	audio
4
CATEGORIES=	audio
5
MASTER_SITES=	https://www.musicpd.org/download/ncmpc/0/
5
MASTER_SITES=	https://www.musicpd.org/download/ncmpc/0/
6
6
Lines 11-18 WWW= https://www.musicpd.org/clients/ncmpc/ Link Here
11
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
14
LIB_DEPENDS=	libmpdclient.so:audio/libmpdclient \
15
		libmpdclient.so:audio/libmpdclient \
16
		libpcre.so:devel/pcre
15
		libpcre.so:devel/pcre
17
16
18
USES=		compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \
17
USES=		compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \
(-)b/audio/ncmpc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1602960213
1
TIMESTAMP = 1689471482
2
SHA256 (ncmpc-0.41.tar.xz) = 8a732a58fbec8a634625372a1c5c39f40724d6ca59320300b36ac0f15bec13ac
2
SHA256 (ncmpc-0.48.tar.xz) = b4b2d27e518096de2a145ef5ddf86cf46f8ba1f849bf45c6d81183a38869b90c
3
SIZE (ncmpc-0.41.tar.xz) = 269280
3
SIZE (ncmpc-0.48.tar.xz) = 296320
(-)b/audio/ncmpc/files/patch-doc_meson.build (-2 / +2 lines)
Lines 1-7 Link Here
1
Keep rsync optional with meson >= 0.58 after
1
Keep rsync optional with meson >= 0.58 after
2
https://github.com/mesonbuild/meson/commit/80c89a650b6f
2
https://github.com/mesonbuild/meson/commit/80c89a650b6f
3
3
4
--- doc/meson.build.orig	2020-10-16 10:59:17 UTC
4
--- doc/meson.build.orig	2023-04-06 10:04:08 UTC
5
+++ doc/meson.build
5
+++ doc/meson.build
6
@@ -18,6 +18,8 @@ if get_option('html_manual')
6
@@ -18,6 +18,8 @@ if get_option('html_manual')
7
     install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
7
     install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
Lines 12-18 https://github.com/mesonbuild/meson/commit/80c89a650b6f Link Here
12
   custom_target(
12
   custom_target(
13
     'upload',
13
     'upload',
14
     input: sphinx_output,
14
     input: sphinx_output,
15
@@ -29,6 +31,7 @@ if get_option('html_manual')
15
@@ -30,6 +32,7 @@ if get_option('html_manual')
16
       '--chmod=a+rX',
16
       '--chmod=a+rX',
17
     ],
17
     ],
18
   )
18
   )
(-)b/audio/ncmpc/files/patch-src_screen__utils.cxx (-3 / +3 lines)
Lines 1-7 Link Here
1
--- src/screen_utils.cxx.orig	2020-10-17 18:44:29 UTC
1
--- src/screen_utils.cxx.orig	2023-04-06 10:04:08 UTC
2
+++ src/screen_utils.cxx
2
+++ src/screen_utils.cxx
3
@@ -31,6 +31,7 @@
3
@@ -15,6 +15,7 @@
4
 #include "WaitUserInput.hxx"
4
 #include <cerrno>
5
 #endif
5
 #endif
6
 
6
 
7
+#include <errno.h>
7
+#include <errno.h>
(-)b/audio/ncmpc/files/patch-src_signals.cxx (-3 / +3 lines)
Lines 1-7 Link Here
1
--- src/signals.cxx.orig	2020-10-17 18:45:52 UTC
1
--- src/signals.cxx.orig	2023-04-06 10:04:08 UTC
2
+++ src/signals.cxx
2
+++ src/signals.cxx
3
@@ -19,6 +19,8 @@
3
@@ -4,6 +4,8 @@
4
 
4
 #include <signal.h>
5
 #include "Instance.hxx"
5
 #include "Instance.hxx"
6
 
6
 
7
+#include <signal.h>
7
+#include <signal.h>

Return to bug 272527