pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/estd Made the package work for unprivileged b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5f72a131422
branches: trunk
changeset: 518847:f5f72a131422
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Sep 20 07:19:59 2006 +0000
description:
Made the package work for unprivileged builds.
Fixed the file mode of the example rc.d script. (PR 34564)
This also fixes PR 32835, which had already suggested all the changes I
made, but I've seen it too late. :)
diffstat:
sysutils/estd/Makefile | 4 ++--
sysutils/estd/distinfo | 4 ++--
sysutils/estd/patches/patch-aa | 14 +++++++-------
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r 0efe27ecedb8 -r f5f72a131422 sysutils/estd/Makefile
--- a/sysutils/estd/Makefile Tue Sep 19 23:35:07 2006 +0000
+++ b/sysutils/estd/Makefile Wed Sep 20 07:19:59 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2006/08/11 16:10:44 ghen Exp $
+# $NetBSD: Makefile,v 1.10 2006/09/20 07:19:59 rillig Exp $
DISTNAME= estd-r5
PKGNAME= estd-0.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.elektro-eel.org/
diff -r 0efe27ecedb8 -r f5f72a131422 sysutils/estd/distinfo
--- a/sysutils/estd/distinfo Tue Sep 19 23:35:07 2006 +0000
+++ b/sysutils/estd/distinfo Wed Sep 20 07:19:59 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/08/08 22:07:48 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2006/09/20 07:19:59 rillig Exp $
SHA1 (estd-r5.tar.gz) = c73037df5ccc038f96924f9cf5c0f2c6692b6307
RMD160 (estd-r5.tar.gz) = 657fda2908a44edbc9ac0d8714ac13462ce7bc0c
Size (estd-r5.tar.gz) = 7035 bytes
-SHA1 (patch-aa) = 7a6ed9c722d8243173f448b6521dd009b8ca6dba
+SHA1 (patch-aa) = 144199974f5263d995865fd722db74102ce8073b
SHA1 (patch-ab) = e552aafdcfe0d2eeefb77ec1bd9e7d702a1e6711
diff -r 0efe27ecedb8 -r f5f72a131422 sysutils/estd/patches/patch-aa
--- a/sysutils/estd/patches/patch-aa Tue Sep 19 23:35:07 2006 +0000
+++ b/sysutils/estd/patches/patch-aa Wed Sep 20 07:19:59 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2006/07/24 08:11:38 adam Exp $
+$NetBSD: patch-aa,v 1.5 2006/09/20 07:19:59 rillig Exp $
--- Makefile.orig 2006-07-02 11:29:29.000000000 +0200
-+++ Makefile
++++ Makefile 2006-09-20 09:15:01.000000000 +0200
@@ -19,7 +19,8 @@ estd: estd.c
all: estd
@@ -10,8 +10,8 @@
- install -s -o root -g wheel -m 0755 estd /usr/local/sbin/estd
- install -d -o root -g wheel -m 0755 /usr/local/man/man1
- install -o root -g wheel -m 0644 estd.1 /usr/local/man/man1/estd.1
-+ install -d -o root -g wheel -m 0755 ${PREFIX}/sbin
-+ install -s -o root -g wheel -m 0755 estd ${PREFIX}/sbin/estd
-+ install -d -o root -g wheel -m 0755 ${PREFIX}/man/man1
-+ install -o root -g wheel -m 0644 estd.1 ${PREFIX}/man/man1/estd.1
-+ install -o root -g wheel -m 0644 estd.sh ${PREFIX}/share/examples/rc.d/estd
++ ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/sbin
++ ${BSD_INSTALL_PROGRAM} estd ${PREFIX}/sbin/estd
++ ${BSD_INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man1
++ ${BSD_INSTALL_MAN} estd.1 ${PREFIX}/${PKGMANDIR}/man1/estd.1
++ ${BSD_INSTALL_SCRIPT} estd.sh ${PREFIX}/share/examples/rc.d/estd
Home |
Main Index |
Thread Index |
Old Index