From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 26 14:00:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C986535 for ; Mon, 26 Nov 2012 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 447D88FC08 for ; Mon, 26 Nov 2012 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQE01D0078110 for ; Mon, 26 Nov 2012 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAQE01p7078109; Mon, 26 Nov 2012 14:00:01 GMT (envelope-from gnats) Date: Mon, 26 Nov 2012 14:00:01 GMT Message-Id: <201211261400.qAQE01p7078109@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: freebsd@dns-lab.com Subject: Re: ports/173422: [MAINTAINER-UPDATE] dns/knot: update to 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd@dns-lab.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 14:00:01 -0000 The following reply was made to PR ports/173422; it has been noted by GNATS. From: freebsd@dns-lab.com To: bug-followup@FreeBSD.org Cc: erwin@FreeBSD.org Subject: Re: ports/173422: [MAINTAINER-UPDATE] dns/knot: update to 1.1.1 Date: Mon, 26 Nov 2012 13:32:48 +0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Yes, I rather go for 1.1.2 I have tested it on i386 and discovered a slight difference in the manual files. For the rest it (for me) all worked fine. By these I attach the patch for 1.1.2 Leo. --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="knot.diff.txt" 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 --YiEDa0DAkWCtVeE4--