Bug 145349 - [patch] Fix sysutils/tmux when using zsh or sh as shell
Summary: [patch] Fix sysutils/tmux when using zsh or sh as shell
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-03 17:19 UTC by Ryan Steinmetz
Modified: 2010-04-06 04:00 UTC (History)
0 users

See Also:


Attachments
file.diff (537 bytes, patch)
2010-04-03 17:19 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!