minix/external/bsd/tmux
David van Moolenbroek eda6f5931d Import tmux
We have to use SOCK_SEQPACKET instead of SOCK_STREAM for client/server
communication, because UDS does things with control messages that tmux
does not expect.

Change-Id: I3edb1875d61fb976cf6485c650f4fd4b82fa354c
2014-10-03 10:01:08 +00:00
..
dist Import tmux 2014-10-03 10:01:08 +00:00
share Import tmux 2014-10-03 10:01:08 +00:00
usr.bin Import tmux 2014-10-03 10:01:08 +00:00
Makefile Import tmux 2014-10-03 10:01:08 +00:00
prepare-import.sh Import tmux 2014-10-03 10:01:08 +00:00
README Import tmux 2014-10-03 10:01:08 +00:00

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.