head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.34 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.32 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.30 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.28 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.26 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.24 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.22 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.20 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.18 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.16 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.14 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.12 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.10 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.8 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.6 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.4 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.2 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.4 date 2006.04.06.02.41.44; author jlam; state dead; branches; next 1.3; 1.3 date 2005.03.15.15.58.52; author wennmach; state Exp; branches; next 1.2; 1.2 date 2001.08.09.13.49.00; author wennmach; state Exp; branches; next 1.1; 1.1 date 2000.10.18.16.32.59; author wennmach; state Exp; branches; next ; desc @@ 1.4 log @Override some directory paths at installation time via the make command line rather than patching their values directly in the Makefiles. @ text @$NetBSD: patch-at,v 1.3 2005/03/15 15:58:52 wennmach Exp $ Set up proper path to the LKM for startarla. --- nnpfs/bsd/bin/Makefile.in.orig 2002-09-17 14:54:49.000000000 -0400 +++ nnpfs/bsd/bin/Makefile.in 2004-12-22 20:39:04.000000000 -0500 @@@@ -21,7 +21,7 @@@@ libexecdir = @@libexecdir@@ bindir = @@bindir@@ sbindir = @@sbindir@@ -lkmdir = @@bindir@@ +lkmdir = @@prefix@@/lkm mandir = @@mandir@@ transform = @@program_transform_name@@ ARLACACHEDIR = @@ARLACACHEDIR@@ @ 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-at,v 1.2 2001/08/09 13:49:00 wennmach Exp $ @ 1.2 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-at,v 1.1 2000/10/18 16:32:59 wennmach Exp $ d5 3 a7 4 --- xfs/bsd/bin/Makefile.in.orig Mon Jul 16 07:37:45 2001 +++ xfs/bsd/bin/Makefile.in Fri Aug 3 14:53:46 2001 @@@@ -20,6 +20,7 @@@@ libdir = @@libdir@@ a9 1 +lkmdir = @@prefix@@/lkm d11 2 d15 1 a15 12 @@@@ -58,7 +59,10 @@@@ $(RM) -f $(PROGRAMS) startarla *.o *~ startarla: startarla.in - sed -e 's!%lkmdir%!$(bindir)!;s!%sbindir%!$(sbindir)!;s!%libexecdir%!$(libexecdir)!;s!%ARLACACHEDIR%!$(ARLACACHEDIR)!' $(srcdir)/startarla.in > $@@.new + sed -e 's!%lkmdir%!$(lkmdir)!' \ + -e 's!%sbindir%!$(sbindir)!' \ + -e 's!%libexecdir%!$(libexecdir)!' \ + -e 's!%ARLACACHEDIR%!$(ARLACACHEDIR)!' $(srcdir)/startarla.in > $@@.new mv $@@.new $@@ chmod +x $@@ @ 1.1 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$ d5 3 a7 3 --- xfs/bsd/bin/Makefile.in.orig Wed Oct 18 16:50:31 2000 +++ xfs/bsd/bin/Makefile.in Wed Oct 18 16:53:41 2000 @@@@ -19,6 +19,7 @@@@ d11 3 a13 1 +lkmdir = @@prefix@@/lkm d15 1 a15 3 ARLACACHEDIR = @@ARLACACHEDIR@@ @@@@ -52,7 +53,9 @@@@ d19 5 a23 4 - sed -e ' s!%bindir%!$(bindir)! ; s!%ARLACACHEDIR%!$(ARLACACHEDIR)!' $(srcdir)/startarla.in > $@@.new + sed -e 's!%bindir%!$(bindir)!' \ + -e 's!%ARLACACHEDIR%!$(ARLACACHEDIR)!' \ + -e 's!%lkmdir%!$(lkmdir)!' startarla.in > $@@.new d26 1 @