From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-4.sys.kth.se (smtp-4.sys.kth.se [130.237.48.193]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s7A8RBaF024360 for ; Sun, 10 Aug 2014 04:27:11 -0400 (EDT) Received: from smtp-4.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-4.sys.kth.se (Postfix) with ESMTP id 1042463D for ; Sun, 10 Aug 2014 10:27:10 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-4.sys.kth.se ([127.0.0.1]) by smtp-4.sys.kth.se (smtp-4.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9Z6ihSklYBcg for ; Sun, 10 Aug 2014 10:26:59 +0200 (CEST) X-KTH-Auth: kristaps [2a02:1205:5033:5b0:c187:c525:e154:78f6] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: tech@mdocml.bsd.lv Received: from [IPv6:2a02:1205:5033:5b0:c187:c525:e154:78f6] (unknown [IPv6:2a02:1205:5033:5b0:c187:c525:e154:78f6]) by smtp-4.sys.kth.se (Postfix) with ESMTPSA id 0C9EA577 for ; Sun, 10 Aug 2014 10:26:53 +0200 (CEST) Message-ID: <53E72CCC.1050205@bsd.lv> Date: Sun, 10 Aug 2014 10:26:52 +0200 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv Subject: Re: OSX + mmap + mansearch.c + documentation References: <53E60B48.5000003@bsd.lv> <20140809150403.GB30999@iris.usta.de> In-Reply-To: <20140809150403.GB30999@iris.usta.de> Content-Type: multipart/mixed; boundary="------------050502010705070804010303" This is a multi-part message in MIME format. --------------050502010705070804010303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ingo, Enclosed is a patch to fix dependencies broken by this commit. Ok? > That release candidate contains another fix for an issue > reported by Thomas Klausner: config.h was forgotten in > mansearch_const.c. Best, Kristaps --------------050502010705070804010303 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="Makefile.depend.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.depend.patch" Index: Makefile.depend =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile.depend,v retrieving revision 1.2 diff -u -p -r1.2 Makefile.depend --- Makefile.depend 5 Aug 2014 16:12:25 -0000 1.2 +++ Makefile.depend 10 Aug 2014 08:24:52 -0000 @@ -31,7 +31,7 @@ mandocdb.o: mandocdb.c config.h mdoc.h m manpage.o: manpage.c config.h manpath.h mansearch.h manpath.o: manpath.c config.h mandoc_aux.h manpath.h mansearch.o: mansearch.c config.h mandoc.h mandoc_aux.h manpath.h mansearch.h -mansearch_const.o: mansearch_const.c manpath.h mansearch.h +mansearch_const.o: mansearch_const.c config.h manpath.h mansearch.h mdoc.o: mdoc.c config.h mdoc.h mandoc.h mandoc_aux.h libmdoc.h libmandoc.h mdoc_argv.o: mdoc_argv.c config.h mdoc.h mandoc.h mandoc_aux.h libmdoc.h libmandoc.h mdoc_hash.o: mdoc_hash.c config.h mdoc.h libmdoc.h --------------050502010705070804010303-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv