tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: tech@mdocml.bsd.lv
Subject: Re: OSX + mmap + mansearch.c + documentation
Date: Sun, 10 Aug 2014 10:26:52 +0200	[thread overview]
Message-ID: <53E72CCC.1050205@bsd.lv> (raw)
In-Reply-To: <20140809150403.GB30999@iris.usta.de>

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

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

[-- Attachment #2: Makefile.depend.patch --]
[-- Type: text/plain, Size: 898 bytes --]

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

      reply	other threads:[~2014-08-10  8:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-09 11:51 Kristaps Dzonsons
2014-08-09 15:04 ` Ingo Schwarze
2014-08-10  8:26   ` Kristaps Dzonsons [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53E72CCC.1050205@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=tech@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).