Created attachment 170239 [details] shar archive Passes poudriere on 9 and 10.
Hi, this fails on configure stage, because it requires msgpack >= 1.2, while 1.1 is currently available.
Exactly, please note the Bug#209474 that it depends on.
Yuri, have you looked at 0.6.0, that was recently released ? Interestingly, it fails to build on 11a. 0.5.2 looks better.
Kurt, I looked at 0.6.0 and it is broken with some missing includes. So I will keep 0.5.2 for now. Thanks, Yuri
Committed, thanks!
A commit references this bug: Author: pi Date: Sat May 28 06:10:11 UTC 2016 New revision: 415975 URL: https://svnweb.freebsd.org/changeset/ports/415975 Log: New port: devel/opendht A lightweight C++11 Distributed Hash Table implementation originally based on https://github.com/jech/dht by Juliusz Chroboczek. * Light and fast C++11 Kademlia DHT library. * Distributed shared key->value data-store * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 56 KB. * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding. WWW: https://github.com/savoirfairelinux/opendht/ PR: 209476 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/devel/Makefile head/devel/opendht/ head/devel/opendht/Makefile head/devel/opendht/distinfo head/devel/opendht/files/ head/devel/opendht/files/patch-include_opendht_value.h head/devel/opendht/pkg-descr head/devel/opendht/pkg-plist