diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-16 18:19:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-16 18:19:54 +0000 |
commit | 9290f8166332a44775b22adafb6bdffbf95c29e8 (patch) | |
tree | c866e927489082237e1186033f28385d04e41fa6 /x11/xterm | |
parent | 70f46ffddc490ecc09a9b1c7134806b691d7a062 (diff) | |
download | pkgsrc-9290f8166332a44775b22adafb6bdffbf95c29e8.tar.gz |
Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix).
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/distinfo | 5 | ||||
-rw-r--r-- | x11/xterm/patches/patch-aa | 12 | ||||
-rw-r--r-- | x11/xterm/patches/patch-ab | 12 | ||||
-rw-r--r-- | x11/xterm/patches/patch-ac | 12 |
4 files changed, 40 insertions, 1 deletions
diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 18b139f63c9..e90978d0971 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -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 --git a/x11/xterm/patches/patch-aa b/x11/xterm/patches/patch-aa new file mode 100644 index 00000000000..567cc42f2aa --- /dev/null +++ b/x11/xterm/patches/patch-aa @@ -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 --git a/x11/xterm/patches/patch-ab b/x11/xterm/patches/patch-ab new file mode 100644 index 00000000000..3e90f236f29 --- /dev/null +++ b/x11/xterm/patches/patch-ab @@ -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 --git a/x11/xterm/patches/patch-ac b/x11/xterm/patches/patch-ac new file mode 100644 index 00000000000..dba154f4e90 --- /dev/null +++ b/x11/xterm/patches/patch-ac @@ -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 |