pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xentools33 Don't hardcode config directory, w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f2c5c054358
branches:  trunk
changeset: 546513:1f2c5c054358
user:      cegger <cegger%pkgsrc.org@localhost>
date:      Wed Sep 03 09:38:07 2008 +0000

description:
Don't hardcode config directory, which cause problems with different LOCALBASE.
Reported by Marcin M. Jessa via private mail.

diffstat:

 sysutils/xentools33/distinfo         |  4 ++--
 sysutils/xentools33/patches/patch-ag |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 93d8cc0f7ee3 -r 1f2c5c054358 sysutils/xentools33/distinfo
--- a/sysutils/xentools33/distinfo      Wed Sep 03 09:36:16 2008 +0000
+++ b/sysutils/xentools33/distinfo      Wed Sep 03 09:38:07 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2008/08/22 17:04:11 cegger Exp $
+$NetBSD: distinfo,v 1.11 2008/09/03 09:38:07 cegger Exp $
 
 SHA1 (xen-3.3.0.tar.gz) = b6365864eeb5125e0f66a056c4c72816e1789358
 RMD160 (xen-3.3.0.tar.gz) = c98c08617e302ef4004d17cb0ba161d0ed7af59c
@@ -9,7 +9,7 @@
 SHA1 (patch-ad) = 323e854e5872e770580068fa93a74bd0b1531025
 SHA1 (patch-ae) = bb7116a71bf6637591b639511f055836a13d9887
 SHA1 (patch-af) = 5995f0f8ee9cf40c8ac43d02568d942430993b3e
-SHA1 (patch-ag) = 82a8dacd52501b0da48622b6c2b23faec3e900bc
+SHA1 (patch-ag) = ea577052200524182389effd2232cf2d0578670c
 SHA1 (patch-ah) = cc8d95c73d7f4a08f311e8417d26f53ffd010549
 SHA1 (patch-ai) = 0906a5ec3a7450fc987b01289e2560e60966d00d
 SHA1 (patch-aj) = 64c87cd4d1d22af745043bc66b4fbab884920278
diff -r 93d8cc0f7ee3 -r 1f2c5c054358 sysutils/xentools33/patches/patch-ag
--- a/sysutils/xentools33/patches/patch-ag      Wed Sep 03 09:36:16 2008 +0000
+++ b/sysutils/xentools33/patches/patch-ag      Wed Sep 03 09:38:07 2008 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-ag,v 1.2 2008/08/15 20:12:52 cegger Exp $
+$NetBSD: patch-ag,v 1.3 2008/09/03 09:38:07 cegger Exp $
 
---- xentrace/Makefile.orig     2008-08-14 15:26:06.000000000 +0000
+--- xentrace/Makefile.orig     2008-08-22 09:49:09.000000000 +0000
 +++ xentrace/Makefile
 @@ -14,6 +14,7 @@ LIBBIN   = 
  SCRIPTS  = xentrace_format
  MAN1     = $(wildcard *.1)
  MAN8     = $(wildcard *.8)
-+CONFIGDIR = /usr/pkg/etc/xen
++CONFIGDIR = @XENDCONFDIR@
  
  ifeq ($(XEN_TARGET_ARCH),x86_32)
  LIBBIN  += xenctx



Home | Main Index | Thread Index | Old Index