[Bug 206909] [patch] dns/knot2 broken by latest nettle upgrade to version 3.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 4 08:10:40 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206909
Bug ID: 206909
Summary: [patch] dns/knot2 broken by latest nettle upgrade to
version 3.2
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: truckman at FreeBSD.org
CC: freebsd at dns-lab.com
Keywords: patch
CC: freebsd at dns-lab.com
Flags: maintainer-feedback?(freebsd at dns-lab.com)
Created attachment 166537
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166537&action=edit
patch to unbreak dns/knot2 with nettle version 3.2
knot2 tried to get too cute in a typedef definition by putting
#include <nettle/version.h>
in the middle of the definition. This might have worked previously if
<nettle/version.h> only contained some #define statements, but there are now
some function declarations in there now, which breaks the typedef.
Unbreak by moving the typedef keyword after the #include and adding a duplicate
typedef to match in the other branch of the outer #ifdef/#else/#endif.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list