head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.24 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.22 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.20 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.18 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.16 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.14 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.12 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.10 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.8 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.2.0.12 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.10 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.1.0.8 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.6 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.4 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2007.09.19.23.35.02; author wiz; state dead; branches; next 1.3; 1.3 date 2007.04.10.17.58.23; author drochner; state Exp; branches; next 1.2; 1.2 date 2005.10.07.16.10.44; author drochner; state Exp; branches; next 1.1; 1.1 date 2004.10.24.18.03.24; author recht; state Exp; branches; next ; desc @@ 1.4 log @Finish rename of gnome-vfs2 to gnome-vfs. @ text @$NetBSD: patch-ap,v 1.3 2007/04/10 17:58:23 drochner Exp $ --- modules/file-method.c.orig 2007-03-13 11:50:03.000000000 +0100 +++ modules/file-method.c @@@@ -134,13 +134,13 @@@@ GET_PATH_MAX (void) } #endif -#ifdef HAVE_OPEN64 +#if defined(HAVE_OPEN64) && !defined(__APPLE__) #define OPEN open64 #else #define OPEN g_open #endif -#if defined(HAVE_LSEEK64) && defined(HAVE_OFF64_T) +#if (defined(HAVE_LSEEK64) && defined(HAVE_OFF64_T)) && !defined(__APPLE__) #define LSEEK lseek64 #define OFF_T off64_t #else @ 1.3 log @update to 2.18.1 This moves this pkg to the new stable gnome branch, too much to list here. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 2.12.1.1 too many fixes and feature additions to list here, see the NEWS file in the distribution @ text @d3 1 a3 1 --- modules/file-method.c.orig 2005-07-15 15:46:53.000000000 +0200 d5 1 a5 9 @@@@ -66,6 +66,7 @@@@ #if HAVE_SYS_VFS_H #include #elif HAVE_SYS_MOUNT_H +#include #include #endif @@@@ -173,13 +174,13 @@@@ GET_PATH_MAX (void) @ 1.1 log @Adopt patches from darwinports to make gnome-vfs2 build on OS X. While at it also combine patch-a[fk] since they've patched the same file. @ text @d3 11 a13 3 --- modules/file-method.c.orig Sun Oct 24 18:55:16 2004 +++ modules/file-method.c Sun Oct 24 18:56:12 2004 @@@@ -94,13 +94,13 @@@@ d21 1 a21 1 #define OPEN open @