pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/ncmpcpp ncmpcpp: fix building on illumos
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa90bdb8fb3e
branches: trunk
changeset: 377266:aa90bdb8fb3e
user: nia <nia%pkgsrc.org@localhost>
date: Mon Apr 18 13:33:28 2022 +0000
description:
ncmpcpp: fix building on illumos
diffstat:
audio/ncmpcpp/distinfo | 3 ++-
audio/ncmpcpp/patches/patch-src_status.cpp | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r de40f8804818 -r aa90bdb8fb3e audio/ncmpcpp/distinfo
--- a/audio/ncmpcpp/distinfo Mon Apr 18 13:21:38 2022 +0000
+++ b/audio/ncmpcpp/distinfo Mon Apr 18 13:33:28 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 09:59:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/18 13:33:28 nia Exp $
BLAKE2s (ncmpcpp-0.9.2.tar.bz2) = 436eed3fd49cd93b4448dedc1f3455ee80c4544c6659ec610181a45e72b1d2d6
SHA512 (ncmpcpp-0.9.2.tar.bz2) = bbcb3b50233e363412af3c1cf1c0118122733dc376759cd35dee79950f42e098a0402ff670684df91847b990b26022630c9a71192e462bd46e70628e31489742
Size (ncmpcpp-0.9.2.tar.bz2) = 486266 bytes
+SHA1 (patch-src_status.cpp) = a504f4629a504256c211e24326e1b4695820fd79
diff -r de40f8804818 -r aa90bdb8fb3e audio/ncmpcpp/patches/patch-src_status.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ncmpcpp/patches/patch-src_status.cpp Mon Apr 18 13:33:28 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_status.cpp,v 1.1 2022/04/18 13:33:28 nia Exp $
+
+Add missing header for socket(2).
+Fix building on illumos.
+
+--- src/status.cpp.orig 2021-01-24 15:50:24.000000000 +0000
++++ src/status.cpp
+@@ -21,6 +21,7 @@
+ #include <boost/date_time/posix_time/posix_time.hpp>
+ #include <netinet/tcp.h>
+ #include <netinet/in.h>
++#include <sys/socket.h>
+
+ #include "curses/menu_impl.h"
+ #include "screens/browser.h"
Home |
Main Index |
Thread Index |
Old Index