Index of /archives/NetBSD/NetBSD-release-9/src/external/bsd/tmux
Name Last modified Size Description
Parent Directory -
usr.bin/ 2024-02-15 03:47 -
share/ 2024-02-15 03:47 -
prepare-import.sh 2017-04-23 11:01 2.4K
dist/ 2024-11-04 12:04 -
README 2017-04-23 11:01 778
Makefile 2011-03-10 18:18 106
CVS/ 2024-02-15 03:51 -
$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.