From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from scc-mailout-kit-01.scc.kit.edu (scc-mailout-kit-01.scc.kit.edu [129.13.231.81]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id b9e95416 for ; Sat, 9 Jul 2016 10:30:22 -0500 (EST) Received: from asta-nat.asta.uni-karlsruhe.de ([172.22.63.82] helo=hekate.usta.de) by scc-mailout-kit-01.scc.kit.edu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (envelope-from ) id 1bLuCy-0001i5-6n; Sat, 09 Jul 2016 17:30:21 +0200 Received: from donnerwolke.usta.de ([172.24.96.3]) by hekate.usta.de with esmtp (Exim 4.77) (envelope-from ) id 1bLuCx-0007rA-4B; Sat, 09 Jul 2016 17:30:19 +0200 Received: from athene.usta.de ([172.24.96.10]) by donnerwolke.usta.de with esmtp (Exim 4.84_2) (envelope-from ) id 1bLuCw-0004Ik-UH; Sat, 09 Jul 2016 17:30:19 +0200 Received: from localhost (athene.usta.de [local]) by athene.usta.de (OpenSMTPD) with ESMTPA id a315ffbf; Sat, 9 Jul 2016 17:30:18 +0200 (CEST) Date: Sat, 9 Jul 2016 17:30:18 +0200 From: Ingo Schwarze To: Thomas Klausner Cc: tech@mdocml.bsd.lv, Joerg Sonnenberger Subject: Re: call for testing: mandoc-1.13.4 release candidate Message-ID: <20160709153018.GC6629@athene.usta.de> References: <20160709131158.GA6629@athene.usta.de> <20160709131828.GB5161@danbala.tuwien.ac.at> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160709131828.GB5161@danbala.tuwien.ac.at> User-Agent: Mutt/1.6.2 (2016-07-01) Hi Thomas & Joerg, Thomas Klausner NetBSD wrote on Sat, Jul 09, 2016 at 03:18:28PM +0200: > I've tested 1.13.4rc1 on NetBSD-7.99.33 and it built fine, thank you. Thank you! > There are a couple of patches in pkgsrc by joerg that, it seems, have > not been sent upstream. They remove the inclusion of getopt.h. At > least on NetBSD, the getopt(3) man page mentions that getopt is in > unistd.h. OpenBSD manuals and header files agree, and more importantly, so does POSIX. Nothing break on Linux, Solaris 9, 10, or 11 either, so i committed the patch. Thank you, Ingo > $NetBSD: patch-demandoc.c,v 1.1 2015/12/10 02:50:19 joerg Exp $ > > --- demandoc.c.orig 2015-12-07 15:20:07.413956576 +0000 > +++ demandoc.c > @@ -20,7 +20,6 @@ > > #include > #include > -#include > #include > #include > #include > $NetBSD: patch-mandocdb.c,v 1.7 2015/12/10 02:50:19 joerg Exp $ > > --- mandocdb.c.orig 2015-12-07 15:20:09.513956486 +0000 > +++ mandocdb.c > @@ -30,7 +30,6 @@ > #else > #include "compat_fts.h" > #endif > -#include > #include > #include > #include > $NetBSD: patch-manpage.c,v 1.1 2015/12/10 02:50:19 joerg Exp $ > > --- manpage.c.orig 2015-12-07 15:20:30.565955584 +0000 > +++ manpage.c > @@ -20,7 +20,6 @@ > #include > > #include > -#include > #include > #include > #include > $NetBSD: patch-mansearch.c,v 1.1 2015/12/10 02:50:19 joerg Exp $ > > --- mansearch.c.orig 2016-07-09 11:15:54.000000000 +0000 > +++ mansearch.c > @@ -26,7 +26,6 @@ > #endif > #include > #include > -#include > #include > #include > #include -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv