pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/dsh Fix: dsh should read config file from sys...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5caed42a1fb6
branches:  trunk
changeset: 629493:5caed42a1fb6
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Wed Jan 22 06:21:30 2014 +0000

description:
Fix: dsh should read config file from sysconfdir but example directory

diffstat:

 parallel/dsh/Makefile         |   5 ++++-
 parallel/dsh/distinfo         |   3 +--
 parallel/dsh/patches/patch-aa |  14 --------------
 3 files changed, 5 insertions(+), 17 deletions(-)

diffs (51 lines):

diff -r f6e720170e31 -r 5caed42a1fb6 parallel/dsh/Makefile
--- a/parallel/dsh/Makefile     Wed Jan 22 01:49:21 2014 +0000
+++ b/parallel/dsh/Makefile     Wed Jan 22 06:21:30 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2014/01/12 15:30:12 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/22 06:21:30 cheusov Exp $
 #
 
 DISTNAME=      dsh-0.25.10
+PKGREVISION=   1
 CATEGORIES=    parallel
 MASTER_SITES=  http://www.netfort.gr.jp/~dancer/software/downloads/
 
@@ -17,6 +18,8 @@
 USE_PKGLOCALEDIR=      yes
 CONF_FILES=            ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
 
+INSTALL_MAKE_FLAGS=    sysconfdir=${EGDIR}
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libdshconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f6e720170e31 -r 5caed42a1fb6 parallel/dsh/distinfo
--- a/parallel/dsh/distinfo     Wed Jan 22 01:49:21 2014 +0000
+++ b/parallel/dsh/distinfo     Wed Jan 22 06:21:30 2014 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/10 22:43:33 cheusov Exp $
+$NetBSD: distinfo,v 1.2 2014/01/22 06:21:30 cheusov Exp $
 
 SHA1 (dsh-0.25.10.tar.gz) = 79ac887a85f8cc8a654a8aa94cb05b5c8c9394de
 RMD160 (dsh-0.25.10.tar.gz) = 2a60c27f8c0b7d4546f3cf96b37aaa01cbd0579c
 Size (dsh-0.25.10.tar.gz) = 394506 bytes
-SHA1 (patch-aa) = fe00108b6d617054ddbf442fee2ba2f72b6f9a66
diff -r f6e720170e31 -r 5caed42a1fb6 parallel/dsh/patches/patch-aa
--- a/parallel/dsh/patches/patch-aa     Wed Jan 22 01:49:21 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2014/01/10 22:43:33 cheusov Exp $
-
-Install config file to @prefix@/share/examples/dsh
---- Makefile.in.orig   2008-02-03 11:35:13.000000000 +0100
-+++ Makefile.in
-@@ -226,7 +226,7 @@ program_transform_name = @program_transf
- psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
--sysconfdir = @sysconfdir@
-+sysconfdir = @prefix@/share/examples/dsh
- target_alias = @target_alias@
- dsh_SOURCES = dsh.c linkedlist.c parameter.c dsh.h linkedlist.h parameter.h gettext.h
- original_man = dsh.1 dsh.conf.5 



Home | Main Index | Thread Index | Old Index