Opened 19 years ago

Closed 19 years ago

#3030 closed defect (fixed)

BUG: gnome-vfs does not compile on 10.2

Reported by: yves@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Because of some errors. Fixed by the Portfile modified as here.

T_SRV is fixed as in c-ares (from curl)

gets_unlocjed is fixed in one file but not in the second. socklen_t is replaced by int as indicated in the changelog.

post-patch {

reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" \

${worksrcpath}/libgnomevfs/xdgmime.c \ ${worksrcpath}/libgnomevfs/gnome-vfs-mime-info.c

reinplace "s|#include <arpa/nameser.h>|#include <arpa/nameser.h>

#ifndef T_SRV
#define T_SRV 33
#endif|g" \

${worksrcpath}/libgnomevfs/gnome-vfs-dns-sd.c

reinplace "s|#include <limits.h>|#include <limits.h>

#if \!defined getc_unlocked
&
& \!defined HAVE_GETC_UNLOCKED
#define getc_unlocked(fp) getc (fp)
#endif|g" \

${worksrcpath}/libgnomevfs/xdgmimemagic.c

reinplace "s|socklen_t|int|g" ${worksrcpath}/modules/ftp-method.c

}

Change History (4)

comment:1 Changed 19 years ago by yves@…

op_sys: LinuxMac OS X 10.2
rep_platform: OtherMacintosh

comment:2 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to gnome-darwinports@…

Assiging bug to maintainer of port.

-jmpp

comment:3 Changed 19 years ago by snu@…

Summary: gnome-vfs does not compile on 10.2BUG: gnome-vfs does not compile on 10.2

comment:4 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited, in the darwin 6 platform statement. I have *no* jaguar b0x - so untested ... sorrry

please remeber inline patches are evil... create attachments

Note: See TracTickets for help on using tickets.