ports/opt (3.0): newsbeuter: update to 2.6
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit b618b9a17be1177968fdc11131929e78bc51a1f3 Author: Juergen Daubert <jue@jue.li> Date: Wed Mar 20 18:25:25 2013 +0100 newsbeuter: update to 2.6 diff --git a/newsbeuter/.md5sum b/newsbeuter/.md5sum index 3f62e32..e540cd8 100644 --- a/newsbeuter/.md5sum +++ b/newsbeuter/.md5sum @@ -1,2 +1 @@ -20a3bf0acfe68fb6480cec8ab1460f41 newsbeuter-2.5-gcc47.patch -bb8cd3f2a3693de4c16be28c869a1f75 newsbeuter-2.5.tar.gz +4a36627c5fabca6b2718a0ac78e6666f newsbeuter-2.6.tar.gz diff --git a/newsbeuter/Pkgfile b/newsbeuter/Pkgfile index d75f53d..baf8bb2 100644 --- a/newsbeuter/Pkgfile +++ b/newsbeuter/Pkgfile @@ -4,14 +4,12 @@ # Depends on: curl libxml2 sqlite3 stfl json-c name=newsbeuter -version=2.5 -release=2 -source=(http://www.newsbeuter.org/downloads/$name-$version.tar.gz - $name-$version-gcc47.patch) +version=2.6 +release=1 +source=(http://www.newsbeuter.org/downloads/$name-$version.tar.gz) build () { cd $name-$version - patch -p1 -i $SRC/$name-$version-gcc47.patch export prefix=/usr mandir=/usr/man ./config.sh make diff --git a/newsbeuter/newsbeuter-2.5-gcc47.patch b/newsbeuter/newsbeuter-2.5-gcc47.patch deleted file mode 100644 index 32ada5c..0000000 --- a/newsbeuter/newsbeuter-2.5-gcc47.patch +++ /dev/null @@ -1,79 +0,0 @@ -commit a465b31a478ba16b423d7e3b5cea5476b80d769c -Author: Andreas Krennmair <ak@synflood.at> -Date: Tue May 8 13:01:19 2012 +0200 - - apply patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667296 to fix gcc 4.7 compilation issues. - -diff --git a/src/controller.cpp b/src/controller.cpp -index 11d59f2..7cfbf6f 100644 ---- a/src/controller.cpp -+++ b/src/controller.cpp -@@ -30,6 +30,7 @@ - #include <ctime> - #include <cassert> - #include <signal.h> -+#include <unistd.h> - #include <sys/utsname.h> - #include <langinfo.h> - #include <libgen.h> -diff --git a/src/google_api.cpp b/src/google_api.cpp -index 0153a78..75af379 100644 ---- a/src/google_api.cpp -+++ b/src/google_api.cpp -@@ -7,6 +7,8 @@ - #include <config.h> - #include <utils.h> - -+#include <unistd.h> -+ - #include <curl/curl.h> - - #define GREADER_LOGIN "https://www.google.com/accounts/ClientLogin" -diff --git a/src/pb_controller.cpp b/src/pb_controller.cpp -index 2524fa2..472a124 100644 ---- a/src/pb_controller.cpp -+++ b/src/pb_controller.cpp -@@ -12,6 +12,7 @@ - #include <pwd.h> - #include <cstdlib> - #include <signal.h> -+#include <unistd.h> - - #include <keymap.h> - #include <configcontainer.h> -diff --git a/src/queueloader.cpp b/src/queueloader.cpp -index 03b6207..0cbba26 100644 ---- a/src/queueloader.cpp -+++ b/src/queueloader.cpp -@@ -8,6 +8,8 @@ - #include <config.h> - #include <libgen.h> - -+#include <unistd.h> -+ - using namespace newsbeuter; - - namespace podbeuter { -diff --git a/src/reloadthread.cpp b/src/reloadthread.cpp -index a405a73..dcf41e9 100644 ---- a/src/reloadthread.cpp -+++ b/src/reloadthread.cpp -@@ -1,5 +1,6 @@ - #include <reloadthread.h> - #include <logger.h> -+#include <unistd.h> - - namespace newsbeuter { - -diff --git a/src/utils.cpp b/src/utils.cpp -index e465564..ee6321a 100644 ---- a/src/utils.cpp -+++ b/src/utils.cpp -@@ -11,6 +11,7 @@ - #include <libgen.h> - #include <sys/utsname.h> - -+#include <unistd.h> - #include <sstream> - #include <locale> - #include <cwchar>
participants (1)
-
crux@crux.nu