summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-09-21 19:41:42 +0000
committerabs <abs@pkgsrc.org>2008-09-21 19:41:42 +0000
commitc26f5cf6ec97d76e77c9788968669dbc8dda9cb0 (patch)
tree89a6832d5c8446ebefb3c2229e7ddc5ba385998b /sysutils
parentdb6e6bcfad39de43cb1576c10d3230294a07c15d (diff)
downloadpkgsrc-c26f5cf6ec97d76e77c9788968669dbc8dda9cb0.tar.gz
Avoid messing with /dev on install, leave a MESSAGE.Linux informing users
that they can create a /dev/lirc if they choose. Bump pkgrevision.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libirman/MESSAGE.Linux8
-rw-r--r--sysutils/libirman/Makefile4
-rw-r--r--sysutils/libirman/distinfo4
-rw-r--r--sysutils/libirman/patches/patch-aa13
4 files changed, 21 insertions, 8 deletions
diff --git a/sysutils/libirman/MESSAGE.Linux b/sysutils/libirman/MESSAGE.Linux
new file mode 100644
index 00000000000..a2bfab489c5
--- /dev/null
+++ b/sysutils/libirman/MESSAGE.Linux
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE.Linux,v 1.1 2008/09/21 19:41:42 abs Exp $
+
+If you want to use lbirman with lirc you may need to run:
+
+ mkfifo /dev/lirc
+
+===========================================================================
diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile
index 18c1b88d2a7..a66a7a605a2 100644
--- a/sysutils/libirman/Makefile
+++ b/sysutils/libirman/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2006/08/19 22:52:23 abs Exp $
+# $NetBSD: Makefile,v 1.14 2008/09/21 19:41:42 abs Exp $
#
DISTNAME= libirman-0.4.1b
PKGNAME= ${DISTNAME:S/b$/.2/}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://www.evation.com/libirman/
diff --git a/sysutils/libirman/distinfo b/sysutils/libirman/distinfo
index cb87fce4160..e077785038e 100644
--- a/sysutils/libirman/distinfo
+++ b/sysutils/libirman/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2006/08/19 22:52:23 abs Exp $
+$NetBSD: distinfo,v 1.8 2008/09/21 19:41:43 abs Exp $
SHA1 (libirman-0.4.1b.tar.gz) = 739e7cbb4c7e0af59fd244e3d2ed73b97905849a
RMD160 (libirman-0.4.1b.tar.gz) = 2121e085006079c02c3c84a9b66434c9ed882ec5
Size (libirman-0.4.1b.tar.gz) = 52874 bytes
-SHA1 (patch-aa) = e060a7e54fc817634cd7e92d7e5e17f147003363
+SHA1 (patch-aa) = 54c4e71c03954aaf87c3c0b9b55c4b099d6b9af1
SHA1 (patch-ab) = b16e235fbfe581ee1a2d4406be8911faa2d047fc
SHA1 (patch-ac) = 94bf4bbbadc36ff47ded256c37eb86b36a2ad1d9
SHA1 (patch-ad) = 4a4cef60aa053a2781bc48d9c268cc10ae9654cf
diff --git a/sysutils/libirman/patches/patch-aa b/sysutils/libirman/patches/patch-aa
index 2b24628bca4..89af59c99ca 100644
--- a/sysutils/libirman/patches/patch-aa
+++ b/sysutils/libirman/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2002/06/26 21:03:00 abs Exp $
+$NetBSD: patch-aa,v 1.4 2008/09/21 19:41:43 abs Exp $
---- Makefile.in.orig Thu Feb 18 11:14:57 1999
+--- Makefile.in.orig 1999-02-18 11:14:57.000000000 +0000
+++ Makefile.in
-@@ -27,6 +27,7 @@
+@@ -27,6 +27,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libdir = @libdir@
@@ -10,7 +10,12 @@ $NetBSD: patch-aa,v 1.3 2002/06/26 21:03:00 abs Exp $
sysconfdir = @sysconfdir@
PROGS=test_io test_func test_name workmanir lirmand
-@@ -125,7 +126,7 @@
+@@ -121,11 +122,11 @@ install-dirs:
+ $(top_srcdir)/mkinstalldirs $(sysconfdir)
+ $(top_srcdir)/mkinstalldirs `echo $(LIRC_DRIVER_DEVICE) | sed 's|/[^/]*$$||'`
+
+-install: @NORMAL@ install-dirs mkdev
++install: @NORMAL@ install-dirs
$(INSTALL) -m 755 workmanir $(bindir)/workmanir
$(INSTALL) -m 755 lirmand $(sbindir)/lirmand
$(INSTALL) -m 755 libirman.a $(libdir)/libirman.a