pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/mdoclint Recognize libpthread_dbg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb1ef665a316
branches:  trunk
changeset: 355173:bb1ef665a316
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 24 12:09:14 2016 +0000

description:
Recognize libpthread_dbg.

diffstat:

 textproc/mdoclint/Makefile       |  4 ++--
 textproc/mdoclint/files/mdoclint |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 0ec05f38763b -r bb1ef665a316 textproc/mdoclint/Makefile
--- a/textproc/mdoclint/Makefile        Thu Nov 24 11:35:23 2016 +0000
+++ b/textproc/mdoclint/Makefile        Thu Nov 24 12:09:14 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2016/09/03 18:19:40 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2016/11/24 12:09:14 wiz Exp $
 
-DISTNAME=      mdoclint-1.42
+DISTNAME=      mdoclint-1.43
 CATEGORIES=    textproc
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r 0ec05f38763b -r bb1ef665a316 textproc/mdoclint/files/mdoclint
--- a/textproc/mdoclint/files/mdoclint  Thu Nov 24 11:35:23 2016 +0000
+++ b/textproc/mdoclint/files/mdoclint  Thu Nov 24 12:09:14 2016 +0000
@@ -1,7 +1,7 @@
 #!@PERL5@
 #
 # $OpenBSD: mdoclint,v 1.48 2016/01/24 20:10:48 schwarze Exp $
-# $NetBSD: mdoclint,v 1.61 2016/09/03 18:19:40 wiz Exp $
+# $NetBSD: mdoclint,v 1.62 2016/11/24 12:09:14 wiz Exp $
 #
 # Copyright (c) 2001-2013 Thomas Klausner
 # All rights reserved.
@@ -139,6 +139,7 @@
     "libppath" => 1,
     "libprop" => 1,
     "libpthread" => 1,
+    "libpthread_dbg" => 1,
     "libpuffs" => 1,
     "libquota" => 1,
     "librefuse" => 1,



Home | Main Index | Thread Index | Old Index