Ticket #32076: screen.diff
File screen.diff, 2.0 KB (added by kyle.husmann@…, 13 years ago) |
---|
-
Portfile
old new 4 4 5 5 name screen 6 6 version 4.0.3 7 revision 37 revision 4 8 8 homepage http://www.gnu.org/software/screen/ 9 9 description Screen manager with VT100/ANSI terminal emulation 10 10 long_description Screen is a full-screen window manager that multiplexes a physical \ … … 53 53 platform darwin 9 { 54 54 post-patch { 55 55 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 56 58 } 57 59 58 60 # These patches are based on http://www.opensource.apple.com/darwinsource/10.5.6/screen-12/patches/ … … 64 66 } 65 67 66 68 platform 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 67 75 # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/ 68 76 # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches 69 77 # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776 … … 73 81 } 74 82 75 83 platform 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 76 90 # These patches are based on http://www.opensource.apple.com/source/screen/screen-16/patches/ 77 91 # The vproc_priv.h is the private header from launchd, used in Apple's 10.6 screen patches 78 92 # We copied the header file from http://launchd.macosforge.org/trac/browser/trunk/launchd/src/vproc_priv.h, r23776