Bug 154485 - Patch for sysutils/tmux
Summary: Patch for sysutils/tmux
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: 2011-02-03 11:50 UTC by landy2005
Modified: 2011-02-21 07:11 UTC (History)
0 users

See Also:


Attachments
file.diff (1.25 KB, patch)
2011-02-03 11:50 UTC, landy2005
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description landy2005 2011-02-03 11:50:08 UTC
Attached simple patch for port 'sysutils/tmux':

 - Remove mark BROKEN.
 - Added compat for closefrom() when ${OSVERSION} < 702104

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-03 11:50:14 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 2011-02-21 07:09:55 UTC
wen         2011-02-21 07:09:49 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/tmux        Makefile 
  Added files:
    sysutils/tmux/files  extra-patch-fb7 extra-patch-kqueue 
                         extra-patch-kqueue_and_fb7 
  Log:
  - Fix build when ${OSVERSION} < 702104 [1]
  - Now set tmux build without #define HAVE_BROKEN_KQUEUE as default and an option.
  
  PR:             ports/154485 [1]
  Submitted by:   Mike Stupalov <landy2005@gmail.com> [1]
  
  Revision  Changes    Path
  1.24      +18 -3     ports/sysutils/tmux/Makefile
  1.1       +18 -0     ports/sysutils/tmux/files/extra-patch-fb7 (new)
  1.1       +10 -0     ports/sysutils/tmux/files/extra-patch-kqueue (new)
  1.1       +20 -0     ports/sysutils/tmux/files/extra-patch-kqueue_and_fb7 (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 2011-02-21 07:11:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!