--- - branch: MAIN date: Thu Nov 26 19:47:54 UTC 2020 files: - new: '1.35' old: '1.34' path: pkgsrc/devel/mk-configure/Makefile pathrev: pkgsrc/devel/mk-configure/Makefile@1.35 type: modified - new: '1.18' old: '1.17' path: pkgsrc/devel/mk-configure/PLIST pathrev: pkgsrc/devel/mk-configure/PLIST@1.18 type: modified - new: '1.27' old: '1.26' path: pkgsrc/devel/mk-configure/distinfo pathrev: pkgsrc/devel/mk-configure/distinfo@1.27 type: modified id: 20201126T194754Z.beded71087acb5015556d5861bb10fc5358b6afc log: | 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. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/mk-configure' unixtime: '1606420074' user: cheusov