Created attachment 149479 [details] Update to 0.6.1 This is a major update with a lot of changes and bugfixes. A full changelog can be found on the homepage: http://ncmpcpp.rybczak.net/ Changes to the port: - Remove broken MASTER_SITES - Add dependency to devel/boost-libs - Force a C++11 compiler and stdlib - 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) - Move the plist into a dedicated file - 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 This update was tested on FreeBSD 10.1 and FreeBSD 9.3. User will most likely need to update their ~/.ncmpcpp/config and replace .ncmpcpp/keys with ~/.ncmpcpp/bindings.
Auto-assigned to maintainer dhn@FreeBSD.org
Forgot this change: - Add files/patch-src__status.cpp to include missing headers.
Any news on this? :)
I'll take it (maintainer timeout, four weeks).
A commit references this bug: Author: xmj Date: Mon Dec 29 09:01:37 UTC 2014 New revision: 375777 URL: https://svnweb.freebsd.org/changeset/ports/375777 Log: audio/ncmpcpp: Update to 0.6.2 - 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) Changes: head/audio/ncmpcpp/Makefile head/audio/ncmpcpp/distinfo head/audio/ncmpcpp/files/patch-src__status.cpp head/audio/ncmpcpp/files/patch-src__visualizer.h head/audio/ncmpcpp/pkg-descr head/audio/ncmpcpp/pkg-message
Committed, with minor changes. Thanks!