head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.40 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.38 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.36 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.34 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.32 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.30 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.28 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.26 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.24 pkgsrc-2008Q2-base:1.5 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.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 buildlink2-base:1.2; locks; strict; comment @# @; expand @o@; 1.5 date 2005.09.03.23.12.20; author rillig; state dead; branches; next 1.4; 1.4 date 2005.06.27.15.58.33; author rillig; state Exp; branches; next 1.3; 1.3 date 2005.03.25.17.40.25; author wennmach; state Exp; branches; next 1.2; 1.2 date 2002.04.05.11.46.07; author wennmach; state dead; branches; next 1.1; 1.1 date 2001.08.09.13.49.01; author wennmach; state Exp; branches; next ; desc @@ 1.5 log @Replaced patch-ba with an identical patch-bm, because the former had needed the CVS -ko mode in revision 1.4. @ text @$NetBSD$ Shut up gcc. --- include/bits.c.orig 2005-03-22 10:38:58.000000000 +0100 +++ include/bits.c 2005-03-22 10:39:43.000000000 +0100 @@@@ -140,4 +140,4 @@@@ f = fopen(argv[1], "w"); } fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST); - fprintf(f, " %*s %s */\n\n", strlen(fn), "", + fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "", @ 1.4 log @Removed RCS Id from patch-ba. @ text @@ 1.3 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 @d7 1 a7 1 @@@@ -140,7 +140,7 @@@@ a12 3 "$Id: bits.c,v 1.7 2002/02/07 17:59:15 lha Exp $"); fprintf(f, "#ifndef %s\n", hb); fprintf(f, "#define %s\n", hb); @ 1.2 log @Update arla to 0.35.7 This new version fixes some (unnamed, sorry) bugs. The main rationale for the upgrade is to get rid of the dependency on kth-krb4 for NetBSD>=1.5 systems. For older systems, we provide full functionality via (a now buildlinked) kth-krb4. @ text @d1 1 a1 1 $NetBSD: patch-ba,v 1.1 2001/08/09 13:49:01 wennmach Exp $ d3 1 a3 1 Don't use a library search path for libroken. d5 11 a15 11 --- appl/vos/Makefile.in.orig Sat Aug 4 19:01:10 2001 +++ appl/vos/Makefile.in Sat Aug 4 19:01:43 2001 @@@@ -62,7 +62,7 @@@@ ../../util/libutil.a \ ../../lib/sl/libsl.a \ $(READLINE_lib) \ - @@LIB_roken@@ \ + ../../lib/roken/libroken.a \ $(RXKAD_LIBS) \ $(KAFS_LIBS) \ $(RXKAD_LIBS) @@LIBS@@ @ 1.1 log @Upgrade arla to 0.35.5 Most important changes: o added user-land programs: kalog, aklog, arla-cli o improved user-land programs: vos, bos, pts, etc. o added man pages o security fix (in rx) o and tons of bug fixes I included a start script to be placed under /etc/rc.d. @ text @d1 1 a1 1 $NetBSD$ @