This works on amd64 as well.  You have my blessing to get it in, I've
been using it for weeks.  :)
Brandon

On Wed, Jun 18, 2008 at 10:22 AM, Nicholas Marriott <[EMAIL PROTECTED]> wrote:
> Update to 0.3. patches/patch-tty_c should be removed.
>
> Tested on i386, sparc64.
>
> Change log is at:
>
> http://sf.net/project/shownotes.php?release_id=607660&group_id=200378
>
> -- Nicholas
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/misc/tmux/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 Makefile
> --- Makefile    31 May 2008 20:51:28 -0000      1.1.1.1
> +++ Makefile    18 Jun 2008 07:38:45 -0000
> @@ -2,7 +2,7 @@
>
>  COMMENT=       terminal multiplexer
>
> -DISTNAME=      tmux-0.2
> +DISTNAME=      tmux-0.3
>  CATEGORIES=    misc
>
>  HOMEPAGE=      http://www.sourceforge.net/projects/tmux/
> @@ -20,5 +20,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:
>
>  FAKE_FLAGS=    PREFIX=${PREFIX}
>  NO_REGRESS=    Yes
> +
> +post-install:
> +       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tmux
> +       ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/tmux
>
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/misc/tmux/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo    31 May 2008 20:51:28 -0000      1.1.1.1
> +++ distinfo    18 Jun 2008 07:38:45 -0000
> @@ -1,5 +1,5 @@
> -MD5 (tmux-0.2.tar.gz) = RVppvOvNMmoMNzb5se+eow==
> -RMD160 (tmux-0.2.tar.gz) = K0znFHUeEskTPuD6wEGkP/eHAOw=
> -SHA1 (tmux-0.2.tar.gz) = zO6ySjj8WP+vDtHV6zHsEnBiZwY=
> -SHA256 (tmux-0.2.tar.gz) = GGbIOpcAY2Fw5NNC0h9rTCJ6GasQcHAiWMGsn54d9KM=
> -SIZE (tmux-0.2.tar.gz) = 76574
> +MD5 (tmux-0.3.tar.gz) = o+oAt2YpGA+7UOd92o476g==
> +RMD160 (tmux-0.3.tar.gz) = IPY3P+Fxc/FoNtkGZFh69qHaKR4=
> +SHA1 (tmux-0.3.tar.gz) = RUB72pSlA/0FBG+FNfWDG4KuJ0w=
> +SHA256 (tmux-0.3.tar.gz) = qOgehp5zOo/ny1Ps3yMseU3wjJsZtLMFX0FbpeNUrCU=
> +SIZE (tmux-0.3.tar.gz) = 87339
> Index: patches/patch-tty_c
> ===================================================================
> RCS file: patches/patch-tty_c
> diff -N patches/patch-tty_c
> --- patches/patch-tty_c 31 May 2008 20:51:28 -0000      1.1.1.1
> +++ /dev/null   1 Jan 1970 00:00:00 -0000
> @@ -1,12 +0,0 @@
> -$OpenBSD: patch-tty_c,v 1.1.1.1 2008/05/31 20:51:28 steven Exp $
> ---- tty.c.orig Sat May 31 10:35:06 2008
> -+++ tty.c      Sat May 31 10:35:11 2008
> -@@ -478,7 +478,7 @@ tty_vwrite(struct tty *tty, unused struct screen *s, i
> -                               tty_puts(tty, delete_character);
> -               } else {
> -                       while (ua-- > 0)
> --                              tty_putc(tty, '\008');
> -+                              tty_putc(tty, '\010');
> -               }
> -               break;
> -       case TTY_CURSORON:
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/misc/tmux/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 PLIST
> --- pkg/PLIST   31 May 2008 20:51:28 -0000      1.1.1.1
> +++ pkg/PLIST   18 Jun 2008 07:38:45 -0000
> @@ -1,3 +1,6 @@
>  @comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/31 20:51:28 steven Exp $
> -bin/tmux
> [EMAIL PROTECTED] bin/tmux
>  @man man/man1/tmux.1
> +share/examples/tmux/
> +share/examples/tmux/n-marriott.conf
> +share/examples/tmux/n-marriott.sh
>
>

Reply via email to