Bug 145349

Summary: [patch] Fix sysutils/tmux when using zsh or sh as shell
Product: Ports & Packages Reporter: Ryan Steinmetz <rpsfa>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ryan Steinmetz 2010-04-03 17:19:48 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-03 17:20:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-06 03:52:23 UTC
wen         2010-04-06 02:52:08 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/tmux        Makefile 
  Added files:
    sysutils/tmux/files  extra-patch-configure 
  Log:
  - Fix run error when using zsh or sh as shell [1][2]
  - Fix build error with custom LOCALBASE
  
  PR:             ports/145349 [1]
                  ports/144760 [2]
  Submitted by:   Ryan Steinmetz <rpsfa@rit.edu> [1],
                  Erwan david <erwan@rail.eu.org> [2]
  
  Revision  Changes    Path
  1.15      +14 -1     ports/sysutils/tmux/Makefile
  1.1       +10 -0     ports/sysutils/tmux/files/extra-patch-configure (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-04-06 03:54:50 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!