1712ad4379
- Remove broken MASTER_SITES - Force a C++11 compiler and stdlib - Add dependency to devel/boost-libs - Force BOOST_LIB_SUFFIX to be empty (required for configure) - Enable UTF8 by default (most music collections nowadays have files with utf-8 encoded names and tags) - Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the rather small audio/taglib) - Do not install ${DOCSDIR}/keys since it was removed - Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings - Update pkg-message - Remove files/patch-src__visualizer.h since it's not needed any more PR: 195070 Differential Revision: https://reviews.freebsd.org/D1325 Submitted by: yamagi@yamagi.org Approved by: maintainer timeout (4 weeks) Approved by: koobs (mentor)
11 lines
333 B
C++
11 lines
333 B
C++
--- src/status.cpp_orig 2014-11-16 09:21:55.651181899 +0100
|
|
+++ src/status.cpp 2014-11-16 09:21:59.233203196 +0100
|
|
@@ -21,6 +21,8 @@
|
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
|
#include <netinet/tcp.h>
|
|
#include <netinet/in.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#include "browser.h"
|
|
#include "charset.h"
|