head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.16 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.14 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.12 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.10 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.8 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.6 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.4 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.2 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.6.0.4 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.2 pkgsrc-2008Q1:1.5.0.22 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.20 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.18 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.16 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.14 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.12 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.10 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.8 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.6 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.4 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.2 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2; locks; strict; comment @# @; 1.7 date 2008.08.01.23.14.47; author bjs; state dead; branches; next 1.6; 1.6 date 2008.07.02.13.50.56; author obache; state Exp; branches; next 1.5; 1.5 date 2005.08.28.17.58.17; author minskim; state dead; branches; next 1.4; 1.4 date 2005.05.25.02.55.01; author reed; state Exp; branches; next 1.3; 1.3 date 2004.12.21.17.24.48; author minskim; state dead; branches; next 1.2; 1.2 date 2004.10.21.07.39.43; author minskim; state Exp; branches; next 1.1; 1.1 date 2004.10.16.18.19.54; author minskim; state Exp; branches; next ; desc @@ 1.7 log @Update to xterm-236. Changes: Patch #236 - 2008/07/27 * correct memory reallocation when handling a paste of UTF-8 text from patch #225 changes (report/patch by Max Mikhanosha). * correct allocation of temporary buffer in xtermFindShell in case the user's $PATH contains no ":" (report/analysis by Victor Stinner, Freedesktop.Org Bugzilla #16790). * modify CF_XOPEN_SOURCE to add case for DragonFly BSD, to fix new compile problem exposed by fix for fd_mask (patch by Hasso Tepper). * add configure-check for ncurses use_extended_names, (report by Martin Mokrejs). * correct computation for toolbar height; layout manager already takes into account borderWidth resource. * implement VT320-style SCS (select character set) for ISO Latin-1 supplemental. * fixes for vt100-style character sets in UTF-8 mode (Ubuntu #230919). * fix to make luit work with xterm's -ls option (report/patch by Marius Tolzmann). * update config.guess, config.sub @ text @$NetBSD: patch-ab,v 1.6 2008/07/02 13:50:56 obache Exp $ --- configure.orig 2008-06-26 14:49:45 +0300 +++ configure @@@@ -2823,7 +2823,7 @@@@ case $host_os in #(vi aix[45]*) #(vi CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE" ;; -freebsd*) #(vi +freebsd*|dragonfly*) #(vi # 5.x headers associate # _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L # _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L @ 1.6 log @Fix build failure on DragonFly, treat DragonFly same as FreeBSD. Patch provided by Hasso Tepper in PR 39048. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Update xterm to 203. Changes: - pkgsrc patches for Darwin and DragonFlyBSD were incorporated. - Many bug fixes and improvements. See http://dickey.his.com/xterm/xterm.log.html for the complete list. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2005/05/25 02:55:01 reed Exp $ d3 11 a13 11 --- xterm_io.h.orig 2005-04-10 17:12:48.000000000 +0200 +++ xterm_io.h 2005-04-10 17:12:22.000000000 +0200 @@@@ -58,7 +58,7 @@@@ #define USE_SYSV_TERMIO #endif -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__INTERIX) || defined(__APPLE__) +#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__INTERIX) || defined(__APPLE__) #ifndef USE_POSIX_TERMIOS #define USE_POSIX_TERMIOS #endif @ 1.4 log @Add patch-aa and patch-ab for DragonFly support. This is from Joerg Sonnenberger via PR #30256. (I redid patch-aa and my patch sums were different too.) @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update xterm to 197. Mainly bug fixes. See http://dickey.his.com/xterm/xterm.log.html for the complete changelog. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2004/10/21 07:39:43 minskim Exp $ d3 11 a13 18 --- xtermcfg.hin.orig Tue May 25 20:19:55 2004 +++ xtermcfg.hin @@@@ -43,6 +43,7 @@@@ OR IN CONNECTION WITH THE USE OR PERFORM #undef DFT_TERMTYPE /* AC_ARG_WITH(default-term-type) */ #undef HAVE_GETHOSTNAME /* AC_CHECK_FUNCS(gethostname) */ #undef HAVE_GETLOGIN /* AC_CHECK_FUNCS(getlogin) */ +#undef HAVE_INITGROUPS /* AC_CHECK_FUNCS(initgroups) */ #undef HAVE_LANGINFO_CODESET /* AM_LANGINFO_CODESET */ #undef HAVE_LASTLOG_H /* CF_LASTLOG */ #undef HAVE_LIB_NEXTAW /* CF_X_ATHENA(--with-neXtaw) */ @@@@ -51,6 +52,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) */ @ 1.2 log @Use initgroups(3) only when it is available. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix). @ text @d5 9 a13 1 @@@@ -51,6 +51,7 @@@@ OR IN CONNECTION WITH THE USE OR PERFORM @