#14922: evolution data server 2.22.0 fails to build -----------------------------------+---------------------------------------- Reporter: jwhowse4@comcast.net | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by marcuscalhounlopez@mac.com): It appears as if the type off_t can not be found.[[BR]] On Leopard, off_t is defined in stdio.h (which is included in offending camel-block-file.h).[[BR]] I assume this is not the case on Tiger.[[BR]] off_t is also defined in sys/types.h. Perhaps something like this: {{{ platform darwin 8 { post-patch { reinplace "s|#include <stdio.h>|#include <stdio.h>\\\n#include <sys/types.h>|g" \ ${worksrcpath}/camel/camel-block-file.h } } }}} Unfortunately, I do not have access to a Tiger machine to test this. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14922#comment:1> MacPorts </projects/macports> Ports system for Mac OS