Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=782122f6ab5cdf4d6daddc485541c89b475d253c

commit 782122f6ab5cdf4d6daddc485541c89b475d253c
Author: Krisztian VASAS <i...@frugalware.org>
Date:   Thu May 27 13:33:38 2010 +0200

pdns-2.9.22-1-x86_64
- version bump
- fixed up2date
- added a compile fix for gcc 4.4

diff --git a/source/network-extra/pdns/FrugalBuild 
b/source/network-extra/pdns/FrugalBuild
index 695e824..f958787 100644
--- a/source/network-extra/pdns/FrugalBuild
+++ b/source/network-extra/pdns/FrugalBuild
@@ -4,7 +4,7 @@
# Contributor: Zoltan Kiss <djsmi...@frugalware.org>

pkgname=pdns
-pkgver=2.9.21.1
+pkgver=2.9.22
pkgrel=1
pkgdesc="Power DNS Server and Recursor"
url="http://www.powerdns.com/";
@@ -12,13 +12,15 @@ depends=('libstdc++' 'sqlite2' 'libmysqlclient' 'libpq' 
'pdns-recursor>=3.1.5-1'
makedepends=('mysql' 'postgresql' 'boost>=1.34.1')
groups=('network-extra')
archs=('i686' 'x86_64')
-up2date="lynx --dump http://downloads.powerdns.com/releases/?M=D|grep 
pdns-.*gz$|sed 's/.*-\(.*\)\.t.*/\1/;q'"
+up2date="lynx --dump 'http://downloads.powerdns.com/releases/?C=M;O=D' | grep 
pdns-.*gz$ | sed 's/.*-\(.*\)\.t.*/\1/;q'"
source=(http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz \
-       rc.pdns pdns.conf gcc43.patch)
-sha1sums=('d2f9f55223411114ce229b4728228f6739f2e708' \
+       rc.pdns \
+       pdns.conf \
+       gcc44_missing_includes.patch)
+sha1sums=('2c0888c8252299c5a17dc69eec289e90c7e8f3ff' \
'a51e9ff119af06e682452b640c47a4732642ee3a' \
'7c8e2c75ff2d070d2b15a7430285062edf972b59' \
-         '2f6d8bf8b3c782aa6adfde1bdf65fda462eb3822')
+         '1f5be126c92b78509ca542532a03d1c42a3effbb')
build()
{
Fbuild \
diff --git a/source/network-extra/pdns/gcc44_missing_includes.patch 
b/source/network-extra/pdns/gcc44_missing_includes.patch
new file mode 100644
index 0000000..5d9e395
--- /dev/null
+++ b/source/network-extra/pdns/gcc44_missing_includes.patch
@@ -0,0 +1,24 @@
+Index: b/pdns/dnsparser.cc
+===================================================================
+--- a/pdns/dnsparser.cc
++++ b/pdns/dnsparser.cc
+@@ -20,6 +20,7 @@
+ #include "dnswriter.hh"
+ #include <boost/lexical_cast.hpp>
+ #include <boost/algorithm/string.hpp>
++#include <cstdio>
+
+ using namespace boost;
+
+Index: b/pdns/rcpgenerator.cc
+===================================================================
+--- a/pdns/rcpgenerator.cc
++++ b/pdns/rcpgenerator.cc
+@@ -20,6 +20,7 @@
+ #include "dnsparser.hh"
+ #include "misc.hh"
+ #include <boost/lexical_cast.hpp>
++#include <cstdio>
+ #include <iostream>
+ #include "base64.hh"
+ using namespace boost;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to