Date: Thu, 04 Feb 2016 08:10:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206909] [patch] dns/knot2 broken by latest nettle upgrade to version 3.2 Message-ID: <bug-206909-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206909 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@FreeBSD.org Reporter: truckman@FreeBSD.org CC: freebsd@dns-lab.com Keywords: patch CC: freebsd@dns-lab.com Flags: maintainer-feedback?(freebsd@dns-lab.com) Created attachment 166537 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166537&action= =3Dedit 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 dupli= cate typedef to match in the other branch of the outer #ifdef/#else/#endif. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206909-13>