Changeset 81028
- Timestamp:
- 07/23/11 12:34:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/screen/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/screen/Portfile
r75973 r81028 73 73 } 74 74 75 platform 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 75 84 variant vertical_split description {Apply vertical split patch} { 76 85 patchfiles-append patch-wrp_vertical_split
Note: See TracChangeset
for help on using the changeset viewer.

