From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 458f3626 for ; Sat, 9 Jul 2016 08:18:30 -0500 (EST) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 3388FA5A0; Sat, 9 Jul 2016 15:18:28 +0200 (CEST) Date: Sat, 9 Jul 2016 15:18:28 +0200 From: Thomas Klausner To: tech@mdocml.bsd.lv Cc: Joerg Sonnenberger Subject: Re: call for testing: mandoc-1.13.4 release candidate Message-ID: <20160709131828.GB5161@danbala.tuwien.ac.at> References: <20160709131158.GA6629@athene.usta.de> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <20160709131158.GA6629@athene.usta.de> --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've tested 1.13.4rc1 on NetBSD-7.99.33 and it built fine, 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. Cheers, Thomas --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-demandoc.c" $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 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-mandocdb.c" $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 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-manpage.c" $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 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-mansearch.c" $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 --J2SCkAp4GZ/dPZZf-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv