head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.38 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.36 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.34 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.32 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.30 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.28 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.26 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.24 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.22 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.20 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.18 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.16 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.14 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.12 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.10 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.8 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.6 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.4 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.2 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.5.0.6 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.4 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.2 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.6 date 2005.12.15.21.28.47; author wennmach; state dead; branches; next 1.5; 1.5 date 2005.03.15.15.58.52; author wennmach; state Exp; branches; next 1.4; 1.4 date 2002.04.05.11.46.05; author wennmach; state dead; branches; next 1.3; 1.3 date 2001.08.09.13.49.00; author wennmach; state Exp; branches; next 1.2; 1.2 date 2000.10.18.16.32.58; author wennmach; state Exp; branches; next 1.1; 1.1 date 2000.08.15.16.08.27; author wennmach; state Exp; branches; next ; desc @@ 1.6 log @Update arla to 0.41. The update is necessary to support NetBSD-2.1 and NetBSD-3.0 and should fix the broken bulk build. Tested on NetBSD-2.0.2/i386 and NetBSD-2.1/i386. @ text @$NetBSD: patch-an,v 1.5 2005/03/15 15:58:52 wennmach Exp $ Add missing lib. --- appl/afsutils/Makefile.in.orig 2005-03-10 21:52:01.000000000 +0100 +++ appl/afsutils/Makefile.in 2005-03-10 21:53:56.000000000 +0100 @@@@ -450,6 +450,7 @@@@ tokens_SOURCES = tokens.c LDADD = ../lib/libarlalib.la \ ../../rxdef/librxdefclient.a \ + ../../rxdef/libkaclient.a \ ../../lib/ko/libko.la \ ../../util/libarlautil.la \ ../../rx/librx.la \ @ 1.5 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$ @ 1.4 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-an,v 1.3 2001/08/09 13:49:00 wennmach Exp $ d3 1 a3 2 Do not add a path to the library search path (-L) to find libsl.a. This will find kth-krb4's sl library, which is the wrong one. The same for libroken. d5 10 a14 25 --- appl/bos/Makefile.in.orig Mon May 28 13:32:03 2001 +++ appl/bos/Makefile.in Sat Aug 4 19:12:32 2001 @@@@ -55,14 +55,15 @@@@ READLINE_lib = @@LIB_readline@@ KAFS_LIBS = @@AIX_EXTRA_KAFS@@ @@KAFS_LIBS@@ LIB_tgetent = @@LIB_tgetent@@ -LIBS = -L../lib -larlalib \ - -L../../rxdef -lrxdefclient \ - -L../../rx -lrx \ - -L../../lwp -llwp @@PLWP_LIB_FLAGS@@ \ - -L../../lib/ko -lko -L../../util -lutil \ - -L../../lib/sl -lsl \ +LIBS = ../lib/libarlalib.a \ + ../../rxdef/librxdefclient.a \ + ../../rx/librx.a \ + ../../lwp/liblwp.a @@PLWP_LIB_FLAGS@@ \ + ../../lib/ko/libko.a \ + ../../util/libutil.a \ + ../../lib/sl/libsl.a \ $(READLINE_lib) \ - @@LIB_roken@@ \ + ../../lib/roken/libroken.a \ $(RXKAD_LIBS) \ $(KAFS_LIBS) \ $(RXKAD_LIBS) @@LIBS@@ @ 1.3 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: patch-an,v 1.2 2000/10/18 16:32:58 wennmach Exp $ @ 1.2 log @Update arla to 0.34.5. This version of arla has improved BSD support, so that patches (patch-ao, patch-ap, patch-aq, and patch-ar) are no longer necessary. It has improved deadlock detection and many other bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-an,v 1.1 2000/08/15 16:08:27 wennmach Exp $ d4 1 a4 1 find kth-krb4's sl library, which is the wrong one. d6 3 a8 3 --- appl/bos/Makefile.in.orig Wed Oct 11 21:19:57 2000 +++ appl/bos/Makefile.in Wed Oct 18 16:23:34 2000 @@@@ -50,14 +50,15 @@@@ d26 1 a26 1 - -L../../lib/roken -lroken \ d30 1 a30 1 $(RXKAD_LIBS) \ @ 1.1 log @Update arla to 0.34.1. arla-0.34.1 contains a new `bos' program, improves handling of write-back of mmaped pages after close, more stability, bug fixes, and, most notably, contains updates to the *BSD code. @ text @d1 1 a1 1 $NetBSD$ d6 11 a16 6 --- appl/bos/Makefile.in.orig Mon Jun 5 22:55:16 2000 +++ appl/bos/Makefile.in Wed Aug 9 16:34:58 2000 @@@@ -55,7 +55,7 @@@@ -L../../rx -lrx \ -L../../lwp -llwp @@PLWP_LIB_FLAGS@@ \ -L../../lib/ko -lko -L../../util -lutil \ d18 6 a24 1 -L../../lib/roken \ d26 4 @