head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2:1.4.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3; locks; strict; comment @# @; 1.5 date 2002.05.25.12.55.27; author markd; state dead; branches; next 1.4; 1.4 date 99.08.31.22.09.43; author wrstuden; state Exp; branches 1.4.2.1; next 1.3; 1.3 date 99.02.23.22.33.20; author wrstuden; state Exp; branches; next 1.2; 1.2 date 99.02.23.22.31.37; author wrstuden; state Exp; branches; next 1.1; 1.1 date 99.01.01.22.08.26; author garbled; state Exp; branches; next ; 1.4.2.1 date 2002.06.23.18.56.04; author jlam; state dead; branches; next ; desc @@ 1.5 log @Update netatalk to version 1.5.3.1. Update supplied by David Rankin (to version 1.5.2) in pkg/15642 further updated to 1.5.3.1 by me. Changes since the old umich version (and netatalk-asun) are numerous bug fixes, cleanups and new features and its actively being maintained. @ text @$NetBSD: patch-aw,v 1.4 1999/08/31 22:09:43 wrstuden Exp $ --- libatalk/util/Makefile.inc Wed Dec 31 16:00:00 1969 +++ libatalk/util/Makefile.inc Mon Aug 30 06:47:43 1999 @@@@ -0,0 +1,3 @@@@ +.PATH: ${.CURDIR}/util + +SRCS+= atalk_addr.c strdicasecmp.c @ 1.4 log @Fix two PRs on this package, and make it compile on macppc. Sample files are installed in pkg/share/examples/netatalk, addressing PR 7920 by rnestor@@metronet.com. Now include elf support, addressing PR 8125 by Takahiro Kambe, with slight changes by me. Cleaned up some lint warnings and fixed an unsigned character comparison problem with assistance from cgd@@netbsd.org. Disabled building of libatalk_p.a (profiling libatalk) as not all ports support it which will generate plist errors. @ text @d1 1 a1 1 $NetBSD: $ @ 1.4.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-aw,v 1.4 1999/08/31 22:09:43 wrstuden Exp $ @ 1.3 log @How about we change the date in the diff header to be today. @ text @d1 8 a8 20 $NetBSD: patch-aw,v 1.2 1999/02/23 22:31:37 wrstuden Exp $ --- etc/papd/session.c.orig Fri Jan 1 15:05:42 1999 +++ etc/papd/session.c Tue Feb 23 14:28:50 1999 @@@@ -3,6 +3,7 @@@@ * All Rights Reserved. See COPYRIGHT. */ +#include #include #include #include @@@@ -53,7 +54,7 @@@@ fd_set fds; char cbuf[ 578 ]; int i, cc, timeout = 0, readpending = 0; - u_short seq = 1, rseq = 1, netseq; + u_short seq = 0, rseq = 1, netseq; u_char readport; infile.pf_state = PF_BOT; @ 1.2 log @in session(), seq is incrimented before being used. Thus for the first sequence number sent to be 1, we need to initialize to 0. Pointed out by Juergen Hannken-Illjes . @ text @d1 1 a1 1 $NetBSD: patch-aw,v 1.1 1999/01/01 22:08:26 garbled Exp $ d3 1 a3 1 +++ etc/papd/session.c Fri Jan 1 15:06:01 1999 @ 1.1 log @Minor LP64 fixes to get this building on alpha @ text @d1 1 a1 1 $NetBSD$ d12 9 @