[MacPorts] #23952: curlftpfs on macbook pro 2,1
MacPorts
noreply at macports.org
Sat Mar 6 19:12:35 PST 2010
#23952: curlftpfs on macbook pro 2,1
-------------------------------------+--------------------------------------
Reporter: faruk.tuefekli@… | Owner: darenzana@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: curlftpfs
-------------------------------------+--------------------------------------
Comment(by darenzana@…):
Hi,
the problem seem to be in the interaction between macfuse and curl:
The macfuse port installs /opt/local/lib/pkgconfig/fuse.pc , which has the
effect to define !__FreeBSD!__ when you use libfuse.
The curl port installs /opt/local/lib/curl/curl.h , needed by curlftpfs.
In this file, there is an instruction to #include <osreldate.h> when
!__FreeBSD!__ is defined. However, this file does not exist on Mac OS X.
I have attached a patch against /opt/local/lib/curl/curl.h, which disables
this. I don't really know the consequences of not including <osreldate.h>,
and I am not sure this is the universal solution for all fuse ports, but
it makes curlftpfs compile and run.
--
Ticket URL: <http://trac.macports.org/ticket/23952#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list