Bug 83605 - Update dns/powerdns to version 2.9.18
Summary: Update dns/powerdns to version 2.9.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-17 14:40 UTC by Ralf van der Enden
Modified: 2005-07-18 14:00 UTC (History)
0 users

See Also:


Attachments
pdns-2.9.18.diff (21.71 KB, patch)
2005-07-17 14:40 UTC, Ralf van der Enden
no flags Details | Diff
pdns-2.9.18-1.diff (1.96 KB, patch)
2005-07-18 10:06 UTC, Ralf.vdEnden
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf van der Enden 2005-07-17 14:40:07 UTC
Update to PowerDNS v2.9.18
- See http://doc.powerdns.com/changelog.html#CHANGELOG-2-9-18 for the changelog
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-17 22:45:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Grab
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 07:18:25 UTC
State Changed
From-To: open->feedback

Does not compile: 

/bin/sh ../libtool --tag=CXX --mode=link c++ -DSYSCONFDIR="/usr/local/etc" -DLIBDIR="/usr/local/lib" -DLOCALSTATEDIR="/var/run" -Ibackends/bind  -pthread -O -pipe -DDLLIMPORT= -I/usr/local/include -Wall -O2  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread  -o pdns_server ../modules/gpgsqlbackend/gpgsqlbackend.o ../modules/gpgsqlbackend/spgsql.o ../modules/pipebackend/coprocess.o ../modules/pipebackend/pipebackend.o  -lpq -lssl -lcrypto  -lcrypt -lresolv -lnsl    -rdynamic   dnspacket.o nameserver.o qtype.o logger.o arguments.o packethandler.o tcpreceiver.o packetcache.o statbag.o dnsbackend.o ws.o webserver.o session.o misc.o receiver.o ueberbackend.o dynlistener.o dynhandler.o resolver.o communicator.o dnsproxy.o randombackend.o unix_utility.o common_startup.o bindbackend2.o zoneparser2.o bindparser.o bindlexer.o huffman.o gsqlbackend.o sillyrecords.o bindbackend.o  -lz 
c++ -DSYSCONFDIR="/usr/local/etc" -DLIBDIR="/usr/local/lib" -DLOCALSTATEDIR="/var/run" -Ibackends/bind -O -pipe -DDLLIMPORT= -I/usr/local/include -Wall -O2 -Wl,-rpath -Wl,/usr/local/lib -o pdns_server ../modules/gpgsqlbackend/gpgsqlbackend.o ../modules/gpgsqlbackend/spgsql.o ../modules/pipebackend/coprocess.o ../modules/pipebackend/pipebackend.o -rdynamic dnspacket.o nameserver.o qtype.o logger.o arguments.o packethandler.o tcpreceiver.o packetcache.o statbag.o dnsbackend.o ws.o webserver.o session.o misc.o receiver.o ueberbackend.o dynlistener.o dynhandler.o resolver.o communicator.o dnsproxy.o randombackend.o unix_utility.o common_startup.o bindbackend2.o zoneparser2.o bindparser.o bindlexer.o huffman.o gsqlbackend.o sillyrecords.o bindbackend.o  -L/usr/local/lib -pthread -lpq -lssl -lcrypto -lcrypt -lresolv -lnsl -lz 
/usr/bin/ld: cannot find -lresolv 
gmake[3]: *** [pdns_server] Error 1 
gmake[3]: Leaving directory `/work/a/ports/dns/powerdns/work/pdns-2.9.18/pdns' 
gmake[2]: *** [all-recursive] Error 1 
gmake[2]: Leaving directory `/work/a/ports/dns/powerdns/work/pdns-2.9.18/pdns' 
gmake[1]: *** [all-recursive] Error 1 
gmake[1]: Leaving directory `/work/a/ports/dns/powerdns/work/pdns-2.9.18' 
gmake: *** [all] Error 2 
*** Error code 2
Comment 3 Ralf.vdEnden 2005-07-18 10:06:17 UTC
Hi Pav,

Since I use PowerDNS + MySQL I had no clue the libraries the author of pdns
added would break compilation for postgres. Attached is an extra patch (to
be applied after the first one is applied) which will add two patch files
and hopefully fix the problem.

Regards,
Ralf
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-18 14:00:02 UTC
State Changed
From-To: feedback->closed

Committed with modifications (plist fix and 4.X - gcc change)