head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q2:1.5.0.60 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.58 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.56 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.54 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.52 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.50 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.48 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.46 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.44 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.42 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.40 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.38 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.36 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.34 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.24 pkgsrc-2008Q1:1.5.0.22 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.20 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.18 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.16 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.14 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.12 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.10 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.8 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.6 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.4 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.2 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.6 date 2012.09.26.16.52.38; author christos; state dead; branches; next 1.5; 1.5 date 2005.09.03.21.21.57; author abs; state Exp; branches; next 1.4; 1.4 date 2004.05.31.02.18.44; author kim; state Exp; branches; next 1.3; 1.3 date 2001.03.12.19.06.51; author kim; state Exp; branches; next 1.2; 1.2 date 2000.01.15.18.09.31; author christos; state dead; branches; next 1.1; 1.1 date 99.08.29.12.26.22; author kim; state Exp; branches; next ; desc @@ 1.6 log @update to latest freerdist-0.94: * use intmax_t instead of long long * Don't limit the size of the environment * Don't leak a directory file descriptor * ansify * dynamically allocate EARGS * use getaddrinfo @ text @$NetBSD: patch-ae,v 1.5 2005/09/03 21:21:57 abs Exp $ --- config/os-netbsd.h.orig 2001-03-12 13:16:18.000000000 -0500 +++ config/os-netbsd.h 2004-05-30 22:01:15.000000000 -0400 @@@@ -45,6 +45,7 @@@@ * Things we need */ #define NEED_RE_COMP_H +#define NEED_SETPROGNAME /* * Set process args to messages that show up when running ps(1) @@@@ -86,7 +87,11 @@@@ /* * Select the type of statfs() system call (if any). */ +#if __NetBSD_Version__ < 299000900 #define STATFS_TYPE STATFS_44BSD +#else +#define STATFS_TYPE STATFS_SVR4 +#endif /* * Use f_fstypename in struct statfs. @ 1.5 log @switch statvfs() check to __NetBSD_Version__ < 299000900, so we can build on 2.x and 2.99.9 and later. Switches brokenness to 2.0D - 2.0H. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.4 2004/05/31 02:18:44 kim Exp $ @ 1.4 log @Butcher this into compiling and apparently running ok on NetBSD-current. @ text @d1 1 a1 1 $NetBSD$ d17 1 a17 1 +#if __NetBSD_Version__ < 200060000 @ 1.3 log @Forgot one spot to make this compile on older NetBSD... @ text @d3 2 a4 2 --- config/os-netbsd.h.orig Mon Mar 12 13:16:18 2001 +++ config/os-netbsd.h Mon Mar 12 13:59:27 2001 d13 12 @ 1.2 log @replace rdist-6.1.4 with freerdist-0.91. 6.1.4 is just too buggy. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 1999/08/29 12:26:22 kim Exp $ d3 8 a10 3 --- src/setargs.c.orig Wed Feb 9 20:04:58 1994 +++ src/setargs.c Sun Aug 29 07:50:07 1999 @@@@ -130,7 +130,11 @@@@ d12 1 a12 10 * Stdarg front-end to _setproctitle() */ +#if defined(NETBSD) +extern void setproctitle(const char *fmt, ...) +#else extern void setproctitle(char *fmt, ...) +#endif { static char buf[BUFSIZ]; va_list args; @ 1.1 log @FIX: sendmail is /usr/sbin/sendmail on NetBSD (now notify works). While fixing that, I broke out the huge multi-file patch-aa into separate patch files for each patched file in the distribution, and moved new files into ${FILESDIR} for easier maintenance. @ text @d1 1 a1 1 $NetBSD$ @