NetBSD/external/bsd/tmux
joerg 9692a5355f Hacks for CMSG_SPACE() not being an ICE 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 Add reachover Makefiles for the build of tmux. 2011-03-10 09:18:00 +00:00
usr.bin Disable SSP warnings for a few files to make this build with "USE_SSP=yes". 2011-03-12 14:19:25 +00:00
Makefile Add reachover Makefiles for the build of tmux. 2011-03-10 09:18:00 +00:00
README
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.