Index: head/audio/ncmpcpp/Makefile =================================================================== --- head/audio/ncmpcpp/Makefile (revision 441918) +++ head/audio/ncmpcpp/Makefile (revision 441919) @@ -1,59 +1,55 @@ # $FreeBSD$ PORTNAME= ncmpcpp -PORTVERSION= 0.7.7 -PORTREVISION= 3 +PORTVERSION= 0.8 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ MAINTAINER= yamagi@yamagi.org COMMENT= Ncurses mpd client, clone of ncmpc with some new features LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libfftw3.so:math/fftw3 \ libicudata.so:devel/icu \ libicuuc.so:devel/icu \ - libboost_filesystem.so:devel/boost-libs + libboost_filesystem.so:devel/boost-libs \ + libcurl.so:ftp/curl BROKEN_powerpc64= fails to compile: tags.cpp: undefined reference to TagLib::String::to8Bit -USES= compiler:c++11-lib iconv libtool localbase ncurses pkgconfig readline tar:bzip2 +USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 LDFLAGS+= -lpthread CONFIGURE_ENV= BOOST_LIB_SUFFIX="" -OPTIONS_DEFINE= CURL CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER -OPTIONS_DEFAULT= CURL CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER -CURL_DESC= Enable fetching lyrics from the Internet +OPTIONS_DEFINE= CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER +OPTIONS_DEFAULT= CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER CLOCK_DESC= clock-screen support TAGLIB_DESC= taglib support OUTPUTS_DESC= Enable outputs screen VISUALIZER_DESC= Enable music visualizer screen PLIST_FILES= bin/ncmpcpp \ man/man1/ncmpcpp.1.gz PORTDOCS= AUTHORS COPYING NEWS bindings config - -CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_CONFIGURE_WITH= curl CLOCK_CONFIGURE_ENABLE= clock UTF8_CONFIGURE_ENABLE= unicode TAGLIB_LIB_DEPENDS= libtag.so:audio/taglib TAGLIB_CONFIGURE_WITH= taglib OUTPUTS_CONFIGURE_ENABLE= outputs VISUALIZER_BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 VISUALIZER_CONFIGURE_ENABLE= visualizer post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${STAGEDIR}${PREFIX}/bin/ .include Index: head/audio/ncmpcpp/distinfo =================================================================== --- head/audio/ncmpcpp/distinfo (revision 441918) +++ head/audio/ncmpcpp/distinfo (revision 441919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481256402 -SHA256 (ncmpcpp-0.7.7.tar.bz2) = b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef -SIZE (ncmpcpp-0.7.7.tar.bz2) = 443801 +TIMESTAMP = 1495718276 +SHA256 (ncmpcpp-0.8.tar.bz2) = 2f0f2a1c0816119430880be6932e5eb356b7875dfa140e2453a5a802909f465a +SIZE (ncmpcpp-0.8.tar.bz2) = 464165 Index: head/audio/ncmpcpp/files/patch-src_helpers.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_helpers.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_helpers.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/helpers.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/helpers.cpp -@@ -26,6 +26,7 @@ - #include "playlist.h" - #include "statusbar.h" - #include "utility/functional.h" -+#include "format_impl.h" - - const MPD::Song *currentSong(const BaseScreen *screen) - { Property changes on: head/audio/ncmpcpp/files/patch-src_helpers.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_window.h =================================================================== --- head/audio/ncmpcpp/files/patch-src_window.h (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_window.h (nonexistent) @@ -1,12 +0,0 @@ ---- src/window.h.orig 2016-04-17 05:41:01 UTC -+++ src/window.h -@@ -23,7 +23,9 @@ - - #include "config.h" - -+#define _XOPEN_SOURCE_EXTENDED - #include "curses.h" -+ - #include "gcc.h" - - #include Property changes on: head/audio/ncmpcpp/files/patch-src_window.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_playlist.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_playlist.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_playlist.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/playlist.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/playlist.cpp -@@ -35,6 +35,7 @@ - #include "utility/comparators.h" - #include "utility/functional.h" - #include "title.h" -+#include "format_impl.h" - - using Global::MainHeight; - using Global::MainStartY; Property changes on: head/audio/ncmpcpp/files/patch-src_playlist.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_configuration.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_configuration.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_configuration.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/configuration.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/configuration.cpp -@@ -29,6 +29,7 @@ - #include "mpdpp.h" - #include "settings.h" - #include "utility/string.h" -+#include "format_impl.h" - - namespace po = boost::program_options; - Property changes on: head/audio/ncmpcpp/files/patch-src_configuration.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_browser.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_browser.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_browser.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/browser.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/browser.cpp -@@ -42,6 +42,7 @@ - #include "utility/comparators.h" - #include "utility/string.h" - #include "configuration.h" -+#include "format_impl.h" - - using Global::MainHeight; - using Global::MainStartY; Property changes on: head/audio/ncmpcpp/files/patch-src_browser.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_media__library.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_media__library.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_media__library.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/media_library.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/media_library.cpp -@@ -40,6 +40,7 @@ - #include "utility/type_conversions.h" - #include "title.h" - #include "screen_switcher.h" -+#include "format_impl.h" - - using Global::MainHeight; - using Global::MainStartY; Property changes on: head/audio/ncmpcpp/files/patch-src_media__library.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_playlist__editor.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_playlist__editor.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_playlist__editor.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/playlist_editor.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/playlist_editor.cpp -@@ -39,6 +39,7 @@ - #include "utility/comparators.h" - #include "title.h" - #include "screen_switcher.h" -+#include "format_impl.h" - - using Global::MainHeight; - using Global::MainStartY; Property changes on: head/audio/ncmpcpp/files/patch-src_playlist__editor.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_search__engine.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_search__engine.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_search__engine.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/search_engine.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/search_engine.cpp -@@ -35,6 +35,7 @@ - #include "utility/comparators.h" - #include "title.h" - #include "screen_switcher.h" -+#include "format_impl.h" - - using Global::MainHeight; - using Global::MainStartY; Property changes on: head/audio/ncmpcpp/files/patch-src_search__engine.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_tag__editor.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_tag__editor.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_tag__editor.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/tag_editor.cpp.orig 2016-04-17 05:41:01 UTC -+++ src/tag_editor.cpp -@@ -42,6 +42,7 @@ - #include "title.h" - #include "tags.h" - #include "screen_switcher.h" -+#include "format_impl.h" - - using Global::myScreen; - using Global::MainHeight; Property changes on: head/audio/ncmpcpp/files/patch-src_tag__editor.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ncmpcpp/files/patch-src_status.cpp =================================================================== --- head/audio/ncmpcpp/files/patch-src_status.cpp (revision 441918) +++ head/audio/ncmpcpp/files/patch-src_status.cpp (revision 441919) @@ -1,11 +1,11 @@ ---- src/status.cpp.orig 2016-04-17 05:41:01 UTC +--- src/status.cpp.orig 2017-05-25 13:30:40 UTC +++ src/status.cpp @@ -21,6 +21,8 @@ #include #include #include +#include +#include - #include "browser.h" - #include "charset.h" + #include "curses/menu_impl.h" + #include "screens/browser.h"