Thu Nov 26 19:47:54 2020 UTC ()
Update to 0.35.0

  Add the following new features: arc4random, bswap, dprintf, efun,
  errc, fparseln, fts, posix_getopt, raise_default_signals,
  reallocarray, strsep and vis.
  See mk-configure.7 for details.

  Fixes:
    * mkc_check_decl: fix "prototype" mode. Extraction of function name
      was incorrect.  Add one more regression test for this case in
      tests/os_NetBSD.
    * Avoid multiple repetition of MKC_COMMON_DEFINES in CPPFLAGS
    * Fix target "depend" that failed if SRCS contains full path to
      source code.

  Move -Wreturn-type from CFLAGS.warns.{clang,gcc}.2 to
  CFLAGS.warns.{clang,gcc}.1 and make it an error for C++

  CC_TYPE and CXX_TYPE are correctly set if MKC_CHECK_CUSTOM is set.

  Use .error bmake command for checking MKC_REQD.  Also, move
  appropriate check to mkc_imp.preinit.mk, so it is checked in the
  very beginning.  Documentation and error message are slightly
  updated.

  Rename variable DISTCLEANFILES to CLEANDIRFILES, DISTCLEANFILES is
  considered deprecated.

  Rename variable DISTCLEANDIRS to CLEANDIRDIRS, DISTCLEANDIRS is
  considered deprecated.

  Add support for latest Intel C/C++ compiler.  We have to always add
  -we10006 option to it in order it fail when invalid option is used.

  Adapt some features for using functions implementation from
  libnbcompat and libbsd libraries.

  Use .depend_${.CURDIR:T} instead .depend to support MAKEOBJDIR.

  New tests and examples.


(cheusov)
diff -r1.34 -r1.35 pkgsrc/devel/mk-configure/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/mk-configure/PLIST
diff -r1.26 -r1.27 pkgsrc/devel/mk-configure/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/devel/mk-configure/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mk-configure/Makefile 2020/05/14 17:45:44 1.34
+++ pkgsrc/devel/mk-configure/Makefile 2020/11/26 19:47:54 1.35
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.34 2020/05/14 17:45:44 cheusov Exp $ 1# $NetBSD: Makefile,v 1.35 2020/11/26 19:47:54 cheusov Exp $
2# 2#
3 3
4DISTNAME= mk-configure-0.34.2 4DISTNAME= mk-configure-0.35.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/}
7 7
8MAINTAINER= cheusov@NetBSD.org 8MAINTAINER= cheusov@NetBSD.org
9HOMEPAGE= https://sourceforge.net/projects/mk-configure 9HOMEPAGE= https://sourceforge.net/projects/mk-configure
10COMMENT= Lightweight but powerful replacement for GNU autotools 10COMMENT= Lightweight but powerful replacement for GNU autotools
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= bmake-[0-9]*:../../devel/bmake 13DEPENDS+= bmake-[0-9]*:../../devel/bmake
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16 16
17BUILD_TARGET= all all-doc 17BUILD_TARGET= all all-doc

cvs diff -r1.17 -r1.18 pkgsrc/devel/mk-configure/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/mk-configure/PLIST 2020/03/30 14:10:55 1.17
+++ pkgsrc/devel/mk-configure/PLIST 2020/11/26 19:47:54 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.17 2020/03/30 14:10:55 cheusov Exp $ 1@comment $NetBSD: PLIST,v 1.18 2020/11/26 19:47:54 cheusov Exp $
2bin/mkc_check_compiler 2bin/mkc_check_compiler
3bin/mkc_check_custom 3bin/mkc_check_custom
4bin/mkc_check_decl 4bin/mkc_check_decl
5bin/mkc_check_funclib 5bin/mkc_check_funclib
6bin/mkc_check_header 6bin/mkc_check_header
7bin/mkc_check_prog 7bin/mkc_check_prog
8bin/mkc_check_sizeof 8bin/mkc_check_sizeof
9bin/mkc_check_version 9bin/mkc_check_version
10bin/mkc_compiler_settings 10bin/mkc_compiler_settings
11bin/mkc_install 11bin/mkc_install
12bin/mkc_which 12bin/mkc_which
13bin/mkcmake 13bin/mkcmake
14libexec/mk-configure/mkc_check_common.sh 14libexec/mk-configure/mkc_check_common.sh
@@ -24,388 +24,425 @@ man/man1/mkc_check_version.1 @@ -24,388 +24,425 @@ man/man1/mkc_check_version.1
24man/man1/mkc_compiler_settings.1 24man/man1/mkc_compiler_settings.1
25man/man1/mkc_install.1 25man/man1/mkc_install.1
26man/man1/mkc_which.1 26man/man1/mkc_which.1
27man/man1/mkcmake.1 27man/man1/mkcmake.1
28man/man7/mk-configure.7 28man/man7/mk-configure.7
29share/doc/mk-configure/FAQ 29share/doc/mk-configure/FAQ
30share/doc/mk-configure/INSTALL.md 30share/doc/mk-configure/INSTALL.md
31share/doc/mk-configure/LICENSE 31share/doc/mk-configure/LICENSE
32share/doc/mk-configure/NEWS 32share/doc/mk-configure/NEWS
33share/doc/mk-configure/NOTES 33share/doc/mk-configure/NOTES
34share/doc/mk-configure/README.md 34share/doc/mk-configure/README.md
35share/doc/mk-configure/TODO 35share/doc/mk-configure/TODO
36share/doc/mk-configure/presentation.pdf 36share/doc/mk-configure/presentation.pdf
37share/examples/mk-configure/Makefile 
38share/examples/mk-configure/Makefile.inc 37share/examples/mk-configure/Makefile.inc
 38share/examples/mk-configure/RBTREE/Makefile
 39share/examples/mk-configure/RBTREE/expect.out
 40share/examples/mk-configure/RBTREE/hello_RBTREE.c
 41share/examples/mk-configure/RBTREE/input.in
 42share/examples/mk-configure/RBTREE/test.mk
39share/examples/mk-configure/README 43share/examples/mk-configure/README
 44share/examples/mk-configure/SLIST/Makefile
 45share/examples/mk-configure/SLIST/expect.out
 46share/examples/mk-configure/SLIST/hello_SLIST.c
 47share/examples/mk-configure/SLIST/input.in
 48share/examples/mk-configure/SLIST/test.mk
 49share/examples/mk-configure/arc4random/Makefile
 50share/examples/mk-configure/arc4random/expect.out
 51share/examples/mk-configure/arc4random/prog.c
 52share/examples/mk-configure/arc4random/test.mk
 53share/examples/mk-configure/autoconf/Makefile
 54share/examples/mk-configure/autoconf/expect.out
 55share/examples/mk-configure/autoconf/proj/AUTHORS
 56share/examples/mk-configure/autoconf/proj/COPYING
 57share/examples/mk-configure/autoconf/proj/ChangeLog
 58share/examples/mk-configure/autoconf/proj/Makefile.in
 59share/examples/mk-configure/autoconf/proj/NEWS
 60share/examples/mk-configure/autoconf/proj/README
 61share/examples/mk-configure/autoconf/proj/configure.ac
 62share/examples/mk-configure/autoconf/proj/hello_autoconf.c
 63share/examples/mk-configure/autoconf/test.mk
 64share/examples/mk-configure/autotools/Makefile
 65share/examples/mk-configure/autotools/expect.out
 66share/examples/mk-configure/autotools/proj/AUTHORS
 67share/examples/mk-configure/autotools/proj/COPYING
 68share/examples/mk-configure/autotools/proj/ChangeLog
 69share/examples/mk-configure/autotools/proj/Makefile.am
 70share/examples/mk-configure/autotools/proj/NEWS
 71share/examples/mk-configure/autotools/proj/README
 72share/examples/mk-configure/autotools/proj/configure.ac
 73share/examples/mk-configure/autotools/proj/main.c
 74share/examples/mk-configure/autotools/test.mk
 75share/examples/mk-configure/bswap/Makefile
 76share/examples/mk-configure/bswap/expect.out
 77share/examples/mk-configure/bswap/prog.c
 78share/examples/mk-configure/bswap/test.mk
 79share/examples/mk-configure/calc/Makefile
 80share/examples/mk-configure/calc/calc.y
 81share/examples/mk-configure/calc/expect.out
 82share/examples/mk-configure/calc/input.txt
 83share/examples/mk-configure/calc/test.mk
 84share/examples/mk-configure/calc2/Makefile
 85share/examples/mk-configure/calc2/expect.out
 86share/examples/mk-configure/calc2/expressions.txt
 87share/examples/mk-configure/calc2/lex.l
 88share/examples/mk-configure/calc2/parser.y
 89share/examples/mk-configure/calc2/test.mk
40share/examples/mk-configure/check_compiler_opts/Makefile 90share/examples/mk-configure/check_compiler_opts/Makefile
41share/examples/mk-configure/check_compiler_opts/expect.out 91share/examples/mk-configure/check_compiler_opts/expect.out
42share/examples/mk-configure/check_compiler_opts/hello_world.c 92share/examples/mk-configure/check_compiler_opts/hello_world.c
43share/examples/mk-configure/check_compiler_opts/test.mk 93share/examples/mk-configure/check_compiler_opts/test.mk
 94share/examples/mk-configure/compatlib/Makefile
 95share/examples/mk-configure/compatlib/Makefile.inc
 96share/examples/mk-configure/compatlib/expect.out
 97share/examples/mk-configure/compatlib/libcmpt/Makefile
 98share/examples/mk-configure/compatlib/prog1/Makefile
 99share/examples/mk-configure/compatlib/prog1/prog1.c
 100share/examples/mk-configure/compatlib/prog2/Makefile
 101share/examples/mk-configure/compatlib/prog2/prog2.c
 102share/examples/mk-configure/compatlib/test.mk
 103share/examples/mk-configure/compilers/Makefile
 104share/examples/mk-configure/compilers/compiler_test.c
 105share/examples/mk-configure/compilers/expect.out
 106share/examples/mk-configure/compilers/test.mk
 107share/examples/mk-configure/customtests/Makefile
 108share/examples/mk-configure/customtests/custom_tests/alloca_in_alloca_h.c
 109share/examples/mk-configure/customtests/custom_tests/alloca_in_stdlib_h.c
 110share/examples/mk-configure/customtests/custom_tests/cxx_with_templates.cc
 111share/examples/mk-configure/customtests/custom_tests/shtest
 112share/examples/mk-configure/customtests/custom_tests/true_is_available
 113share/examples/mk-configure/customtests/expect.out
 114share/examples/mk-configure/customtests/hello_customtests.c
 115share/examples/mk-configure/customtests/test.mk
 116share/examples/mk-configure/customtests2/Makefile
 117share/examples/mk-configure/customtests2/expect.out
 118share/examples/mk-configure/customtests2/hello_customtests2.c
 119share/examples/mk-configure/customtests2/test.mk
 120share/examples/mk-configure/cxx/Makefile
 121share/examples/mk-configure/cxx/expect.out
 122share/examples/mk-configure/cxx/five.c
 123share/examples/mk-configure/cxx/five.h
 124share/examples/mk-configure/cxx/hello_msg.cc
 125share/examples/mk-configure/cxx/hello_msg.h
 126share/examples/mk-configure/cxx/main.cc
 127share/examples/mk-configure/cxx/seven.c
 128share/examples/mk-configure/cxx/seven.h
 129share/examples/mk-configure/cxx/test.mk
 130share/examples/mk-configure/cxxlib/Makefile
 131share/examples/mk-configure/cxxlib/Makefile.inc
 132share/examples/mk-configure/cxxlib/cxxapp/Makefile
 133share/examples/mk-configure/cxxlib/cxxapp/cxxapp.cc
 134share/examples/mk-configure/cxxlib/cxxlib/Makefile
 135share/examples/mk-configure/cxxlib/cxxlib/dummy.c
 136share/examples/mk-configure/cxxlib/cxxlib/hello_msg1.cpp
 137share/examples/mk-configure/cxxlib/cxxlib/hello_msg2.cpp
 138share/examples/mk-configure/cxxlib/cxxlib/include/hello_msg.h
 139share/examples/mk-configure/cxxlib/cxxlib/include/impl/hello_msg1.h
 140share/examples/mk-configure/cxxlib/cxxlib/include/impl/hello_msg2.h
 141share/examples/mk-configure/cxxlib/cxxlib/linkme.mk
 142share/examples/mk-configure/cxxlib/cxxlib2/Makefile
 143share/examples/mk-configure/cxxlib/cxxlib2/hello_msg3.cxx
 144share/examples/mk-configure/cxxlib/cxxlib2/include/hello_msg2.h
 145share/examples/mk-configure/cxxlib/cxxlib2/linkme.mk
 146share/examples/mk-configure/cxxlib/expect.out
 147share/examples/mk-configure/cxxlib/test.mk
 148share/examples/mk-configure/dictd/Makefile
 149share/examples/mk-configure/dictd/Makefile.inc
 150share/examples/mk-configure/dictd/dict/Makefile
 151share/examples/mk-configure/dictd/dict/dict.1
 152share/examples/mk-configure/dictd/dict/dict.c
 153share/examples/mk-configure/dictd/dictd/Makefile
 154share/examples/mk-configure/dictd/dictd/dictd.8
 155share/examples/mk-configure/dictd/dictd/dictd.c
 156share/examples/mk-configure/dictd/dictfmt/Makefile
 157share/examples/mk-configure/dictd/dictfmt/dictfmt.1
 158share/examples/mk-configure/dictd/dictfmt/dictfmt.c
 159share/examples/mk-configure/dictd/dictzip/Makefile
 160share/examples/mk-configure/dictd/dictzip/dictzip.1
 161share/examples/mk-configure/dictd/dictzip/dictzip.c
 162share/examples/mk-configure/dictd/doc/Makefile
 163share/examples/mk-configure/dictd/doc/doc.txt
 164share/examples/mk-configure/dictd/expect.out
 165share/examples/mk-configure/dictd/libcommon/Makefile
 166share/examples/mk-configure/dictd/libcommon/iswalnum.c
 167share/examples/mk-configure/dictd/libcommon/str.c
 168share/examples/mk-configure/dictd/libdz/Makefile
 169share/examples/mk-configure/dictd/libdz/dz.c
 170share/examples/mk-configure/dictd/libdz/export.sym
 171share/examples/mk-configure/dictd/libmaa/Makefile
 172share/examples/mk-configure/dictd/libmaa/export.sym
 173share/examples/mk-configure/dictd/libmaa/log.c
 174share/examples/mk-configure/dictd/libmaa/prime.c
 175share/examples/mk-configure/dictd/libmaa/set.c
 176share/examples/mk-configure/dictd/test.mk
 177share/examples/mk-configure/dprintf/Makefile
 178share/examples/mk-configure/dprintf/expect.out
 179share/examples/mk-configure/dprintf/prog.c
 180share/examples/mk-configure/dprintf/test.mk
 181share/examples/mk-configure/efun/Makefile
 182share/examples/mk-configure/efun/expect.out
 183share/examples/mk-configure/efun/prog.c
 184share/examples/mk-configure/efun/test.mk
 185share/examples/mk-configure/errc/Makefile
 186share/examples/mk-configure/errc/expect.out
 187share/examples/mk-configure/errc/prog.c
 188share/examples/mk-configure/errc/test.mk
 189share/examples/mk-configure/errwarn/Makefile
 190share/examples/mk-configure/errwarn/Makefile.inc
 191share/examples/mk-configure/errwarn/expect.out
 192share/examples/mk-configure/errwarn/hello.c
 193share/examples/mk-configure/errwarn/test.mk
 194share/examples/mk-configure/fgetln/Makefile
 195share/examples/mk-configure/fgetln/expect.out
 196share/examples/mk-configure/fgetln/hello.c
 197share/examples/mk-configure/fgetln/test.mk
 198share/examples/mk-configure/files/DEBIAN/control
 199share/examples/mk-configure/files/Makefile
 200share/examples/mk-configure/files/expect.NetBSD.out
 201share/examples/mk-configure/files/expect.out
 202share/examples/mk-configure/files/shell_func.7
 203share/examples/mk-configure/files/shell_func.texinfo
 204share/examples/mk-configure/files/shell_func1
 205share/examples/mk-configure/files/shell_func2
 206share/examples/mk-configure/files/shell_func3
 207share/examples/mk-configure/files/test.mk
 208share/examples/mk-configure/files2/Makefile
 209share/examples/mk-configure/files2/expect.out
 210share/examples/mk-configure/files2/hello_world.1
 211share/examples/mk-configure/files2/hello_world2
 212share/examples/mk-configure/files2/hello_world3.in
 213share/examples/mk-configure/files2/main.c
 214share/examples/mk-configure/files2/more_scripts/script1
 215share/examples/mk-configure/files2/more_scripts/script2
 216share/examples/mk-configure/files2/more_scripts/script3
 217share/examples/mk-configure/files2/msg.c
 218share/examples/mk-configure/files2/test.mk
 219share/examples/mk-configure/fparseln/Makefile
 220share/examples/mk-configure/fparseln/expect.out
 221share/examples/mk-configure/fparseln/input.txt
 222share/examples/mk-configure/fparseln/prog.c
 223share/examples/mk-configure/fparseln/test.mk
44share/examples/mk-configure/fts/Makefile 224share/examples/mk-configure/fts/Makefile
45share/examples/mk-configure/fts/fts.c 225share/examples/mk-configure/fts/expect.out
46share/examples/mk-configure/hello_RBTREE/Makefile 226share/examples/mk-configure/fts/prog.c
47share/examples/mk-configure/hello_RBTREE/expect.out 227share/examples/mk-configure/fts/test.mk
48share/examples/mk-configure/hello_RBTREE/hello_RBTREE.c 
49share/examples/mk-configure/hello_RBTREE/input.in 
50share/examples/mk-configure/hello_RBTREE/test.mk 
51share/examples/mk-configure/hello_SLIST/Makefile 
52share/examples/mk-configure/hello_SLIST/expect.out 
53share/examples/mk-configure/hello_SLIST/hello_SLIST.c 
54share/examples/mk-configure/hello_SLIST/input.in 
55share/examples/mk-configure/hello_SLIST/test.mk 
56share/examples/mk-configure/hello_TARGETS/Makefile 228share/examples/mk-configure/hello_TARGETS/Makefile
57share/examples/mk-configure/hello_TARGETS/Makefile.inc 229share/examples/mk-configure/hello_TARGETS/Makefile.inc
58share/examples/mk-configure/hello_TARGETS/expect.out 230share/examples/mk-configure/hello_TARGETS/expect.out
59share/examples/mk-configure/hello_TARGETS/hello1/Makefile 231share/examples/mk-configure/hello_TARGETS/hello1/Makefile
60share/examples/mk-configure/hello_TARGETS/hello1/hello1.c 232share/examples/mk-configure/hello_TARGETS/hello1/hello1.c
61share/examples/mk-configure/hello_TARGETS/hello1/hello1.pod 233share/examples/mk-configure/hello_TARGETS/hello1/hello1.pod
62share/examples/mk-configure/hello_TARGETS/hello2/Makefile 234share/examples/mk-configure/hello_TARGETS/hello2/Makefile
63share/examples/mk-configure/hello_TARGETS/hello2/hello2.c 235share/examples/mk-configure/hello_TARGETS/hello2/hello2.c
64share/examples/mk-configure/hello_TARGETS/hello2/hello2.pod 236share/examples/mk-configure/hello_TARGETS/hello2/hello2.pod
65share/examples/mk-configure/hello_TARGETS/test.mk 237share/examples/mk-configure/hello_TARGETS/test.mk
66share/examples/mk-configure/hello_autoconf/Makefile 
67share/examples/mk-configure/hello_autoconf/expect.out 
68share/examples/mk-configure/hello_autoconf/proj/AUTHORS 
69share/examples/mk-configure/hello_autoconf/proj/COPYING 
70share/examples/mk-configure/hello_autoconf/proj/ChangeLog 
71share/examples/mk-configure/hello_autoconf/proj/Makefile.in 
72share/examples/mk-configure/hello_autoconf/proj/NEWS 
73share/examples/mk-configure/hello_autoconf/proj/README 
74share/examples/mk-configure/hello_autoconf/proj/configure.ac 
75share/examples/mk-configure/hello_autoconf/proj/hello_autoconf.c 
76share/examples/mk-configure/hello_autoconf/test.mk 
77share/examples/mk-configure/hello_autotools/Makefile 
78share/examples/mk-configure/hello_autotools/expect.out 
79share/examples/mk-configure/hello_autotools/proj/AUTHORS 
80share/examples/mk-configure/hello_autotools/proj/COPYING 
81share/examples/mk-configure/hello_autotools/proj/ChangeLog 
82share/examples/mk-configure/hello_autotools/proj/Makefile.am 
83share/examples/mk-configure/hello_autotools/proj/NEWS 
84share/examples/mk-configure/hello_autotools/proj/README 
85share/examples/mk-configure/hello_autotools/proj/configure.ac 
86share/examples/mk-configure/hello_autotools/proj/main.c 
87share/examples/mk-configure/hello_autotools/test.mk 
88share/examples/mk-configure/hello_calc2/Makefile 
89share/examples/mk-configure/hello_calc2/expect.out 
90share/examples/mk-configure/hello_calc2/expressions.txt 
91share/examples/mk-configure/hello_calc2/lex.l 
92share/examples/mk-configure/hello_calc2/parser.y 
93share/examples/mk-configure/hello_calc2/test.mk 
94share/examples/mk-configure/hello_compatlib/Makefile 
95share/examples/mk-configure/hello_compatlib/Makefile.inc 
96share/examples/mk-configure/hello_compatlib/expect.out 
97share/examples/mk-configure/hello_compatlib/libcmpt/Makefile 
98share/examples/mk-configure/hello_compatlib/prog1/Makefile 
99share/examples/mk-configure/hello_compatlib/prog1/prog1.c 
100share/examples/mk-configure/hello_compatlib/prog2/Makefile 
101share/examples/mk-configure/hello_compatlib/prog2/prog2.c 
102share/examples/mk-configure/hello_compatlib/test.mk 
103share/examples/mk-configure/hello_compilers/Makefile 
104share/examples/mk-configure/hello_compilers/compiler_test.c 
105share/examples/mk-configure/hello_compilers/expect.out 
106share/examples/mk-configure/hello_compilers/test.mk 
107share/examples/mk-configure/hello_customtests/Makefile 
108share/examples/mk-configure/hello_customtests/custom_tests/alloca_in_alloca_h.c 
109share/examples/mk-configure/hello_customtests/custom_tests/alloca_in_stdlib_h.c 
110share/examples/mk-configure/hello_customtests/custom_tests/cxx_with_templates.cc 
111share/examples/mk-configure/hello_customtests/custom_tests/shtest 
112share/examples/mk-configure/hello_customtests/custom_tests/true_is_available 
113share/examples/mk-configure/hello_customtests/expect.out 
114share/examples/mk-configure/hello_customtests/hello_customtests.c 
115share/examples/mk-configure/hello_customtests/test.mk 
116share/examples/mk-configure/hello_customtests2/Makefile 
117share/examples/mk-configure/hello_customtests2/expect.out 
118share/examples/mk-configure/hello_customtests2/hello_customtests2.c 
119share/examples/mk-configure/hello_customtests2/test.mk 
120share/examples/mk-configure/hello_cxx/Makefile 
121share/examples/mk-configure/hello_cxx/expect.out 
122share/examples/mk-configure/hello_cxx/five.c 
123share/examples/mk-configure/hello_cxx/five.h 
124share/examples/mk-configure/hello_cxx/hello_msg.cc 
125share/examples/mk-configure/hello_cxx/hello_msg.h 
126share/examples/mk-configure/hello_cxx/main.cc 
127share/examples/mk-configure/hello_cxx/seven.c 
128share/examples/mk-configure/hello_cxx/seven.h 
129share/examples/mk-configure/hello_cxx/test.mk 
130share/examples/mk-configure/hello_cxxlib/Makefile 
131share/examples/mk-configure/hello_cxxlib/Makefile.inc 
132share/examples/mk-configure/hello_cxxlib/cxxapp/Makefile 
133share/examples/mk-configure/hello_cxxlib/cxxapp/cxxapp.cc 
134share/examples/mk-configure/hello_cxxlib/cxxlib/Makefile 
135share/examples/mk-configure/hello_cxxlib/cxxlib/dummy.c 
136share/examples/mk-configure/hello_cxxlib/cxxlib/hello_msg1.cpp 
137share/examples/mk-configure/hello_cxxlib/cxxlib/hello_msg2.cpp 
138share/examples/mk-configure/hello_cxxlib/cxxlib/include/hello_msg.h 
139share/examples/mk-configure/hello_cxxlib/cxxlib/include/impl/hello_msg1.h 
140share/examples/mk-configure/hello_cxxlib/cxxlib/include/impl/hello_msg2.h 
141share/examples/mk-configure/hello_cxxlib/cxxlib/linkme.mk 
142share/examples/mk-configure/hello_cxxlib/cxxlib2/Makefile 
143share/examples/mk-configure/hello_cxxlib/cxxlib2/hello_msg3.cxx 
144share/examples/mk-configure/hello_cxxlib/cxxlib2/include/hello_msg2.h 
145share/examples/mk-configure/hello_cxxlib/cxxlib2/linkme.mk 
146share/examples/mk-configure/hello_cxxlib/expect.out 
147share/examples/mk-configure/hello_cxxlib/test.mk 
148share/examples/mk-configure/hello_dictd/Makefile 
149share/examples/mk-configure/hello_dictd/Makefile.inc 
150share/examples/mk-configure/hello_dictd/dict/Makefile 
151share/examples/mk-configure/hello_dictd/dict/dict.1 
152share/examples/mk-configure/hello_dictd/dict/dict.c 
153share/examples/mk-configure/hello_dictd/dictd/Makefile 
154share/examples/mk-configure/hello_dictd/dictd/dictd.8 
155share/examples/mk-configure/hello_dictd/dictd/dictd.c 
156share/examples/mk-configure/hello_dictd/dictfmt/Makefile 
157share/examples/mk-configure/hello_dictd/dictfmt/dictfmt.1 
158share/examples/mk-configure/hello_dictd/dictfmt/dictfmt.c 
159share/examples/mk-configure/hello_dictd/dictzip/Makefile 
160share/examples/mk-configure/hello_dictd/dictzip/dictzip.1 
161share/examples/mk-configure/hello_dictd/dictzip/dictzip.c 
162share/examples/mk-configure/hello_dictd/doc/Makefile 
163share/examples/mk-configure/hello_dictd/doc/doc.txt 
164share/examples/mk-configure/hello_dictd/expect.out 
165share/examples/mk-configure/hello_dictd/libcommon/Makefile 
166share/examples/mk-configure/hello_dictd/libcommon/iswalnum.c 
167share/examples/mk-configure/hello_dictd/libcommon/str.c 
168share/examples/mk-configure/hello_dictd/libdz/Makefile 
169share/examples/mk-configure/hello_dictd/libdz/dz.c 
170share/examples/mk-configure/hello_dictd/libdz/export.sym 
171share/examples/mk-configure/hello_dictd/libmaa/Makefile 
172share/examples/mk-configure/hello_dictd/libmaa/export.sym 
173share/examples/mk-configure/hello_dictd/libmaa/log.c 
174share/examples/mk-configure/hello_dictd/libmaa/prime.c 
175share/examples/mk-configure/hello_dictd/libmaa/set.c 
176share/examples/mk-configure/hello_dictd/test.mk 
177share/examples/mk-configure/hello_errwarn/Makefile 
178share/examples/mk-configure/hello_errwarn/Makefile.inc 
179share/examples/mk-configure/hello_errwarn/expect.out 
180share/examples/mk-configure/hello_errwarn/hello.c 
181share/examples/mk-configure/hello_errwarn/test.mk 
182share/examples/mk-configure/hello_fgetln/Makefile 
183share/examples/mk-configure/hello_fgetln/expect.out 
184share/examples/mk-configure/hello_fgetln/hello.c 
185share/examples/mk-configure/hello_fgetln/test.mk 
186share/examples/mk-configure/hello_files/DEBIAN/control 
187share/examples/mk-configure/hello_files/Makefile 
188share/examples/mk-configure/hello_files/expect.NetBSD.out 
189share/examples/mk-configure/hello_files/expect.out 
190share/examples/mk-configure/hello_files/shell_func.7 
191share/examples/mk-configure/hello_files/shell_func.texinfo 
192share/examples/mk-configure/hello_files/shell_func1 
193share/examples/mk-configure/hello_files/shell_func2 
194share/examples/mk-configure/hello_files/shell_func3 
195share/examples/mk-configure/hello_files/test.mk 
196share/examples/mk-configure/hello_glib2/Makefile 238share/examples/mk-configure/hello_glib2/Makefile
197share/examples/mk-configure/hello_glib2/expect.out 239share/examples/mk-configure/hello_glib2/expect.out
198share/examples/mk-configure/hello_glib2/hello_glib2.c 240share/examples/mk-configure/hello_glib2/hello_glib2.c
199share/examples/mk-configure/hello_glib2/test.mk 241share/examples/mk-configure/hello_glib2/test.mk
200share/examples/mk-configure/hello_iconv/Makefile 
201share/examples/mk-configure/hello_iconv/expect.out 
202share/examples/mk-configure/hello_iconv/hello_iconv.c 
203share/examples/mk-configure/hello_iconv/test.mk 
204share/examples/mk-configure/hello_lex/Makefile 
205share/examples/mk-configure/hello_lex/expect.out 
206share/examples/mk-configure/hello_lex/hello_lex.l 
207share/examples/mk-configure/hello_lex/input.txt 
208share/examples/mk-configure/hello_lex/test.mk 
209share/examples/mk-configure/hello_libdeps/Makefile 
210share/examples/mk-configure/hello_libdeps/expect.out 
211share/examples/mk-configure/hello_libdeps/libs/libbar/Makefile 
212share/examples/mk-configure/hello_libdeps/libs/libbar/bar.c 
213share/examples/mk-configure/hello_libdeps/libs/libbar/bar.h 
214share/examples/mk-configure/hello_libdeps/libs/libbaz/Makefile 
215share/examples/mk-configure/hello_libdeps/libs/libbaz/baz.c 
216share/examples/mk-configure/hello_libdeps/libs/libbaz/include/baz.h 
217share/examples/mk-configure/hello_libdeps/libs/libbaz/linkme.mk 
218share/examples/mk-configure/hello_libdeps/libs/libfoo/Makefile 
219share/examples/mk-configure/hello_libdeps/libs/libfoo/foo.c 
220share/examples/mk-configure/hello_libdeps/libs/libfoo/foo.h 
221share/examples/mk-configure/hello_libdeps/libs/libfoo/linkme.mk 
222share/examples/mk-configure/hello_libdeps/libs/libfooqux/Makefile 
223share/examples/mk-configure/hello_libdeps/libs/libfooqux/fooqux.c 
224share/examples/mk-configure/hello_libdeps/libs/libfooqux/fooqux.h 
225share/examples/mk-configure/hello_libdeps/progs/foobaz/Makefile 
226share/examples/mk-configure/hello_libdeps/progs/foobaz/foobaz.c 
227share/examples/mk-configure/hello_libdeps/progs/fooquxfoobar/Makefile 
228share/examples/mk-configure/hello_libdeps/progs/fooquxfoobar/fooquxfoobar.c 
229share/examples/mk-configure/hello_libdeps/test.mk 
230share/examples/mk-configure/hello_lua/Makefile 242share/examples/mk-configure/hello_lua/Makefile
231share/examples/mk-configure/hello_lua/bar.lua 243share/examples/mk-configure/hello_lua/bar.lua
232share/examples/mk-configure/hello_lua/baz.c 244share/examples/mk-configure/hello_lua/baz.c
233share/examples/mk-configure/hello_lua/expect.out 245share/examples/mk-configure/hello_lua/expect.out
234share/examples/mk-configure/hello_lua/foo.lua 246share/examples/mk-configure/hello_lua/foo.lua
235share/examples/mk-configure/hello_lua/foobar.in 247share/examples/mk-configure/hello_lua/foobar.in
236share/examples/mk-configure/hello_lua/test.mk 248share/examples/mk-configure/hello_lua/test.mk
237share/examples/mk-configure/hello_lua2/Makefile 249share/examples/mk-configure/hello_lua2/Makefile
238share/examples/mk-configure/hello_lua2/bar.lua 250share/examples/mk-configure/hello_lua2/bar.lua
239share/examples/mk-configure/hello_lua2/expect.out 251share/examples/mk-configure/hello_lua2/expect.out
240share/examples/mk-configure/hello_lua2/foo.lua 252share/examples/mk-configure/hello_lua2/foo.lua
241share/examples/mk-configure/hello_lua2/foobar.in 253share/examples/mk-configure/hello_lua2/foobar.in
242share/examples/mk-configure/hello_lua2/test.mk 254share/examples/mk-configure/hello_lua2/test.mk
243share/examples/mk-configure/hello_lua3/Makefile 255share/examples/mk-configure/hello_lua3/Makefile
244share/examples/mk-configure/hello_lua3/expect.out 256share/examples/mk-configure/hello_lua3/expect.out
245share/examples/mk-configure/hello_lua3/socket_bar.lua 257share/examples/mk-configure/hello_lua3/socket_bar.lua
246share/examples/mk-configure/hello_lua3/socket_baz.c 258share/examples/mk-configure/hello_lua3/socket_baz.c
247share/examples/mk-configure/hello_lua3/socket_foo.lua 259share/examples/mk-configure/hello_lua3/socket_foo.lua
248share/examples/mk-configure/hello_lua3/test.mk 260share/examples/mk-configure/hello_lua3/test.mk
249share/examples/mk-configure/hello_plugins/Makefile 
250share/examples/mk-configure/hello_plugins/app/Makefile 
251share/examples/mk-configure/hello_plugins/app/app.c 
252share/examples/mk-configure/hello_plugins/expect.out 
253share/examples/mk-configure/hello_plugins/plugin1/Makefile 
254share/examples/mk-configure/hello_plugins/plugin1/plugin1.c 
255share/examples/mk-configure/hello_plugins/plugin2/Makefile 
256share/examples/mk-configure/hello_plugins/plugin2/plugin2.c 
257share/examples/mk-configure/hello_plugins/test.mk 
258share/examples/mk-configure/hello_plugins2/Makefile 
259share/examples/mk-configure/hello_plugins2/app/Makefile 
260share/examples/mk-configure/hello_plugins2/app/app.c 
261share/examples/mk-configure/hello_plugins2/expect.out 
262share/examples/mk-configure/hello_plugins2/plugin1/Makefile 
263share/examples/mk-configure/hello_plugins2/plugin1/plugin1.c 
264share/examples/mk-configure/hello_plugins2/plugin2/Makefile 
265share/examples/mk-configure/hello_plugins2/plugin2/plugin2.c 
266share/examples/mk-configure/hello_plugins2/test.mk 
267share/examples/mk-configure/hello_progs/Makefile 
268share/examples/mk-configure/hello_progs/client.c 
269share/examples/mk-configure/hello_progs/client_puts.c 
270share/examples/mk-configure/hello_progs/expect.out 
271share/examples/mk-configure/hello_progs/server.c 
272share/examples/mk-configure/hello_progs/server_puts.c 
273share/examples/mk-configure/hello_progs/test.mk 
274share/examples/mk-configure/hello_progs2/Makefile 
275share/examples/mk-configure/hello_progs2/client.c 
276share/examples/mk-configure/hello_progs2/common.c 
277share/examples/mk-configure/hello_progs2/expect.out 
278share/examples/mk-configure/hello_progs2/server.c 
279share/examples/mk-configure/hello_progs2/test.mk 
280share/examples/mk-configure/hello_require_tools/Makefile 
281share/examples/mk-configure/hello_require_tools/fake 
282share/examples/mk-configure/hello_requirements/Makefile 
283share/examples/mk-configure/hello_requirements/custom_check1.c 
284share/examples/mk-configure/hello_requirements/custom_check2.c 
285share/examples/mk-configure/hello_requirements/expect.out 
286share/examples/mk-configure/hello_requirements/hello_world.c 
287share/examples/mk-configure/hello_requirements/test.mk 
288share/examples/mk-configure/hello_scripts/Makefile 
289share/examples/mk-configure/hello_scripts/expect.out 
290share/examples/mk-configure/hello_scripts/hello_world.1 
291share/examples/mk-configure/hello_scripts/hello_world2 
292share/examples/mk-configure/hello_scripts/hello_world3.in 
293share/examples/mk-configure/hello_scripts/main.c 
294share/examples/mk-configure/hello_scripts/more_scripts/script1 
295share/examples/mk-configure/hello_scripts/more_scripts/script2 
296share/examples/mk-configure/hello_scripts/more_scripts/script3 
297share/examples/mk-configure/hello_scripts/msg.c 
298share/examples/mk-configure/hello_scripts/test.mk 
299share/examples/mk-configure/hello_sizeof/Makefile 
300share/examples/mk-configure/hello_sizeof/expect.out 
301share/examples/mk-configure/hello_sizeof/sizeof_test.c 
302share/examples/mk-configure/hello_sizeof/test.mk 
303share/examples/mk-configure/hello_strlcpy/Makefile 
304share/examples/mk-configure/hello_strlcpy/expect.out 
305share/examples/mk-configure/hello_strlcpy/getline.c 
306share/examples/mk-configure/hello_strlcpy/hello.c 
307share/examples/mk-configure/hello_strlcpy/input.in 
308share/examples/mk-configure/hello_strlcpy/strlcpy.c 
309share/examples/mk-configure/hello_strlcpy/test.mk 
310share/examples/mk-configure/hello_strlcpy2/Makefile 
311share/examples/mk-configure/hello_strlcpy2/expect.out 
312share/examples/mk-configure/hello_strlcpy2/hello.c 
313share/examples/mk-configure/hello_strlcpy2/input.in 
314share/examples/mk-configure/hello_strlcpy2/missing/getline.c 
315share/examples/mk-configure/hello_strlcpy2/missing/strlcpy.c 
316share/examples/mk-configure/hello_strlcpy2/test.mk 
317share/examples/mk-configure/hello_strlcpy3/Makefile 
318share/examples/mk-configure/hello_strlcpy3/expect.out 
319share/examples/mk-configure/hello_strlcpy3/hello.c 
320share/examples/mk-configure/hello_strlcpy3/input.in 
321share/examples/mk-configure/hello_strlcpy3/test.mk 
322share/examples/mk-configure/hello_subdirs/Makefile 
323share/examples/mk-configure/hello_subdirs/prog1/Makefile 
324share/examples/mk-configure/hello_subdirs/prog1/expect.out 
325share/examples/mk-configure/hello_subdirs/prog1/prog1.awk.in 
326share/examples/mk-configure/hello_subdirs/prog1/prog1.c 
327share/examples/mk-configure/hello_subdirs/prog1/prog1.sh 
328share/examples/mk-configure/hello_subdirs/prog1/test.mk 
329share/examples/mk-configure/hello_subdirs/prog2/Makefile 
330share/examples/mk-configure/hello_subdirs/prog2/expect.out 
331share/examples/mk-configure/hello_subdirs/prog2/prog2.c 
332share/examples/mk-configure/hello_subdirs/prog2/test.mk 
333share/examples/mk-configure/hello_superfs/Makefile 
334share/examples/mk-configure/hello_superfs/Makefile.inc 
335share/examples/mk-configure/hello_superfs/docs/LICENSE 
336share/examples/mk-configure/hello_superfs/docs/Makefile 
337share/examples/mk-configure/hello_superfs/docs/NEWS 
338share/examples/mk-configure/hello_superfs/docs/README 
339share/examples/mk-configure/hello_superfs/expect.out 
340share/examples/mk-configure/hello_superfs/fsck_superfs/Makefile 
341share/examples/mk-configure/hello_superfs/fsck_superfs/fsck_superfs.8 
342share/examples/mk-configure/hello_superfs/fsck_superfs/fsck_superfs.c 
343share/examples/mk-configure/hello_superfs/mkfs_superfs/Makefile 
344share/examples/mk-configure/hello_superfs/mkfs_superfs/mkfs_superfs.8 
345share/examples/mk-configure/hello_superfs/mkfs_superfs/mkfs_superfs.c 
346share/examples/mk-configure/hello_superfs/test.mk 
347share/examples/mk-configure/hello_world/COPYRIGHT 261share/examples/mk-configure/hello_world/COPYRIGHT
348share/examples/mk-configure/hello_world/Makefile 262share/examples/mk-configure/hello_world/Makefile
349share/examples/mk-configure/hello_world/README 263share/examples/mk-configure/hello_world/README
350share/examples/mk-configure/hello_world/expect.out 264share/examples/mk-configure/hello_world/expect.out
351share/examples/mk-configure/hello_world/hello_world.c 265share/examples/mk-configure/hello_world/hello_world.c
352share/examples/mk-configure/hello_world/test.mk 266share/examples/mk-configure/hello_world/test.mk
353share/examples/mk-configure/hello_xxzip/Makefile 
354share/examples/mk-configure/hello_xxzip/expect.out 
355share/examples/mk-configure/hello_xxzip/test.mk 
356share/examples/mk-configure/hello_xxzip/tutorial.pod 
357share/examples/mk-configure/hello_xxzip/xxzip.c 
358share/examples/mk-configure/hello_xxzip/xxzip.pod 
359share/examples/mk-configure/hello_yacc/Makefile 
360share/examples/mk-configure/hello_yacc/calc.y 
361share/examples/mk-configure/hello_yacc/expect.out 
362share/examples/mk-configure/hello_yacc/input.txt 
363share/examples/mk-configure/hello_yacc/test.mk 
364share/examples/mk-configure/help_target/Makefile 267share/examples/mk-configure/help_target/Makefile
365share/examples/mk-configure/help_target/expect.out 268share/examples/mk-configure/help_target/expect.out
366share/examples/mk-configure/help_target/print_value.c 269share/examples/mk-configure/help_target/print_value.c
367share/examples/mk-configure/help_target/test.mk 270share/examples/mk-configure/help_target/test.mk
368share/examples/mk-configure/helpers/Makefile 271share/examples/mk-configure/helpers/Makefile
369share/examples/mk-configure/helpers/mkc_fake_strip 272share/examples/mk-configure/helpers/mkc_fake_strip
370share/examples/mk-configure/helpers/mkc_long_lines 273share/examples/mk-configure/helpers/mkc_long_lines
371share/examples/mk-configure/helpers/mkc_long_lines.in 274share/examples/mk-configure/helpers/mkc_long_lines.in
372share/examples/mk-configure/helpers/mkc_test_helper 275share/examples/mk-configure/helpers/mkc_test_helper
373share/examples/mk-configure/helpers/mkc_test_helper2 276share/examples/mk-configure/helpers/mkc_test_helper2
374share/examples/mk-configure/helpers/mkc_test_helper3 277share/examples/mk-configure/helpers/mkc_test_helper3
375share/examples/mk-configure/helpers/mkc_test_helper_paths 278share/examples/mk-configure/helpers/mkc_test_helper_paths
376share/examples/mk-configure/helpers/mkc_test_nm 279share/examples/mk-configure/helpers/mkc_test_nm
 280share/examples/mk-configure/iconv/Makefile
 281share/examples/mk-configure/iconv/expect.out
 282share/examples/mk-configure/iconv/hello_iconv.c
 283share/examples/mk-configure/iconv/test.mk
 284share/examples/mk-configure/lexer/Makefile
 285share/examples/mk-configure/lexer/expect.out
 286share/examples/mk-configure/lexer/input.txt
 287share/examples/mk-configure/lexer/lexer.l
 288share/examples/mk-configure/lexer/test.mk
 289share/examples/mk-configure/libdeps/Makefile
 290share/examples/mk-configure/libdeps/expect.out
 291share/examples/mk-configure/libdeps/libs/libbar/Makefile
 292share/examples/mk-configure/libdeps/libs/libbar/bar.c
 293share/examples/mk-configure/libdeps/libs/libbar/bar.h
 294share/examples/mk-configure/libdeps/libs/libbaz/Makefile
 295share/examples/mk-configure/libdeps/libs/libbaz/baz.c
 296share/examples/mk-configure/libdeps/libs/libbaz/include/baz.h
 297share/examples/mk-configure/libdeps/libs/libbaz/linkme.mk
 298share/examples/mk-configure/libdeps/libs/libfoo/Makefile
 299share/examples/mk-configure/libdeps/libs/libfoo/foo.c
 300share/examples/mk-configure/libdeps/libs/libfoo/foo.h
 301share/examples/mk-configure/libdeps/libs/libfoo/linkme.mk
 302share/examples/mk-configure/libdeps/libs/libfooqux/Makefile
 303share/examples/mk-configure/libdeps/libs/libfooqux/fooqux.c
 304share/examples/mk-configure/libdeps/libs/libfooqux/fooqux.h
 305share/examples/mk-configure/libdeps/progs/foobaz/Makefile
 306share/examples/mk-configure/libdeps/progs/foobaz/foobaz.c
 307share/examples/mk-configure/libdeps/progs/fooquxfoobar/Makefile
 308share/examples/mk-configure/libdeps/progs/fooquxfoobar/fooquxfoobar.c
 309share/examples/mk-configure/libdeps/test.mk
 310share/examples/mk-configure/makefile
377share/examples/mk-configure/pkgconfig3/Makefile 311share/examples/mk-configure/pkgconfig3/Makefile
378share/examples/mk-configure/pkgconfig3/expect.out 312share/examples/mk-configure/pkgconfig3/expect.out
379share/examples/mk-configure/pkgconfig3/pkgconfig3.c 313share/examples/mk-configure/pkgconfig3/pkgconfig3.c
380share/examples/mk-configure/pkgconfig3/test.mk 314share/examples/mk-configure/pkgconfig3/test.mk
 315share/examples/mk-configure/plugins/Makefile
 316share/examples/mk-configure/plugins/app/Makefile
 317share/examples/mk-configure/plugins/app/app.c
 318share/examples/mk-configure/plugins/expect.out
 319share/examples/mk-configure/plugins/plugin1/Makefile
 320share/examples/mk-configure/plugins/plugin1/plugin1.c
 321share/examples/mk-configure/plugins/plugin2/Makefile
 322share/examples/mk-configure/plugins/plugin2/plugin2.c
 323share/examples/mk-configure/plugins/test.mk
 324share/examples/mk-configure/plugins2/Makefile
 325share/examples/mk-configure/plugins2/app/Makefile
 326share/examples/mk-configure/plugins2/app/app.c
 327share/examples/mk-configure/plugins2/expect.out
 328share/examples/mk-configure/plugins2/plugin1/Makefile
 329share/examples/mk-configure/plugins2/plugin1/plugin1.c
 330share/examples/mk-configure/plugins2/plugin2/Makefile
 331share/examples/mk-configure/plugins2/plugin2/plugin2.c
 332share/examples/mk-configure/plugins2/test.mk
 333share/examples/mk-configure/posix_getopt/Makefile
 334share/examples/mk-configure/posix_getopt/expect.out
 335share/examples/mk-configure/posix_getopt/prog.c
 336share/examples/mk-configure/posix_getopt/test.mk
 337share/examples/mk-configure/progs/Makefile
 338share/examples/mk-configure/progs/client.c
 339share/examples/mk-configure/progs/client_puts.c
 340share/examples/mk-configure/progs/expect.out
 341share/examples/mk-configure/progs/server.c
 342share/examples/mk-configure/progs/server_puts.c
 343share/examples/mk-configure/progs/test.mk
 344share/examples/mk-configure/progs2/Makefile
 345share/examples/mk-configure/progs2/client.c
 346share/examples/mk-configure/progs2/common.c
 347share/examples/mk-configure/progs2/expect.out
 348share/examples/mk-configure/progs2/server.c
 349share/examples/mk-configure/progs2/test.mk
 350share/examples/mk-configure/raise_default_signal/Makefile
 351share/examples/mk-configure/raise_default_signal/expect.out
 352share/examples/mk-configure/raise_default_signal/prog.c
 353share/examples/mk-configure/raise_default_signal/test.mk
 354share/examples/mk-configure/reallocarray/Makefile
 355share/examples/mk-configure/reallocarray/expect.out
 356share/examples/mk-configure/reallocarray/prog.c
 357share/examples/mk-configure/reallocarray/test.mk
 358share/examples/mk-configure/require_tools/Makefile
 359share/examples/mk-configure/require_tools/fake
 360share/examples/mk-configure/requirements/Makefile
 361share/examples/mk-configure/requirements/custom_check1.c
 362share/examples/mk-configure/requirements/custom_check2.c
 363share/examples/mk-configure/requirements/expect.out
 364share/examples/mk-configure/requirements/hello_world.c
 365share/examples/mk-configure/requirements/test.mk
 366share/examples/mk-configure/sizeof/Makefile
 367share/examples/mk-configure/sizeof/expect.out
 368share/examples/mk-configure/sizeof/sizeof_test.c
 369share/examples/mk-configure/sizeof/test.mk
 370share/examples/mk-configure/strlcpy/Makefile
 371share/examples/mk-configure/strlcpy/expect.out
 372share/examples/mk-configure/strlcpy/getline.c
 373share/examples/mk-configure/strlcpy/hello.c
 374share/examples/mk-configure/strlcpy/input.in
 375share/examples/mk-configure/strlcpy/strlcpy.c
 376share/examples/mk-configure/strlcpy/test.mk
 377share/examples/mk-configure/strlcpy2/Makefile
 378share/examples/mk-configure/strlcpy2/expect.out
 379share/examples/mk-configure/strlcpy2/hello.c
 380share/examples/mk-configure/strlcpy2/input.in
 381share/examples/mk-configure/strlcpy2/missing/getline.c
 382share/examples/mk-configure/strlcpy2/missing/strlcpy.c
 383share/examples/mk-configure/strlcpy2/test.mk
 384share/examples/mk-configure/strlcpy3/Makefile
 385share/examples/mk-configure/strlcpy3/expect.out
 386share/examples/mk-configure/strlcpy3/hello.c
 387share/examples/mk-configure/strlcpy3/input.in
 388share/examples/mk-configure/strlcpy3/test.mk
 389share/examples/mk-configure/strsep/Makefile
 390share/examples/mk-configure/strsep/expect.out
 391share/examples/mk-configure/strsep/prog.c
 392share/examples/mk-configure/strsep/test.mk
 393share/examples/mk-configure/subdirs/Makefile
 394share/examples/mk-configure/subdirs/prog1/Makefile
 395share/examples/mk-configure/subdirs/prog1/expect.out
 396share/examples/mk-configure/subdirs/prog1/prog1.awk.in
 397share/examples/mk-configure/subdirs/prog1/prog1.c
 398share/examples/mk-configure/subdirs/prog1/prog1.sh
 399share/examples/mk-configure/subdirs/prog1/test.mk
 400share/examples/mk-configure/subdirs/prog2/Makefile
 401share/examples/mk-configure/subdirs/prog2/expect.out
 402share/examples/mk-configure/subdirs/prog2/prog2.c
 403share/examples/mk-configure/subdirs/prog2/test.mk
381share/examples/mk-configure/subprojects/Makefile 404share/examples/mk-configure/subprojects/Makefile
382share/examples/mk-configure/subprojects/expect.out 405share/examples/mk-configure/subprojects/expect.out
383share/examples/mk-configure/subprojects/hello/Makefile 406share/examples/mk-configure/subprojects/hello/Makefile
384share/examples/mk-configure/subprojects/hello/hello_subprojects.1.in 407share/examples/mk-configure/subprojects/hello/hello_subprojects.1.in
385share/examples/mk-configure/subprojects/hello/hello_subprojects.c 408share/examples/mk-configure/subprojects/hello/hello_subprojects.c
386share/examples/mk-configure/subprojects/hello/hello_subprojects2.in 409share/examples/mk-configure/subprojects/hello/hello_subprojects2.in
387share/examples/mk-configure/subprojects/hello/test.mk 410share/examples/mk-configure/subprojects/hello/test.mk
388share/examples/mk-configure/subprojects/libhello1/Makefile 411share/examples/mk-configure/subprojects/libhello1/Makefile
389share/examples/mk-configure/subprojects/libhello1/hello1.c 412share/examples/mk-configure/subprojects/libhello1/hello1.c
390share/examples/mk-configure/subprojects/libhello1/hello1.h 413share/examples/mk-configure/subprojects/libhello1/hello1.h
391share/examples/mk-configure/subprojects/libhello1/linkme.mk 414share/examples/mk-configure/subprojects/libhello1/linkme.mk
392share/examples/mk-configure/subprojects/libhello2/Makefile 415share/examples/mk-configure/subprojects/libhello2/Makefile
393share/examples/mk-configure/subprojects/libhello2/hello2.3 416share/examples/mk-configure/subprojects/libhello2/hello2.3
394share/examples/mk-configure/subprojects/libhello2/hello2.c 417share/examples/mk-configure/subprojects/libhello2/hello2.c
395share/examples/mk-configure/subprojects/libhello2/include/hello2.h 418share/examples/mk-configure/subprojects/libhello2/include/hello2.h
396share/examples/mk-configure/subprojects/libhello2/linkme.mk 419share/examples/mk-configure/subprojects/libhello2/linkme.mk
397share/examples/mk-configure/subprojects/test.mk 420share/examples/mk-configure/subprojects/test.mk
398share/examples/mk-configure/subprojects/version.mk 421share/examples/mk-configure/subprojects/version.mk
 422share/examples/mk-configure/superfs/Makefile
 423share/examples/mk-configure/superfs/Makefile.inc
 424share/examples/mk-configure/superfs/docs/LICENSE
 425share/examples/mk-configure/superfs/docs/Makefile
 426share/examples/mk-configure/superfs/docs/NEWS
 427share/examples/mk-configure/superfs/docs/README
 428share/examples/mk-configure/superfs/expect.out
 429share/examples/mk-configure/superfs/fsck_superfs/Makefile
 430share/examples/mk-configure/superfs/fsck_superfs/fsck_superfs.8
 431share/examples/mk-configure/superfs/fsck_superfs/fsck_superfs.c
 432share/examples/mk-configure/superfs/mkfs_superfs/Makefile
 433share/examples/mk-configure/superfs/mkfs_superfs/mkfs_superfs.8
 434share/examples/mk-configure/superfs/mkfs_superfs/mkfs_superfs.c
 435share/examples/mk-configure/superfs/test.mk
399share/examples/mk-configure/tools/Makefile 436share/examples/mk-configure/tools/Makefile
400share/examples/mk-configure/tools/expect.out 437share/examples/mk-configure/tools/expect.out
401share/examples/mk-configure/tools/libs/bar/Makefile 438share/examples/mk-configure/tools/libs/bar/Makefile
402share/examples/mk-configure/tools/libs/bar/bar.c 439share/examples/mk-configure/tools/libs/bar/bar.c
403share/examples/mk-configure/tools/libs/bar/bar.h 440share/examples/mk-configure/tools/libs/bar/bar.h
404share/examples/mk-configure/tools/libs/foo/Makefile 441share/examples/mk-configure/tools/libs/foo/Makefile
405share/examples/mk-configure/tools/libs/foo/foo.c 442share/examples/mk-configure/tools/libs/foo/foo.c
406share/examples/mk-configure/tools/libs/foo/foo.h 443share/examples/mk-configure/tools/libs/foo/foo.h
407share/examples/mk-configure/tools/libs/qux/Makefile 444share/examples/mk-configure/tools/libs/qux/Makefile
408share/examples/mk-configure/tools/libs/qux/qux.c 445share/examples/mk-configure/tools/libs/qux/qux.c
409share/examples/mk-configure/tools/libs/qux/qux.h.in 446share/examples/mk-configure/tools/libs/qux/qux.h.in
410share/examples/mk-configure/tools/test.mk 447share/examples/mk-configure/tools/test.mk
411share/examples/mk-configure/tools/tools/prog1/Makefile 448share/examples/mk-configure/tools/tools/prog1/Makefile
@@ -430,67 +467,100 @@ share/examples/mk-configure/tools2/libs/ @@ -430,67 +467,100 @@ share/examples/mk-configure/tools2/libs/
430share/examples/mk-configure/tools2/test.mk 467share/examples/mk-configure/tools2/test.mk
431share/examples/mk-configure/tools2/tests/prog1/Makefile 468share/examples/mk-configure/tools2/tests/prog1/Makefile
432share/examples/mk-configure/tools2/tests/prog2/Makefile 469share/examples/mk-configure/tools2/tests/prog2/Makefile
433share/examples/mk-configure/tools2/tests/prog3/Makefile 470share/examples/mk-configure/tools2/tests/prog3/Makefile
434share/examples/mk-configure/tools2/tests/prog4/Makefile 471share/examples/mk-configure/tools2/tests/prog4/Makefile
435share/examples/mk-configure/tools2/tools/prog1/Makefile 472share/examples/mk-configure/tools2/tools/prog1/Makefile
436share/examples/mk-configure/tools2/tools/prog1/prog1.c 473share/examples/mk-configure/tools2/tools/prog1/prog1.c
437share/examples/mk-configure/tools2/tools/prog2/Makefile 474share/examples/mk-configure/tools2/tools/prog2/Makefile
438share/examples/mk-configure/tools2/tools/prog2/prog2.c 475share/examples/mk-configure/tools2/tools/prog2/prog2.c
439share/examples/mk-configure/tools2/tools/prog3/Makefile 476share/examples/mk-configure/tools2/tools/prog3/Makefile
440share/examples/mk-configure/tools2/tools/prog3/prog3.c 477share/examples/mk-configure/tools2/tools/prog3/prog3.c
441share/examples/mk-configure/tools2/tools/prog4/Makefile 478share/examples/mk-configure/tools2/tools/prog4/Makefile
442share/examples/mk-configure/tools2/tools/prog4/prog4.c 479share/examples/mk-configure/tools2/tools/prog4/prog4.c
 480share/examples/mk-configure/vis/Makefile
 481share/examples/mk-configure/vis/expect.out
 482share/examples/mk-configure/vis/prog.c
 483share/examples/mk-configure/vis/test.mk
 484share/examples/mk-configure/xxzip/Makefile
 485share/examples/mk-configure/xxzip/expect.out
 486share/examples/mk-configure/xxzip/test.mk
 487share/examples/mk-configure/xxzip/tutorial.pod
 488share/examples/mk-configure/xxzip/xxzip.c
 489share/examples/mk-configure/xxzip/xxzip.pod
443share/mk-configure/builtins/easy.c 490share/mk-configure/builtins/easy.c
444share/mk-configure/builtins/easy.cc 491share/mk-configure/builtins/easy.cc
445share/mk-configure/builtins/endianness 492share/mk-configure/builtins/endianness
446share/mk-configure/builtins/prog_bison 493share/mk-configure/builtins/prog_bison
447share/mk-configure/builtins/prog_flex 494share/mk-configure/builtins/prog_flex
448share/mk-configure/builtins/prog_gawk 495share/mk-configure/builtins/prog_gawk
449share/mk-configure/builtins/prog_gm4 496share/mk-configure/builtins/prog_gm4
450share/mk-configure/builtins/prog_gmake 497share/mk-configure/builtins/prog_gmake
451share/mk-configure/builtins/prog_mkdep 498share/mk-configure/builtins/prog_mkdep
452share/mk-configure/builtins/prog_nbmkdep 499share/mk-configure/builtins/prog_nbmkdep
453share/mk-configure/features/_mkcfake.c 500share/mk-configure/features/_mkcfake.c
 501share/mk-configure/features/dprintf/dprintf.c
 502share/mk-configure/features/efun/efun.c
454share/mk-configure/features/err/err.c 503share/mk-configure/features/err/err.c
 504share/mk-configure/features/errc/errc.c
 505share/mk-configure/features/errc/verrc.c
455share/mk-configure/features/fgetln/fgetln.c 506share/mk-configure/features/fgetln/fgetln.c
 507share/mk-configure/features/fparseln/fparseln.c
456share/mk-configure/features/getdelim/getdelim.c 508share/mk-configure/features/getdelim/getdelim.c
457share/mk-configure/features/getline/getline.c 509share/mk-configure/features/getline/getline.c
458share/mk-configure/features/mkc_CIRCLEQ.h 510share/mk-configure/features/mkc_CIRCLEQ.h
459share/mk-configure/features/mkc_LIST.h 511share/mk-configure/features/mkc_LIST.h
460share/mk-configure/features/mkc_RB.h 512share/mk-configure/features/mkc_RB.h
461share/mk-configure/features/mkc_SIMPLEQ.h 513share/mk-configure/features/mkc_SIMPLEQ.h
462share/mk-configure/features/mkc_SLIST.h 514share/mk-configure/features/mkc_SLIST.h
463share/mk-configure/features/mkc_SPLAY.h 515share/mk-configure/features/mkc_SPLAY.h
464share/mk-configure/features/mkc_STAILQ.h 516share/mk-configure/features/mkc_STAILQ.h
465share/mk-configure/features/mkc_TAILQ.h 517share/mk-configure/features/mkc_TAILQ.h
 518share/mk-configure/features/mkc_arc4random.h
 519share/mk-configure/features/mkc_bswap.h
 520share/mk-configure/features/mkc_dprintf.h
 521share/mk-configure/features/mkc_efun.h
466share/mk-configure/features/mkc_err.h 522share/mk-configure/features/mkc_err.h
 523share/mk-configure/features/mkc_errc.h
467share/mk-configure/features/mkc_externc.h 524share/mk-configure/features/mkc_externc.h
468share/mk-configure/features/mkc_fgetln.h 525share/mk-configure/features/mkc_fgetln.h
 526share/mk-configure/features/mkc_fparseln.h
 527share/mk-configure/features/mkc_fts.h
469share/mk-configure/features/mkc_getdelim.h 528share/mk-configure/features/mkc_getdelim.h
470share/mk-configure/features/mkc_getline.h 529share/mk-configure/features/mkc_getline.h
471share/mk-configure/features/mkc_libdl.h 530share/mk-configure/features/mkc_libdl.h
472share/mk-configure/features/mkc_libm.h 531share/mk-configure/features/mkc_libm.h
 532share/mk-configure/features/mkc_posix_getopt.h
473share/mk-configure/features/mkc_progname.h 533share/mk-configure/features/mkc_progname.h
 534share/mk-configure/features/mkc_raise_default_signal.h
 535share/mk-configure/features/mkc_reallocarray.h
474share/mk-configure/features/mkc_strlcat.h 536share/mk-configure/features/mkc_strlcat.h
475share/mk-configure/features/mkc_strlcpy.h 537share/mk-configure/features/mkc_strlcpy.h
476share/mk-configure/features/mkc_strndup.h 538share/mk-configure/features/mkc_strndup.h
 539share/mk-configure/features/mkc_strsep.h
 540share/mk-configure/features/mkc_vis.h
477share/mk-configure/features/mkc_warn.h 541share/mk-configure/features/mkc_warn.h
478share/mk-configure/features/netbsd_sys_queue.h 542share/mk-configure/features/netbsd_sys_queue.h
479share/mk-configure/features/netbsd_sys_tree.h 543share/mk-configure/features/netbsd_sys_tree.h
 544share/mk-configure/features/posix_getopt/posix_getopt.c
480share/mk-configure/features/progname/progname.c 545share/mk-configure/features/progname/progname.c
 546share/mk-configure/features/raise_default_signal/raise_default_signal.c
 547share/mk-configure/features/reallocarray/reallocarray.c
481share/mk-configure/features/strlcat/strlcat.c 548share/mk-configure/features/strlcat/strlcat.c
482share/mk-configure/features/strlcpy/strlcpy.c 549share/mk-configure/features/strlcpy/strlcpy.c
483share/mk-configure/features/strndup/strndup.c 550share/mk-configure/features/strndup/strndup.c
 551share/mk-configure/features/strsep/strsep.c
 552share/mk-configure/features/vis/unvis.c
 553share/mk-configure/features/vis/vis.c
484share/mk-configure/features/warn/warn.c 554share/mk-configure/features/warn/warn.c
485share/mk-configure/mk/mkc.compiler_settings.mk 555share/mk-configure/mk/mkc.compiler_settings.mk
486share/mk-configure/mk/mkc.conf.mk 556share/mk-configure/mk/mkc.conf.mk
487share/mk-configure/mk/mkc.configure.mk 557share/mk-configure/mk/mkc.configure.mk
488share/mk-configure/mk/mkc.files.mk 558share/mk-configure/mk/mkc.files.mk
489share/mk-configure/mk/mkc.init.mk 559share/mk-configure/mk/mkc.init.mk
490share/mk-configure/mk/mkc.intexts.mk 560share/mk-configure/mk/mkc.intexts.mk
491share/mk-configure/mk/mkc.lib.mk 561share/mk-configure/mk/mkc.lib.mk
492share/mk-configure/mk/mkc.minitest.mk 562share/mk-configure/mk/mkc.minitest.mk
493share/mk-configure/mk/mkc.mk 563share/mk-configure/mk/mkc.mk
494share/mk-configure/mk/mkc.pkg-config.mk 564share/mk-configure/mk/mkc.pkg-config.mk
495share/mk-configure/mk/mkc.prog.mk 565share/mk-configure/mk/mkc.prog.mk
496share/mk-configure/mk/mkc.subdir.mk 566share/mk-configure/mk/mkc.subdir.mk
@@ -502,37 +572,49 @@ share/mk-configure/mk/mkc_imp.compiler_s @@ -502,37 +572,49 @@ share/mk-configure/mk/mkc_imp.compiler_s
502share/mk-configure/mk/mkc_imp.compiler_type.mk 572share/mk-configure/mk/mkc_imp.compiler_type.mk
503share/mk-configure/mk/mkc_imp.conf-cleanup.mk 573share/mk-configure/mk/mkc_imp.conf-cleanup.mk
504share/mk-configure/mk/mkc_imp.conf-final.mk 574share/mk-configure/mk/mkc_imp.conf-final.mk
505share/mk-configure/mk/mkc_imp.dep.mk 575share/mk-configure/mk/mkc_imp.dep.mk
506share/mk-configure/mk/mkc_imp.dpvars.mk 576share/mk-configure/mk/mkc_imp.dpvars.mk
507share/mk-configure/mk/mkc_imp.f_CIRCLEQ.mk 577share/mk-configure/mk/mkc_imp.f_CIRCLEQ.mk
508share/mk-configure/mk/mkc_imp.f_LIST.mk 578share/mk-configure/mk/mkc_imp.f_LIST.mk
509share/mk-configure/mk/mkc_imp.f_RB.mk 579share/mk-configure/mk/mkc_imp.f_RB.mk
510share/mk-configure/mk/mkc_imp.f_SIMPLEQ.mk 580share/mk-configure/mk/mkc_imp.f_SIMPLEQ.mk
511share/mk-configure/mk/mkc_imp.f_SLIST.mk 581share/mk-configure/mk/mkc_imp.f_SLIST.mk
512share/mk-configure/mk/mkc_imp.f_SPLAY.mk 582share/mk-configure/mk/mkc_imp.f_SPLAY.mk
513share/mk-configure/mk/mkc_imp.f_STAILQ.mk 583share/mk-configure/mk/mkc_imp.f_STAILQ.mk
514share/mk-configure/mk/mkc_imp.f_TAILQ.mk 584share/mk-configure/mk/mkc_imp.f_TAILQ.mk
 585share/mk-configure/mk/mkc_imp.f_arc4random.mk
 586share/mk-configure/mk/mkc_imp.f_bswap.mk
 587share/mk-configure/mk/mkc_imp.f_dprintf.mk
 588share/mk-configure/mk/mkc_imp.f_efun.mk
515share/mk-configure/mk/mkc_imp.f_err.mk 589share/mk-configure/mk/mkc_imp.f_err.mk
 590share/mk-configure/mk/mkc_imp.f_errc.mk
516share/mk-configure/mk/mkc_imp.f_fgetln.mk 591share/mk-configure/mk/mkc_imp.f_fgetln.mk
 592share/mk-configure/mk/mkc_imp.f_fparseln.mk
 593share/mk-configure/mk/mkc_imp.f_fts.mk
517share/mk-configure/mk/mkc_imp.f_getdelim.mk 594share/mk-configure/mk/mkc_imp.f_getdelim.mk
518share/mk-configure/mk/mkc_imp.f_getline.mk 595share/mk-configure/mk/mkc_imp.f_getline.mk
519share/mk-configure/mk/mkc_imp.f_libdl.mk 596share/mk-configure/mk/mkc_imp.f_libdl.mk
520share/mk-configure/mk/mkc_imp.f_libl.mk 597share/mk-configure/mk/mkc_imp.f_libl.mk
521share/mk-configure/mk/mkc_imp.f_libm.mk 598share/mk-configure/mk/mkc_imp.f_libm.mk
 599share/mk-configure/mk/mkc_imp.f_posix_getopt.mk
522share/mk-configure/mk/mkc_imp.f_progname.mk 600share/mk-configure/mk/mkc_imp.f_progname.mk
 601share/mk-configure/mk/mkc_imp.f_raise_default_signal.mk
 602share/mk-configure/mk/mkc_imp.f_reallocarray.mk
523share/mk-configure/mk/mkc_imp.f_strlcat.mk 603share/mk-configure/mk/mkc_imp.f_strlcat.mk
524share/mk-configure/mk/mkc_imp.f_strlcpy.mk 604share/mk-configure/mk/mkc_imp.f_strlcpy.mk
525share/mk-configure/mk/mkc_imp.f_strndup.mk 605share/mk-configure/mk/mkc_imp.f_strndup.mk
 606share/mk-configure/mk/mkc_imp.f_strsep.mk
 607share/mk-configure/mk/mkc_imp.f_vis.mk
526share/mk-configure/mk/mkc_imp.f_warn.mk 608share/mk-configure/mk/mkc_imp.f_warn.mk
527share/mk-configure/mk/mkc_imp.files.mk 609share/mk-configure/mk/mkc_imp.files.mk
528share/mk-configure/mk/mkc_imp.final.mk 610share/mk-configure/mk/mkc_imp.final.mk
529share/mk-configure/mk/mkc_imp.foreign_autotools.mk 611share/mk-configure/mk/mkc_imp.foreign_autotools.mk
530share/mk-configure/mk/mkc_imp.help.mk 612share/mk-configure/mk/mkc_imp.help.mk
531share/mk-configure/mk/mkc_imp.inc.mk 613share/mk-configure/mk/mkc_imp.inc.mk
532share/mk-configure/mk/mkc_imp.info.mk 614share/mk-configure/mk/mkc_imp.info.mk
533share/mk-configure/mk/mkc_imp.intexts.mk 615share/mk-configure/mk/mkc_imp.intexts.mk
534share/mk-configure/mk/mkc_imp.lib.mk 616share/mk-configure/mk/mkc_imp.lib.mk
535share/mk-configure/mk/mkc_imp.links.mk 617share/mk-configure/mk/mkc_imp.links.mk
536share/mk-configure/mk/mkc_imp.lua.mk 618share/mk-configure/mk/mkc_imp.lua.mk
537share/mk-configure/mk/mkc_imp.man.mk 619share/mk-configure/mk/mkc_imp.man.mk
538share/mk-configure/mk/mkc_imp.mk 620share/mk-configure/mk/mkc_imp.mk

cvs diff -r1.26 -r1.27 pkgsrc/devel/mk-configure/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mk-configure/distinfo 2020/05/14 17:45:44 1.26
+++ pkgsrc/devel/mk-configure/distinfo 2020/11/26 19:47:54 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2020/05/14 17:45:44 cheusov Exp $ 1$NetBSD: distinfo,v 1.27 2020/11/26 19:47:54 cheusov Exp $
2 2
3SHA1 (mk-configure-0.34.2.tar.gz) = 6e09badffc4c40c30c0c0afe95479a9e8ea7a8a2 3SHA1 (mk-configure-0.35.0.tar.gz) = 0a5a173f01a6b2e5ad366ccf1ff8f9ace15fca80
4RMD160 (mk-configure-0.34.2.tar.gz) = 10e8aa4feef334fcb2bb3187764f7ce1de747a86 4RMD160 (mk-configure-0.35.0.tar.gz) = 7c852d55ceb114631bb1c578e3f54712fcaff557
5SHA512 (mk-configure-0.34.2.tar.gz) = c69b7bdb64b29a12c3da52ae531f7ab69c128cd899556397ccaea27de3d34eb5d7a3f01bc2d4bb31905db26235e1296d7314f14adf2b2e64baec31ec29e02cf6 5SHA512 (mk-configure-0.35.0.tar.gz) = 2bec7a07786b887188e4ac529eb6c83187525efe065faedc004d9548dd66e3ff3ca28df83a1be1848e5aa58137fbe2b5d3b31bb58de9cf1240d82569a10912d4
6Size (mk-configure-0.34.2.tar.gz) = 326365 bytes 6Size (mk-configure-0.35.0.tar.gz) = 354653 bytes