2017-04-23 05:01:59 +03:00
|
|
|
$NetBSD: README,v 1.3 2017/04/23 02:01:59 christos Exp $
|
|
|
|
|
2011-03-10 12:10:41 +03:00
|
|
|
To update tmux to a new version:
|
|
|
|
|
2011-08-17 22:37:59 +04:00
|
|
|
- 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.
|
2011-03-10 12:10:41 +03:00
|
|
|
- Use prepare-import.sh to regenerate the dist directory.
|
2011-08-17 22:37:59 +04:00
|
|
|
- Update usr.bin/tmux/Makefile to sync the CPPFLAGS to the list of -D flags
|
|
|
|
gathered earlier on.
|
2011-03-10 12:10:41 +03:00
|
|
|
- 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.
|
2011-08-17 22:37:59 +04:00
|
|
|
- Fix merge conflicts, if any.
|
2011-03-10 12:10:41 +03:00
|
|
|
- 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.
|