de11d87641
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8) use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come. we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong." |
||
---|---|---|
.. | ||
dist | ||
share | ||
usr.bin | ||
Makefile | ||
prepare-import.sh | ||
README |
$NetBSD: README,v 1.3 2017/04/23 02:01:59 christos Exp $ To update tmux to a new version: - Build the package from pkgsrc and write down all -D flags passed to the compiler. Autoconf is not generating a config.h file, so this is the best we can do to get the build-time settings in place. - Use prepare-import.sh to regenerate the dist directory. - Update usr.bin/tmux/Makefile to sync the CPPFLAGS to the list of -D flags gathered earlier on. - Update the list of source files in usr.bin/tmux/Makefile with the new dist/*.c listing. - cvs import the contents of the new dist directory. - Fix merge conflicts, if any. - Commit the changes to the reachover Makefiles. - Update doc/3RDPARTY with the new tmux version. - Add a note to doc/CHANGES about the new version.