summaryrefslogtreecommitdiff
path: root/net/arla/patches
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-06 02:41:44 +0000
committerjlam <jlam>2006-04-06 02:41:44 +0000
commit5a8b7bd5150cc39a2f5fa9560cae528085d89b3e (patch)
treecca5593ed631a97ba285c7ab5ce9ab29020d163c /net/arla/patches
parent36343296e224a9f64c178f031bec9b19d38a09b1 (diff)
downloadpkgsrc-5a8b7bd5150cc39a2f5fa9560cae528085d89b3e.tar.gz
Override some directory paths at installation time via the make command
line rather than patching their values directly in the Makefiles.
Diffstat (limited to 'net/arla/patches')
-rw-r--r--net/arla/patches/patch-af17
-rw-r--r--net/arla/patches/patch-ah12
-rw-r--r--net/arla/patches/patch-at15
3 files changed, 1 insertions, 43 deletions
diff --git a/net/arla/patches/patch-af b/net/arla/patches/patch-af
deleted file mode 100644
index b9c1a2e2583..00000000000
--- a/net/arla/patches/patch-af
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.5 2005/12/15 21:28:47 wennmach Exp $
-
-Use correct defaults for pkgsrc.
-
---- conf/Makefile.in.orig 2005-10-28 16:33:38.000000000 +0200
-+++ conf/Makefile.in 2005-12-14 09:49:20.000000000 +0100
-@@ -14,7 +14,8 @@
- CHMOD = @chmod@
-
- prefix = @prefix@
--sysconfdir = @sysconfdir@
-+exampledir = $(prefix)/share/examples/arla
-+sysconfdir = $(exampledir)
-
- CONF_FILES = CellServDB ThisCell SuidCells DynRootDB
-
-
diff --git a/net/arla/patches/patch-ah b/net/arla/patches/patch-ah
index 3b10b0c82f9..cb975da1f07 100644
--- a/net/arla/patches/patch-ah
+++ b/net/arla/patches/patch-ah
@@ -1,6 +1,5 @@
-$NetBSD: patch-ah,v 1.5 2005/12/15 21:28:47 wennmach Exp $
+$NetBSD: patch-ah,v 1.6 2006/04/06 02:41:44 jlam Exp $
-Install nnpfs_mod.o into $(lkmdir), not $(bindir).
Don't strip nnpfs_mod.o while installing.
--- nnpfs/bsd/Makefile.in.orig 2005-11-22 17:53:54.000000000 +0100
@@ -14,12 +13,3 @@ Don't strip nnpfs_mod.o while installing.
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @top_srcdir@/mkinstalldirs
-@@ -28,7 +28,7 @@
- libdir = @libdir@
- libexecdir = @libexecdir@
- bindir = @bindir@
--lkmdir = @bindir@
-+lkmdir = $(exec_prefix)/lkm
- transform = @program_transform_name@
- EXECSUFFIX = @EXECSUFFIX@
- VARDB = /var/db
diff --git a/net/arla/patches/patch-at b/net/arla/patches/patch-at
deleted file mode 100644
index 38a9c192f6f..00000000000
--- a/net/arla/patches/patch-at
+++ /dev/null
@@ -1,15 +0,0 @@
-$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@