Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2010 15:43:32 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/145349: [patch] Fix sysutils/tmux when using zsh or sh as shell
Message-ID:  <201004031543.o33FhWaa086317@www.freebsd.org>
Resent-Message-ID: <201004031619.o33GJned043604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145349
>Category:       ports
>Synopsis:       [patch] Fix sysutils/tmux when using zsh or sh as shell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 16:19:48 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        7.3-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
FreeBSD xxx.rit.edu 7.3-RELEASE FreeBSD 7.3-RELEASE #12: Sat Apr  3 10:37:02 EDT 2010     root@xxx.rit.edu:/usr/obj/usr/src/sys/xxx  i386
>Description:
See ports/144760 for discussion of the problem.

The attached patch resolves the issue for me and has been tested on 7.3-R and 8.0-R.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /tmp/tmux/files/patch-configure sysutils/tmux/files/patch-configure
--- /tmp/tmux/files/patch-configure	1969-12-31 19:00:00.000000000 -0500
+++ sysutils/tmux/files/patch-configure	2010-04-03 11:36:21.000000000 -0400
@@ -0,0 +1,10 @@
+--- configure.old	2010-04-03 11:35:46.000000000 -0400
++++ configure	2010-04-03 11:35:54.000000000 -0400
+@@ -204,6 +204,7 @@
+     FreeBSD|DragonFly)
+ 	cat <<EOF >>$CONFIG_H
+ #define HAVE_ASPRINTF
++#define HAVE_BROKEN_KQUEUE
+ #define HAVE_BZERO
+ #define HAVE_DAEMON
+ #define HAVE_FGETLN


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004031543.o33FhWaa086317>