Bug 154485

Summary: Patch for sysutils/tmux
Product: Ports & Packages Reporter: landy2005
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 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!