FreeBSD Bugzilla – Attachment 139955 Details for
Bug 186347
www/newsbeuter segmentation fault with icu option of sqlite3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
newsbeuter.patch
newsbeuter.patch (text/x-patch), 2.62 KB, created by
Tijl Coosemans
on 2014-02-02 15:23:04 UTC
(
hide
)
Description:
newsbeuter.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-02-02 15:23:04 UTC
Size:
2.62 KB
patch
obsolete
>Index: www/newsbeuter/Makefile >=================================================================== >--- www/newsbeuter/Makefile (revision 342111) >+++ www/newsbeuter/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= newsbeuter > PORTVERSION= 2.8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://newsbeuter.org/downloads/ > >@@ -23,10 +23,10 @@ OPTIONS_SUB= yes > PODCAST_DESC= Podcast client (podbeuter) > > USES= gettext gmake iconv:translit ncurses perl5 pkgconfig >+USE_CXXSTD= gnu++0x > USE_PERL5= build > USE_SQLITE= yes > USE_GNOME= libxml2 >-USE_GCC= any > > post-patch: > ${REINPLACE_CMD} -e "s,share/man,man,; \ >Index: www/newsbeuter/files/patch-include-matcher.h >=================================================================== >--- www/newsbeuter/files/patch-include-matcher.h (revision 0) >+++ www/newsbeuter/files/patch-include-matcher.h (working copy) >@@ -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 { > >Property changes on: www/newsbeuter/files/patch-include-matcher.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsbeuter/files/patch-rss-rsspp_internatl.h >=================================================================== >--- www/newsbeuter/files/patch-rss-rsspp_internatl.h (revision 0) >+++ www/newsbeuter/files/patch-rss-rsspp_internatl.h (working copy) >@@ -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" > >Property changes on: www/newsbeuter/files/patch-rss-rsspp_internatl.h >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 186347
: 139955 |
139956