head 1.5; access; symbols pkgsrc-2013Q4:1.4.0.74 pkgsrc-2013Q4-base:1.4 pkgsrc-2013Q3:1.4.0.72 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.70 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.68 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.66 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.64 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.62 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.60 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.58 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.56 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.54 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.52 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.50 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.48 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.46 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.44 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.40 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.38 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.36 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.34 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.32 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.30 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.28 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.26 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.2; locks; strict; comment @# @; 1.5 date 2013.12.31.17.08.10; author wiz; state dead; branches; next 1.4; commitid Vb57LsqOW5rN8jjx; 1.4 date 2005.03.25.17.40.25; author wennmach; state Exp; branches; next 1.3; 1.3 date 2005.03.15.15.58.52; author wennmach; state dead; branches; next 1.2; 1.2 date 2002.12.23.18.28.20; author cjep; state Exp; branches; next 1.1; 1.1 date 2002.08.20.17.47.43; author wennmach; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.08.20.17.47.43; author agc; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.08.21.09.58.31; author agc; state Exp; branches; next ; desc @@ 1.5 log @Remove packages that were either BROKEN for more than a year or BROKEN and explicitly scheduled to be removed after 2013Q4. @ text @$NetBSD: patch-bi,v 1.4 2005/03/25 17:40:25 wennmach Exp $ Shut up gcc on NetBSD/amd64. --- appl/fs/fs_statistics.c.orig 2005-03-23 10:06:17.000000000 +0100 +++ appl/fs/fs_statistics.c 2005-03-23 10:07:04.000000000 +0100 @@@@ -104,10 +104,10 @@@@ printsizeslot(sizeslot); printf("%6lld %8lld %8lld %8lld %8lld\n", - count, items_total, - total_time, - total_time/count, - items_total*1000LL/total_time); + (long long)count, (long long)items_total, + (long long)total_time, + (long long)(total_time/count), + (long long)(items_total*1000LL/total_time)); } struct stat_type { @ 1.4 log @Fix a number of issues: - LP64 and other portability issues - Find the correct in order to get the right prototype for kafs_settoken_rxkad. - Find the correct - Add support for -DMULTIPROCESSOR and other kernel compile options Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update arla to 0.38. The update is necessary to support NetBSD-2.0. The update during the pkgsrc freeze has been approved by . Two patches have been provided by . Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386. Closes PR pkg/20906. @ text @d1 1 a1 1 $NetBSD: patch-bi,v 1.2 2002/12/23 18:28:20 cjep Exp $ d3 1 a3 1 On NetBSD, comment out call to setgetprogname(). d5 4 a8 5 --- xfs/bsd/bin/umount_xfs.c.orig Tue Aug 20 17:40:34 2002 +++ xfs/bsd/bin/umount_xfs.c Tue Aug 20 17:41:20 2002 @@@@ -47,7 +47,16 @@@@ { int force = 0; d10 10 a19 12 +/* + * The setprogname(3) function was introduced in NetBSD 1.6. + * It is a function provided for compatibility, and in NetBSD, + * calling setprogname() from main() has no effect. + * In order to for this to work on older NetBSD systems, + * we just comment the call to setprogname() out. + */ +#if !defined(__NetBSD__) setprogname (argv[0]); +#endif if (argc != 2 && argc != 3) usage(); d21 1 @ 1.2 log @Fix RCS tag line so that pkglint does not complain. @ text @d1 1 a1 1 $NetBSD: patch-bi,v 1.1 2002/08/20 17:47:43 wennmach Exp $ @ 1.1 log @Upgrade arla to 0.35.9 Fixes two security holes: 'xdr'-bug (in vos, not in arlad), and xfs failes to check for negative numbers in pioctl. Additional changes: NetBSD/sparc64 now supported, 'themis' added, local locking, bug fixes. See http://www.stacken.kth.se/lists/arla-drinkers/2002-08/msg00019.html @ text @d1 1 a1 1 # $NetBSD$ @ 1.1.2.1 log @file patch-bi was added on branch netbsd-1-6 on 2002-08-21 09:58:31 +0000 @ text @d1 23 @ 1.1.2.2 log @Pullup the update of the arla package to version 0.35.9 onto the 1.6 pkgsrc branch. This is necessary for security - arla-0.35.8 and older contain two security problems. Requested by Lex Wennmacher. > From: Lex Wennmacher > Date: 08/20/2002 20:47:47 > > Module Name: pkgsrc > Committed By: wennmach > Date: Tue Aug 20 17:47:46 UTC 2002 > > Modified Files: > pkgsrc/net/arla: Makefile PLIST distinfo > Added Files: > pkgsrc/net/arla/patches: patch-bd patch-be patch-bf patch-bg patch-bh > patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn patch-bo > patch-bp patch-bq patch-br patch-bs > > Log Message: > Upgrade arla to 0.35.9 > > Fixes two security holes: 'xdr'-bug (in vos, not in arlad), and > xfs failes to check for negative numbers in pioctl. > > Additional changes: NetBSD/sparc64 now supported, 'themis' added, > local locking, bug fixes. > > See http://www.stacken.kth.se/lists/arla-drinkers/2002-08/msg00019.html @ text @a0 23 # $NetBSD: patch-bi,v 1.1.2.1 2002/08/21 09:58:31 agc Exp $ On NetBSD, comment out call to setgetprogname(). --- xfs/bsd/bin/umount_xfs.c.orig Tue Aug 20 17:40:34 2002 +++ xfs/bsd/bin/umount_xfs.c Tue Aug 20 17:41:20 2002 @@@@ -47,7 +47,16 @@@@ { int force = 0; +/* + * The setprogname(3) function was introduced in NetBSD 1.6. + * It is a function provided for compatibility, and in NetBSD, + * calling setprogname() from main() has no effect. + * In order to for this to work on older NetBSD systems, + * we just comment the call to setprogname() out. + */ +#if !defined(__NetBSD__) setprogname (argv[0]); +#endif if (argc != 2 && argc != 3) usage(); @