head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.20 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.18 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.14 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.12 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.1.1.0.2 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2008.02.28.19.43.00; author agc; state dead; branches; next 1.2; 1.2 date 2007.11.03.13.04.43; author adam; state Exp; branches; next 1.1; 1.1 date 2007.07.09.19.03.22; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.07.09.19.03.22; author agc; state Exp; branches; next ; desc @@ 1.3 log @Update fuse-afpfs-ng to version 0.8. Changes are mainly portability mods; just one minor change for NetBSD to compile out of the box, which has been fed back upstream. @ text @$NetBSD: patch-af,v 1.2 2007/11/03 13:04:43 adam Exp $ --- resource.c.orig 2007-09-04 06:27:41.000000000 +0200 +++ resource.c @@@@ -1,5 +1,7 @@@@ #include +#include +#include #include "afp.h" #define appledouble ".AppleDouble" @ 1.2 log @Changes 0.4.3: - UTF8 internationalization of filenames, volumes and servers - proper uid/gid mapping to enable environments with a common or different user directory - DHX2 UAM from Derrik Pates - fixes to deal with the Apple Airport Extreme quirks - fixes to deal with netatalk quirks - improved status output for debugging - various small bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- resource.c 2007/07/09 18:36:19 1.1 +++ resource.c 2007/07/09 18:37:11 @@@@ -1,7 +1,12 @@@@ a6 1 #include a7 3 +#ifdef __linux__ #include +#else a9 1 +#endif @ 1.1.1.1 log @Initial import of afpfs-ng, version 0.4.1 into the Packages Collection. afpfs-ng is an Apple Filing Protocol client that will allow a Linux system to see files exported from a Mac OS system with AFP over TCP. With thanks to Jared for the nudge. @ text @@