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.3.0.4 pkgsrc-2005Q2-base:1.3 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.06.30.05.05.37; author minskim; state Exp; branches; next 1.3; 1.3 date 2004.12.21.17.24.48; author minskim; state dead; branches 1.3.4.1; 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 ; 1.3.4.1 date 2005.07.21.19.03.49; author snj; 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-ac,v 1.6 2008/07/02 13:50:56 obache Exp $ --- aclocal.m4.orig 2008-07-02 14:18:36 +0300 +++ aclocal.m4 @@@@ -2340,7 +2340,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-ac,v 1.4 2005/06/30 05:05:37 minskim Exp $ d3 11 a13 11 --- main.c.orig 2005-05-02 19:38:24.000000000 -0500 +++ main.c @@@@ -282,7 +282,7 @@@@ ttyslot() #else -#ifdef __INTERIX +#if defined(__INTERIX) || defined(__APPLE__) #define setpgrp setpgid #endif @ 1.4 log @setpgrp(pid_t, pid_t) is not available on Darwin-8.x. Use setpgid instead. @ 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-ac,v 1.2 2004/10/21 07:39:43 minskim Exp $ d3 11 a13 16 --- configure.orig Sun Aug 15 15:35:57 2004 +++ configure @@@@ -1487,11 +1487,13 @@@@ for ac_func in \ bcopy \ gethostname \ getlogin \ + initgroups \ memmove \ strerror \ strftime \ tcgetattr \ waitpid \ + setpgrp \ do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 @ 1.3.4.1 log @Pullup ticket 592 - requested by Min Sik Kim portability fix for xterm Revisions pulled up: - pkgsrc/x11/xterm/distinfo 1.16 - pkgsrc/x11/xterm/patches/patch-ac 1.4 Module Name: pkgsrc Committed By: minskim Date: Thu Jun 30 05:05:37 UTC 2005 Modified Files: pkgsrc/x11/xterm: distinfo Added Files: pkgsrc/x11/xterm/patches: patch-ac Log Message: setpgrp(pid_t, pid_t) is not available on Darwin-8.x. Use setpgid instead. @ text @d1 1 a1 1 $NetBSD$ d3 16 a18 11 --- main.c.orig 2005-05-02 19:38:24.000000000 -0500 +++ main.c @@@@ -282,7 +282,7 @@@@ ttyslot() #else -#ifdef __INTERIX +#if defined(__INTERIX) || defined(__APPLE__) #define setpgrp setpgid #endif @ 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 7 a11 1 @@@@ -1492,6 +1492,7 @@@@ for ac_func in \ @