diff -rupN knot.orig/Makefile knot/Makefile --- knot.orig/Makefile 2012-10-03 20:33:48.000000000 +0000 +++ knot/Makefile 2012-11-26 13:14:47.000000000 +0000 @@ -2,7 +2,7 @@ # $FreeBSD: ports/dns/knot/Makefile,v 1.10 2012/10/03 20:33:48 jgh Exp $ PORTNAME= knot -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.2 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -32,7 +32,8 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME}d -MAN8= knot.conf.8 knotc.8 knotd.8 +MAN8= knotc.8 knotd.8 +MAN5= knot.conf.5 INFO= knot diff -rupN knot.orig/distinfo knot/distinfo --- knot.orig/distinfo 2012-10-03 20:13:36.000000000 +0000 +++ knot/distinfo 2012-11-26 12:49:32.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (knot-1.1.0.tar.gz) = 6b1a429d39abb8378e2c62750e04d04a67ef89daae52fefb5c93b881c001446e -SIZE (knot-1.1.0.tar.gz) = 1180069 +SHA256 (knot-1.1.2.tar.gz) = a44457257d49c58ce444cdbf74062bb4467144fe8769a8d5fcf9ef691e402bdb +SIZE (knot-1.1.2.tar.gz) = 1198555 diff -rupN knot.orig/files/patch-src__config.h.in knot/files/patch-src__config.h.in --- knot.orig/files/patch-src__config.h.in 2012-05-21 20:35:20.000000000 +0000 +++ knot/files/patch-src__config.h.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ ---- ./src/config.h.in.orig 2012-05-17 20:44:57.000000000 +0900 -+++ ./src/config.h.in 2012-05-17 20:46:19.000000000 +0900 -@@ -362,3 +362,8 @@ - - /* Define as `fork' if `vfork' does not work. */ - #undef vfork -+ -+/* Define cpu_set_t because does not define. */ -+#if defined(__FreeBSD__) -+#define cpu_set_t cpuset_t -+#endif diff -rupN knot.orig/files/patch-src__knot__server__dthreads.h knot/files/patch-src__knot__server__dthreads.h --- knot.orig/files/patch-src__knot__server__dthreads.h 2012-05-21 20:35:20.000000000 +0000 +++ knot/files/patch-src__knot__server__dthreads.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ ---- ./src/knot/server/dthreads.h.orig 2012-05-17 18:14:06.000000000 +0900 -+++ ./src/knot/server/dthreads.h 2012-05-17 20:44:41.000000000 +0900 -@@ -40,6 +40,11 @@ - #define _KNOTD_DTHREADS_H_ - - #include -+#ifdef HAVE_PTHREAD_SETAFFINITY_NP -+# if defined(__FreeBSD__) -+#include -+# endif -+#endif - - /* Forward decls */ - struct dthread_t; \ No newline at end of file