pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libirman Avoid messing with /dev on install, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5413976a271
branches: trunk
changeset: 547586:d5413976a271
user: abs <abs%pkgsrc.org@localhost>
date: Sun Sep 21 19:41:42 2008 +0000
description:
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:
sysutils/libirman/MESSAGE.Linux | 8 ++++++++
sysutils/libirman/Makefile | 4 ++--
sysutils/libirman/distinfo | 4 ++--
sysutils/libirman/patches/patch-aa | 13 +++++++++----
4 files changed, 21 insertions(+), 8 deletions(-)
diffs (71 lines):
diff -r 2bcbd23d2305 -r d5413976a271 sysutils/libirman/MESSAGE.Linux
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/libirman/MESSAGE.Linux Sun Sep 21 19:41:42 2008 +0000
@@ -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 -r 2bcbd23d2305 -r d5413976a271 sysutils/libirman/Makefile
--- a/sysutils/libirman/Makefile Sun Sep 21 18:31:20 2008 +0000
+++ b/sysutils/libirman/Makefile Sun Sep 21 19:41:42 2008 +0000
@@ -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 -r 2bcbd23d2305 -r d5413976a271 sysutils/libirman/distinfo
--- a/sysutils/libirman/distinfo Sun Sep 21 18:31:20 2008 +0000
+++ b/sysutils/libirman/distinfo Sun Sep 21 19:41:42 2008 +0000
@@ -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 -r 2bcbd23d2305 -r d5413976a271 sysutils/libirman/patches/patch-aa
--- a/sysutils/libirman/patches/patch-aa Sun Sep 21 18:31:20 2008 +0000
+++ b/sysutils/libirman/patches/patch-aa Sun Sep 21 19:41:42 2008 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index