diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-04-17 09:33:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-04-17 09:33:28 +0000 |
commit | 5d7b41d825a8e5789c52f875fdd6bbfc981dc720 (patch) | |
tree | df9ddf2f862b103d3f28f0422879eef8c0f3c7e8 /dns/powerdns-recursor40/Makefile | |
parent | ac845f1196b9717c031a3fa9d281bfefffb080a3 (diff) |
dns/powerdns-recursor40: unbreak with boost 1.67
In file included from ecs.cc:1:
In file included from ./syncres.hh:43:
In file included from ./recpacketcache.hh:39:
In file included from ./rec-protobuf.hh:24:
In file included from ./protobuf.hh:34:
In file included from /usr/local/include/boost/uuid/uuid_generators.hpp:17:
In file included from /usr/local/include/boost/uuid/random_generator.hpp:19:
In file included from /usr/local/include/boost/tti/has_member_function.hpp:15:
In file included from /usr/local/include/boost/tti/detail/dmem_fun.hpp:11:
In file included from /usr/local/include/boost/function_types/is_member_function_pointer.hpp:14:
In file included from /usr/local/include/boost/function_types/components.hpp:61:
/usr/local/include/boost/function_types/detail/class_transform.hpp:26:31: error: expected a qualified name after 'typename'
template<typename T, typename L>
^
./recursor_cache.hh:43:11: note: expanded from macro 'L'
#define L theL()
^
PR: 227427
Reported by: antoine (via exp-run)
Obtained from: upstream
Notes
Notes:
svn path=/head/; revision=467587
Diffstat (limited to 'dns/powerdns-recursor40/Makefile')
-rw-r--r-- | dns/powerdns-recursor40/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns-recursor40/Makefile b/dns/powerdns-recursor40/Makefile index 827032b10b84..fd1418fdd28a 100644 --- a/dns/powerdns-recursor40/Makefile +++ b/dns/powerdns-recursor40/Makefile @@ -3,7 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- |