NetBSD/external/bsd/tmux
martin c05e3b1f3a Make sure to have file descriptors 0-2 open before doing further setup.
Otherwise strange invocations could trick us into passing the event
descriptor as, for example, stdin to the server.
See PR 46463 for details.
2012-05-31 19:14:56 +00:00
..
dist Make sure to have file descriptors 0-2 open before doing further setup. 2012-05-31 19:14:56 +00:00
share
usr.bin Add utmp support. 2011-09-17 01:48:46 +00:00
Makefile
README
prepare-import.sh

README

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.