Bug 91042 - [NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and drafts
Summary: [NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and drafts
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 06:50 UTC by Konstantin Saurbier
Modified: 2005-12-30 04:24 UTC (History)
1 user (show)

See Also:


Attachments
ldns-1.0.0.shar (11.29 KB, text/plain)
2005-12-29 06:50 UTC, Konstantin Saurbier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Saurbier 2005-12-29 06:50:02 UTC
Ldns is a library to simplify implementaition of recent DNS RFCs. The goal
is to allow depelopers to easily create software conforming to current RFCs
and experimental software for current Internet drafts.
Because ldns is written in C it should be a lot faster than Perl or other
scripting languages.

WWW: http://www.nlnetlabs.nl/ldns/

Generated with FreeBSD Port Tools 0.63
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-12-29 09:35:34 UTC
State Changed
From-To: open->feedback

The port fails to install on the installation of the manpages: 

./install-sh  -d doc 
cat ./ldns/*.h | ./doc/doxyparse.pl -m ./doc/function_manpages 2>&1 |  
grep -v ^doxygen | grep -v ^cat  > doc/ldns_manpages 
./install-sh  -d /usr/local/man/man3 
cp -Rp doc/man/man3/* /usr/local/man/man3/ 
cp: doc/man/man3/*: No such file or directory 
gmake: *** [install-doc] Error 1 
*** Error code 2 

Full log: http://tb2.droso.net/errors/7.0-Erwin/ldns-1.0.0.log
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-30 04:24:14 UTC
State Changed
From-To: feedback->closed

Committed, thanks!