Ticket #32076: screen.diff

File screen.diff, 2.0 KB (added by kyle.husmann@…, 12 years ago)

Portfile patch

  • Portfile

    old new  
    44
    55name            screen
    66version         4.0.3
    7 revision        3
     7revision        4
    88homepage        http://www.gnu.org/software/screen/
    99description     Screen manager with VT100/ANSI terminal emulation
    1010long_description    Screen is a full-screen window manager that multiplexes a physical \
     
    5353platform darwin 9 {
    5454    post-patch {
    5555        reinplace s|^deflogin|#deflogin| ${worksrcpath}/etc/etcscreenrc
     56        reinplace s|^bind\ I|#bind\ I| ${worksrcpath}/etc/etcscreenrc
     57        reinplace s|^bind\ O|#bind\ O| ${worksrcpath}/etc/etcscreenrc
    5658    }
    5759
    5860    # These patches are based on http://www.opensource.apple.com/darwinsource/10.5.6/screen-12/patches/
     
    6466}
    6567
    6668platform darwin 10 {
     69    post-patch {
     70        reinplace s|^deflogin|#deflogin| ${worksrcpath}/etc/etcscreenrc
     71        reinplace s|^bind\ I|#bind\ I| ${worksrcpath}/etc/etcscreenrc
     72        reinplace s|^bind\ O|#bind\ O| ${worksrcpath}/etc/etcscreenrc
     73    }
     74
    6775    # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/
    6876    # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches
    6977    # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776
     
    7381}
    7482
    7583platform darwin 11 {
     84    post-patch {
     85        reinplace s|^deflogin|#deflogin| ${worksrcpath}/etc/etcscreenrc
     86        reinplace s|^bind\ I|#bind\ I| ${worksrcpath}/etc/etcscreenrc
     87        reinplace s|^bind\ O|#bind\ O| ${worksrcpath}/etc/etcscreenrc
     88    }
     89
    7690    # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/
    7791    # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches
    7892    # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776