diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2014-02-03 15:47:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2014-02-03 15:47:22 +0000 |
commit | c25f63fde889b536d48664f9022822e671e01233 (patch) | |
tree | 75e3340177e238cadd620cda1ed4878ca97e3c07 /www/newsbeuter | |
parent | 1ac332247d4211031d472448ca350e5933ec15d9 (diff) |
Notes
Diffstat (limited to 'www/newsbeuter')
-rw-r--r-- | www/newsbeuter/Makefile | 6 | ||||
-rw-r--r-- | www/newsbeuter/files/patch-include-matcher.h | 13 | ||||
-rw-r--r-- | www/newsbeuter/files/patch-rss-rsspp_internatl.h | 13 |
3 files changed, 29 insertions, 3 deletions
diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index 177a17d2597a..a003ae51046d 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -3,7 +3,7 @@ PORTNAME= newsbeuter PORTVERSION= 2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://newsbeuter.org/downloads/ @@ -22,11 +22,11 @@ OPTIONS_DEFAULT=PODCAST OPTIONS_SUB= yes PODCAST_DESC= Podcast client (podbeuter) -USES= gettext gmake iconv:translit ncurses perl5 pkgconfig +USES= compiler:c++11-lang gettext gmake iconv:translit ncurses perl5 pkgconfig +USE_CXXSTD= gnu++11 USE_PERL5= build USE_SQLITE= yes USE_GNOME= libxml2 -USE_GCC= any post-patch: ${REINPLACE_CMD} -e "s,share/man,man,; \ diff --git a/www/newsbeuter/files/patch-include-matcher.h b/www/newsbeuter/files/patch-include-matcher.h new file mode 100644 index 000000000000..b95e2c1844a4 --- /dev/null +++ b/www/newsbeuter/files/patch-include-matcher.h @@ -0,0 +1,13 @@ +--- include/matcher.h.orig 2014-02-02 16:00:13.000000000 +0100 ++++ include/matcher.h 2014-02-02 16:00:19.000000000 +0100 +@@ -3,6 +3,10 @@ + + #include <FilterParser.h> + ++#ifdef _LIBCPP_VERSION ++namespace std { namespace tr1 = std; } ++#endif ++ + namespace newsbeuter { + + class matchable { diff --git a/www/newsbeuter/files/patch-rss-rsspp_internatl.h b/www/newsbeuter/files/patch-rss-rsspp_internatl.h new file mode 100644 index 000000000000..6d83d39e986d --- /dev/null +++ b/www/newsbeuter/files/patch-rss-rsspp_internatl.h @@ -0,0 +1,13 @@ +--- rss/rsspp_internal.h.orig 2014-02-02 15:53:54.000000000 +0100 ++++ rss/rsspp_internal.h 2014-02-02 15:52:36.000000000 +0100 +@@ -9,6 +9,10 @@ + #include <rsspp.h> + #include <tr1/memory> + ++#ifdef _LIBCPP_VERSION ++namespace std { namespace tr1 = std; } ++#endif ++ + #define CONTENT_URI "http://purl.org/rss/1.0/modules/content/" + #define RDF_URI "http://www.w3.org/1999/02/22-rdf-syntax-ns#" + #define ITUNES_URI "http://www.itunes.com/dtds/podcast-1.0.dtd" |