Update to 0.6.

Diff from Nicholas Marriott (MAINTAINER), who also notes that this
update will break existing 0.5 configurations. See the CHANGES and
NOTES files for more information. Thanks!
This commit is contained in:
wcmaier 2009-01-18 17:06:15 +00:00
parent 1b17db3a3d
commit af3ef287a9
4 changed files with 18 additions and 24 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2008/11/23 20:40:54 naddy Exp $
# $OpenBSD: Makefile,v 1.5 2009/01/18 17:06:15 wcmaier Exp $
COMMENT= terminal multiplexer
DISTNAME= tmux-0.5
DISTNAME= tmux-0.6
CATEGORIES= misc
HOMEPAGE= http://www.sourceforge.net/projects/tmux/
@ -24,5 +24,9 @@ NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tmux
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/tmux
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tmux
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tmux
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/tmux
${INSTALL_DATA} ${WRKSRC}/NOTES ${PREFIX}/share/doc/tmux
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (tmux-0.5.tar.gz) = YFPJvn6OUycF5ebW3WrPPg==
RMD160 (tmux-0.5.tar.gz) = N0VADc3Sp1ms4rKQE/l/a71n9Oc=
SHA1 (tmux-0.5.tar.gz) = BYobsx7xq+Iuz6Or0P7rpEteRew=
SHA256 (tmux-0.5.tar.gz) = nivVpgHpYar1KYJN4MUC9e+YmrKuFxMnTF5csPbdbSQ=
SIZE (tmux-0.5.tar.gz) = 106782
MD5 (tmux-0.6.tar.gz) = B0nLffE4tYff21nyzKS0FA==
RMD160 (tmux-0.6.tar.gz) = o96DZu+zFY+IUCts9DgBwCRx0d4=
SHA1 (tmux-0.6.tar.gz) = CsFjZ2pSMGU/Ie/ARkQKcif6Czs=
SHA256 (tmux-0.6.tar.gz) = kvwwnUNDUn8J2U0YEy5riTmD4ANireevw3mTYc54WJo=
SIZE (tmux-0.6.tar.gz) = 149636

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-tmux_h,v 1.1 2008/11/23 20:40:54 naddy Exp $
--- tmux.h.orig Mon Nov 17 18:56:36 2008
+++ tmux.h Mon Nov 17 21:34:45 2008
@@ -407,8 +407,12 @@ struct msg_resize_data {
#define MODE_MOUSE 0x10
/* Grid output. */
+#ifdef DEBUG
#define GRID_DEBUG(gd, fmt, ...) log_debug3("%s: (sx=%u, sy=%u, hsize=%u) " \
fmt, __func__, (gd)->sx, (gd)->sy, (gd)->hsize, ## __VA_ARGS__)
+#else
+#define GRID_DEBUG(...)
+#endif
/* Grid attributes. */
#define GRID_ATTR_BRIGHT 0x1

View File

@ -1,6 +1,12 @@
@comment $OpenBSD: PLIST,v 1.2 2008/06/18 15:07:11 wcmaier Exp $
@comment $OpenBSD: PLIST,v 1.3 2009/01/18 17:06:15 wcmaier Exp $
@bin bin/tmux
@man man/man1/tmux.1
share/doc/tmux/
share/doc/tmux/CHANGES
share/doc/tmux/FAQ
share/doc/tmux/NOTES
share/examples/tmux/
share/examples/tmux/n-marriott.conf
share/examples/tmux/n-marriott.sh
share/examples/tmux/screen-keys.conf
share/examples/tmux/tmux.vim