NetBSD/external/bsd/tmux
2011-05-30 16:20:58 +00:00
..
dist Hacks for CMSG_SPACE() not being an ICE 2011-05-30 16:20:58 +00:00
share
usr.bin
Makefile
prepare-import.sh
README

To update tmux to a new version:

- Use prepare-import.sh to regenerate the dist directory.
- Use configure from the distfile to generate new config.{h,mk} files.
- Copy the generated config.h to usr.bin/tmux.
- Update usr.bin/tmux/Makefile according to config.mk (in particular, the
  list of files used from compat/ and the required libraries).
- 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.
- 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.