Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52276 Details for
Bug 83510
net-dns/pdns-2.9.17.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-dns/pdns-2.9.17.ebuild (Update)
pdns-2.9.17.ebuild (text/plain), 1.31 KB, created by
Ben Beuchler
on 2005-02-27 17:01:28 UTC
(
hide
)
Description:
net-dns/pdns-2.9.17.ebuild (Update)
Filename:
MIME Type:
Creator:
Ben Beuchler
Created:
2005-02-27 17:01:28 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="The PowerDNS Daemon." >SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" >HOMEPAGE="http://www.powerdns.com/" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="sqlite mysql postgres static ldap pdns_recursive" > >DEPEND="virtual/libc > sqlite? ( >=dev-db/sqlite ) > mysql? ( >=dev-db/mysql-3.23.54a ) > postgres? ( >=dev-cpp/libpqpp-4.0-r1 ) > ldap? ( >=net-nds/openldap-2.0.27-r4 )" > >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} && cd ${S} > epatch ${FILESDIR}/pdns-2.9.17-amd64-fix.diff >} > >src_compile() { > local myconf="" > local modules="" > > use static && myconf="$myconf --enable-static-binaries" > use postgres && myconf="$myconf --with-pgsql-includes=/usr/include" > > use mysql && modules="gmysql $modules" > use postgres && modules="gpgsql $modules" > use ldap && modules="ldap $modules" > use sqlite && modules="gsqlite $modules" > > econf --with-modules="$modules" \ > $(use_enable pdns_recursive recursor) \ > $myconf || die "Configuration failed" > > emake || die "Make failed" >} > >src_install () { > make DESTDIR=${D} install || die > dodoc ChangeLog HACKING INSTALL README TODO WARNING pdns/COPYING > > exeinto /etc/init.d > doexe ${FILESDIR}/pdns > > mv ${D}/etc/pdns.conf-dist ${D}/etc/pdns.conf >}
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 Raw
Actions:
View
Attachments on
bug 83510
: 52276