pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/ncmpcpp



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 18 13:33:29 UTC 2022

Modified Files:
        pkgsrc/audio/ncmpcpp: distinfo
Added Files:
        pkgsrc/audio/ncmpcpp/patches: patch-src_status.cpp

Log Message:
ncmpcpp: fix building on illumos


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/ncmpcpp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/ncmpcpp/patches/patch-src_status.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ncmpcpp/distinfo
diff -u pkgsrc/audio/ncmpcpp/distinfo:1.5 pkgsrc/audio/ncmpcpp/distinfo:1.6
--- pkgsrc/audio/ncmpcpp/distinfo:1.5   Tue Oct 26 09:59:18 2021
+++ pkgsrc/audio/ncmpcpp/distinfo       Mon Apr 18 13:33:28 2022
@@ -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

Added files:

Index: pkgsrc/audio/ncmpcpp/patches/patch-src_status.cpp
diff -u /dev/null pkgsrc/audio/ncmpcpp/patches/patch-src_status.cpp:1.1
--- /dev/null   Mon Apr 18 13:33:29 2022
+++ pkgsrc/audio/ncmpcpp/patches/patch-src_status.cpp   Mon Apr 18 13:33:28 2022
@@ -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