Index: Makefile =================================================================== --- Makefile (revision 435758) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.1.15 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Index: files/patch-query.c =================================================================== --- files/patch-query.c (nonexistent) +++ files/patch-query.c (working copy) @@ -0,0 +1,20 @@ +--- query.c.orig 2017-03-09 14:53:32 UTC ++++ query.c +@@ -664,7 +664,7 @@ add_additional_rrsets(struct query *quer + temp->rnode = NULL; + temp->dname = additional->dname; + #else +- memcpy(&temp->node, &additional->node, sizeof(rbnode_t)); ++ memcpy(&temp->node, &additional->node, sizeof(rbnode_type)); + temp->node.parent = NULL; + #endif + temp->number = additional->number; +@@ -1113,7 +1113,7 @@ answer_authoritative(struct nsd *nsd, + match->rnode = NULL; + match->dname = wildcard_child->dname; + #else +- memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_t)); ++ memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_type)); + match->node.parent = NULL; + #endif + match->parent = closest_encloser; Property changes on: files/patch-query.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property