pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xterm Add patch missed in the previous commit, whi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/05a328e9033b
branches: trunk
changeset: 482000:05a328e9033b
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Oct 16 21:47:37 2004 +0000
description:
Add patch missed in the previous commit, which replaces setpgrp with
setpgid when setpgrp is not available.
diffstat:
x11/xterm/distinfo | 3 ++-
x11/xterm/patches/patch-ad | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r b3488f3a8855 -r 05a328e9033b x11/xterm/distinfo
--- a/x11/xterm/distinfo Sat Oct 16 20:08:48 2004 +0000
+++ b/x11/xterm/distinfo Sat Oct 16 21:47:37 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2004/10/16 18:19:54 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/10/16 21:47:37 minskim Exp $
SHA1 (xterm-196/xterm.tar.gz) = 7e1493d2578cb8d1d6038108e48aad44f40e2a61
Size (xterm-196/xterm.tar.gz) = 678177 bytes
SHA1 (patch-aa) = 4d8b73c8f7c6720c677dd22c8bf91a7c3cc7ce5b
SHA1 (patch-ab) = bce28bf5035f542f1f352cda77bbab90d1aa3705
SHA1 (patch-ac) = d5352d7b3cd08f1529f3eead38e139ffcd0a21af
+SHA1 (patch-ad) = 1270428c21da4206a6cbd5e0384bfc5f4797acfc
diff -r b3488f3a8855 -r 05a328e9033b x11/xterm/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xterm/patches/patch-ad Sat Oct 16 21:47:37 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2004/10/16 21:47:37 minskim Exp $
+
+--- main.c.orig Sun Aug 15 16:07:59 2004
++++ main.c
+@@ -283,6 +283,10 @@ ttyslot()
+
+ #else
+
++#ifndef HAVE_SETPGRP
++#define setpgrp setpgid
++#endif
++
+ #ifndef linux
+ #ifndef VMS
+ #ifndef USE_POSIX_TERMIOS
Home |
Main Index |
Thread Index |
Old Index