pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xentools3 Back out previous change on patch-c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4b35072821d
branches: trunk
changeset: 539579:e4b35072821d
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Sat Mar 08 17:24:20 2008 +0000
description:
Back out previous change on patch-cc: setting the pty slave to raw is still
required for pgrub. Ride the previous PKGREVISION bump.
diffstat:
sysutils/xentools3/distinfo | 4 ++--
sysutils/xentools3/patches/patch-cc | 10 +++++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r 011c192f53c9 -r e4b35072821d sysutils/xentools3/distinfo
--- a/sysutils/xentools3/distinfo Sat Mar 08 16:28:23 2008 +0000
+++ b/sysutils/xentools3/distinfo Sat Mar 08 17:24:20 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2008/03/08 13:59:39 bouyer Exp $
+$NetBSD: distinfo,v 1.8 2008/03/08 17:24:20 bouyer Exp $
SHA1 (xen-3.1.3-src.tgz) = 87b370df928feda599bbc7076e7a4589f67355c8
RMD160 (xen-3.1.3-src.tgz) = b26b71e0422db7aece60aa4dd9f9c8d34affd0c7
@@ -27,7 +27,7 @@
SHA1 (patch-bw) = d4bdb0dcc48cabefb568042d3b58822f8251b1bd
SHA1 (patch-ca) = f999e8159c79ae6cd09004b8cac4ca36da93f79f
SHA1 (patch-cb) = 0bf2513749e28ff955caabd76bf79dd8280b61ed
-SHA1 (patch-cc) = ffd67fd2c6ab21abd5afdbca893e35bb4bb3fa77
+SHA1 (patch-cc) = 3e618c7da953115e7b3c7fe07f17b75ef2c2bb34
SHA1 (patch-cd) = 8fc057e9dc98e356ba46cdf183a8891c59c005b8
SHA1 (patch-cf) = 05c5e86d33d31a2216c2751a2bf684c8d5d06746
SHA1 (patch-cg) = 36073c7327f187702203108b3e7596178aac3327
diff -r 011c192f53c9 -r e4b35072821d sysutils/xentools3/patches/patch-cc
--- a/sysutils/xentools3/patches/patch-cc Sat Mar 08 16:28:23 2008 +0000
+++ b/sysutils/xentools3/patches/patch-cc Sat Mar 08 17:24:20 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-cc,v 1.2 2008/03/08 13:59:39 bouyer Exp $
+$NetBSD: patch-cc,v 1.3 2008/03/08 17:24:20 bouyer Exp $
--- console/client/main.c.orig 2007-05-18 16:45:21.000000000 +0200
+++ console/client/main.c 2007-05-27 14:43:14.000000000 +0200
@@ -14,3 +14,11 @@
#include "xs.h"
+@@ -289,6 +293,7 @@
+ err(errno, "Could not read tty from store");
+ }
+
++ init_term(spty, &attr);
+ init_term(STDIN_FILENO, &attr);
+ console_loop(spty, xs, path);
+ restore_term(STDIN_FILENO, &attr);
Home |
Main Index |
Thread Index |
Old Index