pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xterm Use setpgid(3) if setpgrp(3) is not availabl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a88f10959e02
branches: trunk
changeset: 481997:a88f10959e02
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Oct 16 18:19:54 2004 +0000
description:
Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix).
diffstat:
x11/xterm/distinfo | 5 ++++-
x11/xterm/patches/patch-aa | 12 ++++++++++++
x11/xterm/patches/patch-ab | 12 ++++++++++++
x11/xterm/patches/patch-ac | 12 ++++++++++++
4 files changed, 40 insertions(+), 1 deletions(-)
diffs (60 lines):
diff -r e31c4d8761f1 -r a88f10959e02 x11/xterm/distinfo
--- a/x11/xterm/distinfo Sat Oct 16 17:13:34 2004 +0000
+++ b/x11/xterm/distinfo Sat Oct 16 18:19:54 2004 +0000
@@ -1,4 +1,7 @@
-$NetBSD: distinfo,v 1.3 2004/08/16 04:53:46 minskim Exp $
+$NetBSD: distinfo,v 1.4 2004/10/16 18:19:54 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
diff -r e31c4d8761f1 -r a88f10959e02 x11/xterm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xterm/patches/patch-aa Sat Oct 16 18:19:54 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/10/16 18:19:54 minskim Exp $
+
+--- configure.in.orig Sun Aug 15 16:07:59 2004
++++ configure.in
+@@ -81,6 +81,7 @@ AC_CHECK_FUNCS( \
+ strftime \
+ tcgetattr \
+ waitpid \
++ setpgrp \
+ )
+ CF_FUNC_MEMMOVE
+ CF_FUNC_TGETENT
diff -r e31c4d8761f1 -r a88f10959e02 x11/xterm/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xterm/patches/patch-ab Sat Oct 16 18:19:54 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/10/16 18:19:54 minskim Exp $
+
+--- xtermcfg.hin.orig Tue May 25 20:19:55 2004
++++ xtermcfg.hin
+@@ -51,6 +51,7 @@ OR IN CONNECTION WITH THE USE OR PERFORM
+ #undef HAVE_LIB_XAWPLUS /* CF_X_ATHENA(--with-XawPlus) */
+ #undef HAVE_NCURSES_TERM_H /* AC_CHECK_HEADERS(ncurses/term.h) */
+ #undef HAVE_PATHS_H /* CF_LASTLOG */
++#undef HAVE_SETPGRP /* AC_CHECK_FUNCS(setpgrp) */
+ #undef HAVE_STDLIB_H /* AC_CHECK_HEADERS(stdlib.h) */
+ #undef HAVE_STRERROR /* AC_CHECK_FUNCS(strerror) */
+ #undef HAVE_STRFTIME /* AC_CHECK_FUNCS(strftime) */
diff -r e31c4d8761f1 -r a88f10959e02 x11/xterm/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xterm/patches/patch-ac Sat Oct 16 18:19:54 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/10/16 18:19:54 minskim Exp $
+
+--- configure.orig Sun Aug 15 15:35:57 2004
++++ configure
+@@ -1492,6 +1492,7 @@ for ac_func in \
+ strftime \
+ tcgetattr \
+ waitpid \
++ setpgrp \
+
+ do
+ echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
Home |
Main Index |
Thread Index |
Old Index