Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fcccbb2ed5bedc4b168926c4e6cca708acb0dbca
commit fcccbb2ed5bedc4b168926c4e6cca708acb0dbca Author: crazy <[EMAIL PROTECTED]> Date: Sun Dec 9 06:32:38 2007 +0100 pdns-recursor-3.1.4-3-i686 * release bump * fixed depends() * fixed CXXFLAGS * ohh well for the rest see the diff * please someone take over this .. diff --git a/source/network-extra/pdns-recursor/FrugalBuild b/source/network-extra/pdns-recursor/FrugalBuild index 1681f4b..df919d8 100644 --- a/source/network-extra/pdns-recursor/FrugalBuild +++ b/source/network-extra/pdns-recursor/FrugalBuild @@ -4,27 +4,37 @@ pkgname=pdns-recursor pkgver=3.1.4 -pkgrel=2 +pkgrel=3 pkgdesc="Power DNS recursor" url="http://www.powerdns.com/" -depends=('glibc') -makedepends=('boost>=1.34.0') +depends=('libstdc++') +makedepends=('boost>=1.34.1') groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx --dump http://downloads.powerdns.com/releases/?M=D|grep recursor|sed 's/.*recursor-\(.*\).tar.*/\1/;1 q'" source=(http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2 \ rc.pdns-recursor recursor.conf atomicity_fix.patch) -build() { - Fcd $pkgname-$pkgver - # Fix for gcc4.2.0 atomicity.h problem - Fpatchall - Fconf --libdir=/usr/lib/pdns --sysconfdir=/etc/powerdns --enable-pdns_server --enable-recursor --with-pgsql-includes=/usr/include --with-sqlite-includes=/usr/include --with-modules="geo" --with-dynmodules="mysql gmysql gpgsql gsqlite pipe" - Fmakeinstall - Fmkdir /etc/powerdns - Fmkdir /lib/initscripts/messages/hu/LC_MESSAGES - msgfmt -o $Fdestdir/lib/initscripts/messages/hu/LC_MESSAGES/$pkgname.mo $startdir/hu.po - Frcd2 pdns-recursor +build() +{ + Fcd $pkgname-$pkgver + # Fix for gcc4.2.0 atomicity.h problem + Fpatchall + Fconf \ + --libdir=/usr/lib/pdns \ + --sysconfdir=/etc/powerdns \ + --enable-pdns_server \ + --enable-recursor \ + --with-pgsql-includes=/usr/include \ + --with-sqlite-includes=/usr/include \ + --with-modules="geo" \ + --with-dynmodules="mysql gmysql gpgsql gsqlite pipe" + make OPTFLAGS="" || Fdie + Fmakeinstall + Fmkdir /etc/powerdns + Fmkdir /lib/initscripts/messages/hu/LC_MESSAGES + msgfmt -o $Fdestdir/lib/initscripts/messages/hu/LC_MESSAGES/$pkgname.mo $startdir/hu.po + Frcd2 pdns-recursor } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
