#41078: screen @4.0.3_3+vertical_split: cannot find "sys/stropts.h" -----------------------------------+-------------------------------- Reporter: stephane.plaisance@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: screen | -----------------------------------+-------------------------------- Comment (by luc.dandoy@…): Hello, Regarding the screen issue, I think you can fix it in the Portfile (mine was at the following path: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/screen/Portfile). line 78 you will find this: {{{ if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 12} { }}} Maverick is version 13, so what I did was to replace this line with the following: {{{ if {${os.platform} == "darwin" && ${os.major} >= 10 && ${os.major} <= 13} { }}} And it's working I'm not sure if it's a correct solution but at least screen is running -- Ticket URL: <https://trac.macports.org/ticket/41078#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X