New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81028


Ignore:
Timestamp:
07/23/11 12:34:30 (4 years ago)
Author:
raimue@…
Message:

sysutils/screen:
Apply patches on platform darwin 11, fixes build.
Closes #29828

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/screen/Portfile

    r75973 r81028  
    7373} 
    7474 
     75platform darwin 11 { 
     76    # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/ 
     77    # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches 
     78    # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776  
     79    distfiles-append    vproc_priv.h:launchd_priv_header 
     80    post-extract        { file copy ${distpath}/vproc_priv.h ${worksrcpath} } 
     81    patchfiles-append   patch-config.h.in patch-configure patch-pty.c patch-window.c patch-screen.c patch-process.c 
     82} 
     83 
    7584variant vertical_split description {Apply vertical split patch} { 
    7685    patchfiles-append patch-wrp_vertical_split 
Note: See TracChangeset for help on using the changeset viewer.