pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/vixie-cron Install using BSD_INSTALL_PROGRAM, roo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/75e7ce10e6b5
branches: trunk
changeset: 543417:75e7ce10e6b5
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 16 16:12:50 2008 +0000
description:
Install using BSD_INSTALL_PROGRAM, root permissions are requested using
SPECIAL_PERMS later.
diffstat:
time/vixie-cron/distinfo | 4 ++--
time/vixie-cron/patches/patch-aa | 19 +++++++++++++++----
2 files changed, 17 insertions(+), 6 deletions(-)
diffs (43 lines):
diff -r 267f3b710984 -r 75e7ce10e6b5 time/vixie-cron/distinfo
--- a/time/vixie-cron/distinfo Mon Jun 16 16:06:23 2008 +0000
+++ b/time/vixie-cron/distinfo Mon Jun 16 16:12:50 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $
+$NetBSD: distinfo,v 1.2 2008/06/16 16:12:50 joerg Exp $
SHA1 (cron_4.1.shar) = 77c52a492b075a77f87eded9dfdbf4bf9ba0ac91
RMD160 (cron_4.1.shar) = a9a8d3fe6c851d7fcd098676f2edc0bc310f695e
Size (cron_4.1.shar) = 205506 bytes
-SHA1 (patch-aa) = dc237791d5053e2f1ca3a9b8d0783498ab359ffe
+SHA1 (patch-aa) = 98605040a8bd02b85b75baad1dabf53d807c5af8
diff -r 267f3b710984 -r 75e7ce10e6b5 time/vixie-cron/patches/patch-aa
--- a/time/vixie-cron/patches/patch-aa Mon Jun 16 16:06:23 2008 +0000
+++ b/time/vixie-cron/patches/patch-aa Mon Jun 16 16:12:50 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $
+$NetBSD: patch-aa,v 1.2 2008/06/16 16:12:50 joerg Exp $
---- Makefile.orig 2002-10-31 17:16:19.000000000 -0800
-+++ Makefile 2002-10-31 17:19:48.000000000 -0800
-@@ -49,10 +49,10 @@
+--- Makefile.orig 2008-06-16 17:35:00.000000000 +0200
++++ Makefile
+@@ -51,10 +51,10 @@
#################################### begin configurable stuff
#<<DESTROOT is assumed to have ./etc, ./bin, and ./man subdirectories>>
@@ -15,3 +15,14 @@
#<<need bitstring.h>>
INCLUDE = -I.
#INCLUDE =
+@@ -110,8 +110,8 @@ crontab : $(CRONTAB_OBJ)
+ $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
+
+ install : all
+- $(INSTALL) -c -m 111 -o root -s cron $(DESTSBIN)/
+- $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
++ $(BSD_INSTALL_PROGRAM) cron $(DESTSBIN)/
++ $(BSD_INSTALL_PROGRAM) crontab $(DESTBIN)/
+ # $(INSTALL) -c -m 111 -o root -g crontab -s cron $(DESTSBIN)/
+ # $(INSTALL) -c -m 2111 -o root -g crontab -s crontab $(DESTBIN)/
+ sh putman.sh crontab.1 $(DESTMAN)
Home |
Main Index |
Thread Index |
Old Index