Up to [cvs.netbsd.org] / pkgsrc / x11 / xterm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.60 / (download) - annotate - [select for diffs], Sat Mar 3 12:54:23 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
More pcre PKGREVISION bumps.
Revision 1.59 / (download) - annotate - [select for diffs], Tue Nov 1 06:11:59 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.58: +2 -1
lines
Diff to previous 1.58 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.58 / (download) - annotate - [select for diffs], Wed Jun 16 16:27:47 2010 UTC (23 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.57: +3 -3
lines
Diff to previous 1.57 (colored)
update to 259 changes: -build system changes (uses pkg-config) -minor fixes -manpage improvements
Revision 1.57 / (download) - annotate - [select for diffs], Wed Feb 24 19:37:38 2010 UTC (2 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
update to 255 changes: many bugfixes, minor improvements
Revision 1.56 / (download) - annotate - [select for diffs], Tue Sep 15 11:37:02 2009 UTC (2 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
update to 248 changes: minor bugfixes
Revision 1.55 / (download) - annotate - [select for diffs], Sun Aug 30 05:40:06 2009 UTC (2 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Update xterm to Patch#246.
Patch #246 - 2009/8/16
* remove obsolete logic for saving/restoring wrapping flags, which did not
work on 64-bit platform. Wrapping flags (stored in the line-index) are now
copied with line-data (Debian #541160).
* modify comments in app-defaults files to avoid problem with C preprocessor
used by xrdb (Debian #541603).
* restore special case in makeColorPair, needed for colorBDMode resource
(Debian #541089).
* correct SetLineFlags() macro, broken in patch #244 when recoding to avoid
gcc-specific bitfields (Debian #541236).
* modify initialization of screen buffers to ensure that pointers align to
int-boundaries. This fixes a problem introduced in patch #244 where the
color- and character-arrays (stored after the video-attributes in each
row) might be misaligned (report by Rajeev V Pillai).
* add limit-check in ScrnRefresh for handling saved-lines from the circular
buffer which are repainted on a screen whose width has increased. To
improve performance, circular buffer entries are not resized (report by
Rajeev V Pillai).
* correct type for CellColor (a late change in patch #244 to avoid gcc-
specifc enums made that unsigned rather than unsigned short, for the
256-color option).
* fix typo in configure option --enable-16bit-chars (report by Rajeev V.
Pillai).
Patch #245 - 2009/8/12
* correct a special case in saving FIFO-lines from patch #244. If the screen
was shrunk, xterm used the wrong amount for copying to FIFO-lines, and
then used this amount to adjust the current row on the screen. That was
both a visible defect (Debian #541109) as well as a potential addressing
error (Debian #541132, #541160, and #541236).
* add clarification in xterm manual about the various allowXXXOps resources,
which are disabled when the allowSendEvents resource is active (patch by
Julien Cristau, Debian #531597).
Patch #244 - 2009/8/9
* refactored storage of saved-lines, providing a configure option to manage
them as a FIFO (actually a circular buffer), improving performance. Added
configure option --enable-fifo-lines to enable/disable the new feature (it
is enabled by default).
* added fastScroll resource, to amuse people who measure terminal emulator
performance by cat'ing large files to the screen.
* modify check in readPtyData from return values to provide exit on zero-
bytes read from pty for FreeBSD, or eliminate high-CPU in "xterm-hold"
processing (discussion with Ulrich Spoerlein, FreeBSD ports/136686). The
check was originally modified to combine negative/zero values in
XFree86-3.1.2E, 1996/05/06.
* add configure option --enable-16bit-chars to provide wide-characters with
16-bits (rather than the default 32-bits).
* add retryInputMethod resource to allow configuring out the retries xterm
uses to connect to non-responsive XIM server, to work around defective X
configurations as noted in NetBSD mailing list.
http://mail-index.netbsd.org/tech-x11/2009/06/07/msg000511.html
* make regular-expression selection work for VT100 double-sized characters.
* improve layout when drawing missing characters in a proportional font,
e.g., as boxes, to take into account whether they are double-width
(report by Guilbert Stabilo on comp.unix.shell).
* add capability for keypad-center (kb2/KA2) to termcap entry for xterm-new,
as well as xterm-8bit, xterm-sun and xterm-vt220 (FreeBSD conf/136336).
* change default for keepSelection resource to true (prompted by discussion
with David Muir Sharnoff).
* remove a limit-check in ptydata.c, allowing Unicode values past 64k to be
displayed using TrueType fonts (Debian #458432).
* remove a vt52-specific ifdef to allow mapping F1-F4 to PF1-PF4 when vt52
support is not compiled (report by Olaf 'Rhialto' Seibert).
* save/restore line-wrapping flags when converting from ISO-8859-1 encoding
to UTF-8 encoding, as well as when resizing screen.
* remove extra adjustment of position in fix for Debian #418324.
* modify default check for mkWidth resource to check for line-drawing
characters, which are categorized as double-width in Solaris 10 (report by
Sebastian Kayser).
* add "print-everything" action (patch by Ovidiu Gheorghioiu).
* start refactoring scrollback data using new getLineData() function.
* demote recent change to Debian #252873 fix to experimental, ifdef'd out as
EXP_BOGUS_FG (Debian #522141).
* work around groff mapping of ASCII quotes using macros (requested by
Reuben Thomas based on Colin Watson advice, fixes Debian #378700).
* correct symbol used for default of allowWindowOps which was DEF_ALLOW_FONT
rather than DEF_ALLOW_WINDOW (report by Matthieu Herrb).
* amend fix for tek4014 from patch #243 to make it only apply to the Tek
Options menu.
Revision 1.54 / (download) - annotate - [select for diffs], Wed Aug 5 17:10:37 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.53: +1 -3
lines
Diff to previous 1.53 (colored)
fix an inconsistency: "luit" support was always enabled, but without it being present at build time it didn't work. Make it an option.
Revision 1.53 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:55 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.52: +1 -2
lines
Diff to previous 1.52 (colored)
Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.52 / (download) - annotate - [select for diffs], Fri May 22 19:52:02 2009 UTC (3 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Update to xterm-243. Patch #243 - 2009/3/28 * revert change to default for allowTcapOps (request by Bram Moolenaar). * reallocate result returned by xtermEnvLocale() to avoid reference to freed memory after handling menuLocale resource. * fix an old (X11R5) bug in tek4014 for switching fontsizes. * add resource defaultString to make configurable the use of "#" when pastes of UTF-8 text fail due to limitations in the current locale settings. * make the set of selection target Atom's configurable by two new resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in preference to UTF8_STRING (discussion with Stanislav Sedov regarding koi8rxterm and the FreeBSD port). * modify handling of TARGETS Atom by making it return exactly the set of targets as those which xterm is currently providing. * set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around /etc/man.conf's with those variables already set * improve error-checking of tcap-query parser. * add check for keyboard tcap), which ensures that terminal descriptions containing the same string for shifted/unshifted keys will be seen by tcap-query as only the unshifted key. (This would only happen with an incorrect terminal description). * fix conversion for input event-state to modifier-parameter which made tcap-query feature not work with tcapFunctionKeys (keyboard type tcap). * add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the default compiled-in values for "allowxxx" resources. * remove check on bell-percentage added in patch #242, which disallowed zero/negative values (Redhat Bugzilla #487829). Patch #242 - 2009/2/15 * fix configure check for XkbBell and provide appropriate parameter for it. * fix a caching problem with double-size fonts versus reverse video that could cause core dump. * repair double-size fonts from workaround used in patch #240. * add new section to the VT Fonts menu which allows enabling or disabling the font, termcap (tcap-query), title and window operations. * add fontWarnings resource, to control whether to show warnings on failure to load a font. * improve warnings for unloadable fonts introduced in patch #240 by limiting those to the cases where a font would be specified directly by a resource setting rather than a derived fontname. * further amend fix for Debian #252873 from patch #197 to treat a blank cell which does not have both foreground and background colored as a non-colored cell. This improves a special case where the cursor is on a blank cell which had foreground color scrolled in (report by Miroslav Lichvar). Also add the same logic when hiding cursor, so the outline matches the in-focus cursor. * modify internals to reduce places PAIRED_CHARS() is used, making WriteText() and ScrnWriteText() accept IChar array, as well as providing a wrapper for drawXtermText(). * change default XIM font from "*" to "fixed" to improve startup time in zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930). * typo in #240 log (Slava Semushin) Patch #241 - 2009/1/26 * improve checks for missing bitmap fonts, fallback to "fixed" as needed to work around broken font-packages (report by Jacek Luczak). * fix breakage from patch #240 changes for xtermAddInput() (patches by Jeff Chua, Julien Cristau). Patch #240 - 2009/1/25 * use plink.sh for linking xterm (suggested by Larry Doolittle). * add resource descriptions for input method to xterm manpage. * update configure script; consistently append to $CFLAGS rather than prepend. * add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts to be altered independently of install-bin * add -maximized command-line option and corresponding resource (prompted by alt.os.linux newsgroup comment). * modify translations of scrollbar widget using xtermAddInput() (see patch #181) to accept the actions that the vt100 widget accepts, such as shift-insert to perform a paste operation (request by Martin Zwickel). * change default for allowTcapsOpS resource to false, since it causes unexpected behavior for vim users with AltGr. * update config.guess, config.sub
Revision 1.51 / (download) - annotate - [select for diffs], Wed Jan 14 20:57:02 2009 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Update to xterm-239. Fixes broken translation of numpad codes on 64-bit platforms.
Revision 1.49.2.1 / (download) - annotate - [select for diffs], Wed Jan 7 11:42:44 2009 UTC (3 years, 4 months ago) by rtr
Branch: pkgsrc-2008Q4
Changes since 1.49: +2 -3
lines
Diff to previous 1.49 (colored) next main 1.50 (colored)
pullup ticket #2626 - requested by tnn
xterm: update package for security vulnerability
revisions pulled up:
pkgsrc/x11/xterm/Makefile 1.50
pkgsrc/x11/xterm/distinfo 1.28
Module Name: pkgsrc
Committed By: tnn
Date: Tue Jan 6 18:20:25 UTC 2009
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.
Revision 1.50 / (download) - annotate - [select for diffs], Tue Jan 6 18:20:25 2009 UTC (3 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.49: +2 -3
lines
Diff to previous 1.49 (colored)
update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383. Patch #238 - 2008/12/30 * update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms. * reset the screen wrapping-flag at the end of ClearRight to fix an occasional case where the last character of a scrolled and wrapped line would be cleared (patch by Joe Peterson). * modify to use POSIX coding for comparing resource settings such as locale, to work with locales such as Turkish (report by M Vefa Bicakci). * turn on configure paste64 feature by default (request by Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps. * turn on configure tcap-query feature by default, add resource allowTcapOps to make this runtime enabled/disabled. * make OSC 3 (change X property, from patch #110) subject to allowWindowOps resource. * make VT220 DSR responses inactive in VT100-mode. * make DECUDK feature inactive in VT100-mode. * respond to incorrectly formatted DECRQSS with a cancel. * add allowFontOps resource to allow the fontsize-switching and font query/set control sequences to be enabled/disabled (prompted by Debian #510030). * some code cleanup based on gcc 4.x -Wconversion warnings in button.c and charproc.c * modify tcap-query feature to not return data for shifted cursor-keys when the keyboard type is set to vt220, since returning the same string for shifted/unshifted keys may confuse some applications (GenToo #212546).
Revision 1.49 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:40 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Changes since 1.48: +2 -1
lines
Diff to previous 1.48 (colored)
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Revision 1.48 / (download) - annotate - [select for diffs], Tue Sep 16 22:20:01 2008 UTC (3 years, 8 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3
Changes since 1.47: +3 -1
lines
Diff to previous 1.47 (colored)
Add USE_TOOLS+= tbl (appeases pkglint).
Revision 1.47 / (download) - annotate - [select for diffs], Tue Sep 16 22:18:26 2008 UTC (3 years, 8 months ago) by bjs
Branch: MAIN
Changes since 1.46: +2 -3
lines
Diff to previous 1.46 (colored)
Update to xterm-237. This release contains a number of significant
bug fixes, including the problems with resizing the terminal
with certain applications (second item listed here).
Patch #237 - 2008/09/14
* improve usability of TrueType fonts by making the font-size switching
for shifted keypad plus/minus use the faceSize resources to determine
the order of fonts (when TrueType fonts are used) rather than the
bitmap fonts, since their sizes may not be in the same order (report
by H Merijn Brand)
* remove an optimization of ConfigureNotify events from patch #236 which
seems to interfere with passing SIGWINCH to applications (GenToo
#233836).
* modify handling of altSendsEscape to reset the eightBitInput mode,
like metaSendsEscape (patch by Ted Phelps).
* add feature to show the text-cursor as an underline rather than a box,
plus command-line options -uc and +uc and resource cursorUnderLine to
control the feature (patch by Paul Lampert).
* update config.guess, config.sub
Revision 1.46 / (download) - annotate - [select for diffs], Tue Sep 9 11:11:29 2008 UTC (3 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: cube-native-xorg-base,
cube-native-xorg
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
fix missing \ in last DESTDIR commit
Revision 1.45 / (download) - annotate - [select for diffs], Mon Sep 8 22:29:22 2008 UTC (3 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.44: +6 -6
lines
Diff to previous 1.44 (colored)
adjust tbl manpage fix to work with DESTDIR - no change to built package (if it built)
Revision 1.44 / (download) - annotate - [select for diffs], Sat Sep 6 09:00:32 2008 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.43: +4 -1
lines
Diff to previous 1.43 (colored)
Man page needs to be run through tbl(1) -- make it so. Bump PKGREVISION.
Revision 1.43 / (download) - annotate - [select for diffs], Fri Aug 1 23:14:47 2008 UTC (3 years, 9 months ago) by bjs
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
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
Revision 1.42 / (download) - annotate - [select for diffs], Sun May 4 07:33:22 2008 UTC (4 years ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.41: +3 -2
lines
Diff to previous 1.41 (colored)
Add an HTTP mirror that has xterm-235 (different to the FreeBSD HTTP mirror, which only has 234).
Revision 1.41 / (download) - annotate - [select for diffs], Mon Apr 21 17:10:40 2008 UTC (4 years, 1 month ago) by bjs
Branch: MAIN
Changes since 1.40: +32 -15
lines
Diff to previous 1.40 (colored)
Update to xterm-235.
Changes within pkgsrc:
- Remove most options, as I see no reason not just to build them in
by default (they shouldn't be intrusive). I also enabled a few
features that weren't there before (mouse support for readline
applications, support for the mini/built-in luit, paste64, etc.).
- Build-in the toolbar by default. I patched xterm to disable the
toolBar resource by default.
- Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and
add some code to configure xterm properly according to the
user's preference.
- Use @unexec ${RMDIR} ... when attempting to remove
lib/X11/app-defaults.
- Install xterm.desktop and uxterm.desktop to share/applications
(I don't think this needs desktopdb.mk).
- Added a 'debug' option which builds in support for event tracing.
Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings.
Patch #235 - 2008/04/20
* add control sequences for some of the recent resource/menu settings:
* altSendsEscape (private mode 1039)
* keepSelection (private mode 1040)
* selectToClipboard (private mode 1041)
* bellIsUrgent (private mode 1042)
* popOnBell (private mode 1043)
* add resource formatOtherKeys to provide an alternate escape sequence
format for the modifyOtherKeys resource (request by Paul LeoNerd
Evans).
* adjust saved-cursor position if the window is resized while
displaying the alternate screen (Novell #196880, Debian #383384).
* improve pointer-checks to fix a bug exposed by resizing during
initialization under StumpWM window manager (Fedora Bugzilla #437928).
* modify unselectwindow() to ensure that the mouse pointer is not
hidden after xterm loses focus (report by Jeremy Huddleston).
* add special check for fd_mask on Mac OS X (report by Jeremy
Huddleston).
* add dylib to autoconf's suffix list used for checking the result
from xmkmf, to work with Mac OS X (report by Jeremy Huddleston).
* correct initialization of bold- and wide-, wide-bold fonts which may
be set via the utf8Fonts subresource (Debian #347790).
Patch #234 - 2008/03/02
* modify sinstall.sh to use POSIX locale to bypass GNU ls changes to
date-format.
* improved/refined changes for closing bitmap font (patch by Andrea
Odetti).
* improve resize computation for situations where the negotiation
fails, by invoking the xterm widget's core-class resize method
(Debian #365602, patch by Jim Paris).
* restore initialization of terminal's VMIN and VTIME settings, from
patch #232 changes (patch by Matthieu Herrb).
Patch #233 - 2008/02/24
* add configure check for ttydefaults.h, include if needed, e.g., for
systems where defining _POSIX_C_SOURCE, etc., prevents it from being
included via termios.h (prompted by comments by Robert Delius Royar
and Jeremy Huddleston).
* patches from Alan Coopersmith. These correspond to bug-ids on
bugs.opensolaris.org
4029911
fix a typo in manpage
4045962
xterm doesn't properly set ut_syslen
4192572
left-left-right misinterpreted as triple click
* minor optimization to tab-initialization (patch by Nemeth Marton).
* fix a case where an incorrect font was freed during initialization
from patch #232 changes (patch by Andrea Odetti).
* improve comparison used in SameFont function for GC-caching (Julien
Cristau).
* correct macro name used for default CKILL definition to work with
Mac OS X (report by Jeremy Huddleston).
Patch #232 - 2008/01/30
* corrected logic in a font-cache used for reverse-video (Debian
#404079).
* add control sequence to alter pointerMode at runtime.
* add limit-checks for rectangle operation parameters (report by
Martin Pirker).
* modify minstall.sh to suppress $MANPAGER and $PAGER environment
variables, which may interfere with redirecting output of man to a
shell variable (report/patch by Zdenek Sekera).
* do not try to hide mouse pointer in the tek4014 window, fixes broken
"-t" option at startup from patch #230 changes (report by Robert K.
Nelson).
* correct datatype used when drawing tek4014 data using xterm compiled
for wide-characters, on big-endian machines (reports by Jeremy
Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart).
* modify to cache the font-names along with the bitmap font data, to
improve comparison of fonts.
* modify to allow building with configure options --disable-ansi-color
and --disable-leaks (Debian #459817, report/patch by Nemeth Marton).
* modify to allow building with configure options --enable-wide-chars
and --disable-c1-print (Debian #459816, report/patch by Nemeth
Marton).
* add pointerMode resource to control whether and when the pointer
cursor is hidden as the user types.
* simplify initialization of ttyMode- and related characters using a
table.
* modify initialization-logic for stty values that correspond to
ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt
flush, werase, lnext). These were reset to constants for both
termios and legacy interfaces immediately after asking the system
for the existing values since X11R6.1, rather than using them to
provide inherited values. While the legacy interface has some
constraints, e.g., on HPUX, the POSIX or termios interface should
not. Your shell may reset these anyway (prompted by patch by Ed
Schouten).
* improve logic for hiding/displaying pointer-cursor (report by Mark
Brukhartz).
* add limit-checks to tabs.c, increase maximum column for setting
tab-stops from 320 to 1024 (report by Nemeth Marton).
* correct length, i.e., number of types of selection targets, computed
by ConvertSelection() when not handling wide characters for the
XA_TARGETS() case. This leaves an extra Atom on the end of the list
which is not handled by Java applications. The problem was introduced
in patch #151 (report by David Wood).
Revision 1.40 / (download) - annotate - [select for diffs], Wed Mar 5 20:04:42 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.39: +3 -1
lines
Diff to previous 1.39 (colored)
+ Include termcap.buildlink3.mk to pull in the correct library to provide tgetent(). Bump the PKGREVISION to 1.
Revision 1.39 / (download) - annotate - [select for diffs], Fri Jan 25 18:21:18 2008 UTC (4 years, 4 months ago) by bjs
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Update to #231.
NOTE: I am going to again re-enable the xterm-toolbar option by default,
as there have been some fixes with font handling. If anyone notices
any problems with this, please file a PR or email the pkgsrc lists.
Thanks.
ChangeLog:
Patch #231 - 2008/01/05
* undo change to getXtermCell() from patch #230 using PACK_PAIR macro
(Debian #459014, analysis by Caetano Jimenez Carezzato).
* minor documentation fixes (patch by Slava Semushin)
* add makefile actions to install KOI8RXTerm app-defaults file
(patch by Julien Cristau).
Patch #230 - 2007/12/31
* add quietGrab resource, which when true, suppresses cursor
repainting
when NotifyGrab and NotifyUngrab event types are received during
change of focus (request by Nicolas George).
* do not treat Unicode BIDI control characters as combining characters
(Debian #457634).
* add koi8rxterm, from Debian.
* add manpage for uxterm, from Debian (Ubuntu #128136, Debian #438645)
* remove ".xpm" suffixes from Icon filenames in desktop files since it
confuses some lookups following the Icon Theme Specification (report
by Slava Semushin)
* correct width-calculation used for adjusting proportional fonts, to
work with wide-characters (Debian #441354).
* fixes/improvements for double-size characters:
* correct old clipping calculation which used total height of
glyphs where ascent was needed.
* if bold font is unavailable, fall back to normal font
* adjust to "work" with Xft (which does not support double-width
single-height characters).
* restore reset of doublesize for a line when it is cleared,
broken in patch #228.
* modify logic for forceBoxChars resource when using TrueType fonts
to be consistent with bitmap fonts
* modify logic for forceBoxChars resource to make the "Line-Drawing
Characters" menu entry use xterm's line-drawing characters even
asked to draw wide line-drawing characters which are available in
the font.
* modify rectangle-support functions to preserve colors when
filling/erasing (request by Enzo Toscano, to match WRQ Reflection
behavior).
* add getopt-parsing to tcapquery.pl, including feature to test the
extended cursor/editing keys.
* make missing double-width glyphs display as double-width (Debian
#456236).
* change tcap-fkeys and rectangles configure options to enable them
by default.
* hide the mouse pointer while user is typing (request by Rodolfo
Borges).
* extend configure options --enable-tcap-query and
--enable-tcap-fkeys to send cursor- and editing-keypad keys
modified according to the keyboard (or termcap) selection for
shift, alt, control, meta.
* modify kdch1 in termcap, e.g., xterm-r6 to match the terminfo file.
* add -hm option to turn highlightColorMode on or off.
* add highlightColorMode resource to separate the new
(since patch #225)
highlighting with both text- and background-colors (prompted by
report/example by Thomas Wolff).
* add Keep Selection menu entry to turn the keepSelection resource
on/off at runtime.
* add keepSelection resource, which when enabled, tells xterm to
retain the X selection even after it stops highlighting it
(patch by Sergey Vlasov).
* extend the CSI > n sequence to allow disabling all types of
modified-keys that the CSI > m sequence affects.
* move include for <xtermcap.h> in resize.c to avoid redefinition of
termios structure on OpenSolaris (report by Rahul Gopinathan Nair).
* extend terminfo building blocks for modified editing keys to
include all six keys.
* synchronize terminfo with ncurses (report by Stephane Chazelas):
* equate xterm-xfree86 and xterm-xf86-v44.
* add ncurses extensions OTbs, AX, for termcap conversions.
* make old/legacy entries such as xterm-24, xterm-65 and aliases
xterms, vs100 inherit from xterm-old.
* make xterm-r5 and xterm-r6 the same, ignoring historical
errors in X Consortium's version.
* fix an ifdef in logic for selecting regular expressions while in a
narrow-character locale (Debian #449227).
Revision 1.38 / (download) - annotate - [select for diffs], Mon Jan 14 06:16:48 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
Changes since 1.37: +1 -19
lines
Diff to previous 1.37 (colored)
INSTALL.openwin was removed; unbork the build.
Revision 1.37 / (download) - annotate - [select for diffs], Fri Nov 23 14:23:34 2007 UTC (4 years, 6 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.36: +5 -5
lines
Diff to previous 1.36 (colored)
Force ac_cv_lib_pcreposix_pcreposix_regcomp=yes, bump rev. This function does not exist AFAIK in our pcre libraries, and the configure check was failing. A segment of nm output reads: /usr/pkg/lib/libpcreposix.so:00000a06 T regcomp /usr/pkg/lib/libpcreposix.so:00000abf T regerror /usr/pkg/lib/libpcreposix.so:000007a8 T regexec /usr/pkg/lib/libpcreposix.so:00000780 T regfree These symbols will override those in libc: /usr/lib/libc.so:00031be8 T _regcomp /usr/lib/libc.so:0002fbf8 T _regerror /usr/lib/libc.so:0002e9c2 T _regexec /usr/lib/libc.so:0006336c T _regfree /usr/lib/libc.so:00031be8 W regcomp /usr/lib/libc.so:0002fbf8 W regerror /usr/lib/libc.so:0002e9c2 W regexec /usr/lib/libc.so:0006336c W regfree
Revision 1.36 / (download) - annotate - [select for diffs], Mon Sep 17 06:36:21 2007 UTC (4 years, 8 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.35: +13 -2
lines
Diff to previous 1.35 (colored)
Update to version #229. Too many changes to list here; please see
${WRKSRC}/xterm.log.html. Additionally, the pkgsrc-specific
changes are:
-- Add an "xterm-toolbar" option and add it to PKG_DEFAULT_OPTIONS. Now
we may all enjoy pull-down menus.
-- In the ${X11_TYPE} == "modular" case, add --disable-imake and
--enable-narrowproto to CONFIGURE_ARGS. The latter fixes [possible]
problems with Xaw scrollbars.
-- Add USE_DIRS+=xdg-1.4 to handle newly-provided xterm pixmaps.
-- Add build-time dependency on x11/libxkbfile to pull in XKB extension
headers, e.g. ${X11BASE}/include/X11/extensions/XKBbells.h. The XKB
bell extension should now be properly detected and supported.
- Add "pcre" option, thereby supporting devel/pcre as xterm's regex
library.
Changes ok'd (more or less) by joerg@ and tested by me. For more detail
wrt: rationale for --enable-narrowproto and/or libxkbfile dependency,
please contact me.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Mar 18 16:02:09 2007 UTC (5 years, 2 months ago) by yyamano
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
back out to rev 1.33. ok'ed by joerg@
Revision 1.34 / (download) - annotate - [select for diffs], Sat Mar 17 14:02:13 2007 UTC (5 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Fix MASTTER_SITE.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 13 11:14:26 2007 UTC (5 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
update to 224 many minor fixes and improvements - see the changelog
Revision 1.32 / (download) - annotate - [select for diffs], Mon Nov 6 10:10:58 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.31: +4 -2
lines
Diff to previous 1.31 (colored)
Switch to modular buildlinks.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Oct 9 12:52:36 2006 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (colored)
Flag a number of packages I use as supporting (user-)destdir. apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jun 25 19:37:44 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.29: +3 -2
lines
Diff to previous 1.29 (colored)
Before a file can be created, its directory has to be there.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 26 14:04:57 2006 UTC (6 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.28: +2 -3
lines
Diff to previous 1.28 (colored)
Update xterm to patch 212, featuring a number of small improvements, bugfixes and portability fixes.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 4 21:31:14 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:49 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 31 11:44:53 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.25: +6 -1
lines
Diff to previous 1.25 (colored)
Option freetype needs Xft2, not freetype. Fix buildlink reference. Install xterm setuid root on DragonFly, needed for tty permission change and utmp. Bump revision.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 19 20:23:33 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Update to xterm patchset 208. Changes include lastlogx support on NetBSD, portability fixes e.g. for openpty and bugfixes.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 3 19:28:40 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Reset maintainer on request.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Oct 3 20:37:12 2005 UTC (6 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update to 205, from maintainer.
The changes are detailed at
http://dickey.his.com/xterm/xterm.log.html
Some of the changes include:
* for FreeBSD, drop setuid privileges after startup (XFree86 Bugzilla
#878, report/patch by Alexander Pohoyda)
...
* improve error-reporting when chown/chmod of the pseudo-terminal fails,
e.g., if a copy of xterm which was designed to work with old-style
pseudo-terminals is not installed setuid or setgid (report by Jeremy
C. Reed).
and many others.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Aug 28 17:58:16 2005 UTC (6 years, 8 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
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.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 12 05:06:11 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Rename the INSTALL script template to INSTALL.openwin so avoid triggering
the special handling in bsd.pkg.mk if ${PKGDIR}/INSTALL exists. This
fixes PR pkg/30502.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 4 17:42:31 2005 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.19: +9 -4
lines
Diff to previous 1.19 (colored)
Update to 202, provided by Jeroen Ruigrok van der Werven in private mail.
Add some options to the package.
Changes:
* add extended shift- and control-modifier cursor keys to "xterm+pcfkeys"
terminfo entry to correspond to ncurses 20050430 patch.
* fix a rare case where text would be written with the wrong colors because
output of scrolled text would reset the colors and the new text would be
written with the same colors
* add environment variables $XTERM_SHELL and $XTERM_VERSION
* corrected workaround for background color of menubar, which gave a
too-broad expression, coloring the background of the VT100 widget unless
overridden by another resource setting.
* correct an error in the logic which decides when sched_yield() is run; it
would occasionally hang when contending with other pseudo-terminal
applications such as screen
* improve resource files to show how the menubar and popup menus can be
colored
* modify parsing of OSC (and SOS, etc), strings so their contents are not
interpreted as UTF-8. This allows non-ASCII title strings to be set,
provided that the window manager complies (report by Thomas Wolff).
* improved some of the built-in line-drawing glyphs.
* correct color of "box" character drawn for line-drawing glyph 1 (report
by Nicolas George).
* improve behavior when switching to UTF-8 mode after startup so xterm will
check if the current fonts are already wide (ISO10646-1). If they are not,
xterm will use the utf8Fonts subresource to load appropriate fonts
* modify logic for setting title-string so it applies to the current widget
rather than the vt100 widget.
* correct computation of width for wide characters with the invisible
attribute
* modify interaction between +u8 and locale resource to allow the
command-line option to override the resource
* ignore error in the I/O initialization that tries to set the tty to 7-bit
input for the case where eightBitInput resource is false
* modify command-processing to accept an optional parameter that tells
xterm which shell program to use
* correct logic of ReallocateBufOffsets() which did not copy the content of
the old screen buffer to the proper location, making a repaint clear
after switching to wide-character mode
* implement the remaining pieces to make xterm allocate cells for
wide-characters when the "UTF-8" menu entry is selected. Also, load the
UTF-8 font when that menu entry is selected, or the escape sequence for
UTF-8 mode is received
Revision 1.19 / (download) - annotate - [select for diffs], Wed Jun 1 18:03:33 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 21:48:16 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.17: +1 -2
lines
Diff to previous 1.17 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 16 22:13:47 2005 UTC (7 years, 3 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Use PKGNAME_NOREV instead of just PKGNAME for WRKSRC.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 16 22:05:36 2005 UTC (7 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
MESSAGE is Solaris specific. And bmp PKGREVISION for renaming this.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 14 22:46:50 2005 UTC (7 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update xterm to 200.
Changes:
* increase color pairs value for xterm-256color and xterm-88color
to match ncurses, which has an experimental option to support this.
* modify ifdef's to make AIX use termios rather than termio; the
struct sizes for the two were not the same.
* improve CF_WITH_IMAKE_CFLAGS configure macro script for
OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX.
* modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by
Min Sik Kim).
* modify find_utmp() to initialize the whole utmpx struct (except
ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop
on exit.
* add configure check before adding -D_POSIX_SOURCE since some
platforms predefine it, e.g., cygwin.
* add simplified sed expressions in CF_IMAKE_CFLAGS configure
script macro to ensure value for PROJECTROOT is quoted on Solaris,
i.e., when nested \( and \) are not interpreted correctly.
* correct DEC rectangle operations to reset state after completing
the operations.
* modify CASE_ST handling in charproc.c to ensure that the parse
state is reset even if xterm is not currently processing an OSC or
other string (patch by Johnny Billquist forwarded by Matthias Scheler,
NetBSD xsrc/29003).
* fix OS/2 build for innotek_libc (patch by David Yeo).
* fix a regression from patch #197 fix for Debian #277832 which
disowned the selection if it was scrolled, e.g., by the user pressing
return at the bottom of the screen (Debian #291787).
* move the warning/exit for missing $DISPLAY into the error
handler in case -display is given, and the connect fails for some
other reason.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 5 06:00:48 2005 UTC (7 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Update xterm to 199.
Changes since 197:
* instead of setting $DISPLAY, check for the unset variable and
warn/exit on this condition (comments by H Merijn Brand and
Bernhard R Link).
* fix a typo in Imakefile from patch #198 (reports/patches by
Stefan Dirsch, and Mike Castle).
* add utmpDisplayId resource to allow users to control whether the
display identifier (display number and screen number) are
retained in the connection information recorded in utmp
(discussion with Edoardo Tirtarahardja).
* add bellOnReset resource to allow users to disable bell which
sounds on hard reset since patch #183 changes to DECSCL
(discussion with Danek Duvall).
* improve $WINDOWID for configuration with toolbar by making it
refer to the top-level shell rather than the parent of the
current window. For that case, the parent is a form widget,
which does not have a name, which made the $WINDOWID not very
useful as a parameter for xwininfo (suggested by Dave
Bodenstab).
* fix a typo in WhichVFont() macro from patch #197 changes which
broke the --disable-active-icon configuration (report by Ralf
S. Engelschall).
* improve some limit checks (Gentoo Bugzilla #75604).
* add --disable-setuid option to configure script (Gentoo Bugzilla #76453).
* add --disable-full-tgetent option to configure script, allowing
one to ignore a termcap library in favor of ncurses/curses
(Gentoo Bugzilla #69926).
* modify configure script to choose useful warning options for
Intel version 8.0 compiler.
* update config.guess, config.sub
* make active-icon work properly when TrueType fonts are used
(Debian #286068).
* correct change from patch #157 which uses getlogin() to check
for an alias; the storage used for the related getpwuid() call
was overwritten by the data used for comparison (patch by Per
Hedeland).
* correct case of SCS for character set 0 (line-drawing) to allow
it to be selected into GR.
* fix a file-descriptor leak (Redhat Bugzilla #139597).
* modify creat_as() to only fork if xterm is actually running as
setuid and/or setgid. This works around a Cygwin bug which hangs
when logging is enabled and makes xterm a little faster for
systems using interfaces such as utempter (report by Al
Goodman).
* modify Cleanup() to avoid operations such as X calls that might
use unsafe functions when it is called by a signal handler
(report by Michiel Boland).
* fix bugs in patch #191 and in SRM changes from patch #197 that
broke DECSET 38: switch to Tek4014 emulation (report by Dave
Bodenstab).
* fix for manpage escapes (Marc La France).
* improve on IRIX-specific change for Imakefile in XFree86 CVS
versus resize linking against termcap library to reflect
definitions for USE_TERMCAP in resize.c
Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 21 17:24:48 2004 UTC (7 years, 5 months ago) by minskim
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Update xterm to 197. Mainly bug fixes. See http://dickey.his.com/xterm/xterm.log.html for the complete changelog.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 16 16:25:09 2004 UTC (7 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.11: +3 -5
lines
Diff to previous 1.11 (colored)
Use distfile with a version number in its filename (xterm-196.tgz). The previous distfile (xterm.tar.gz) was updated to the new version (197).
Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 16 04:53:46 2004 UTC (7 years, 9 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Update xterm to 196.
Changes since 188:
- Many bug fixes and enhancements. See the following web page for
the complete list.
http://dickey.his.com/xterm/xterm.log.html
Revision 1.10 / (download) - annotate - [select for diffs], Fri May 14 11:35:55 2004 UTC (8 years ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
revert one line change in previous which shouldn't have been committed (yet)
Revision 1.9 / (download) - annotate - [select for diffs], Fri May 14 11:34:28 2004 UTC (8 years ago) by grant
Branch: MAIN
Changes since 1.8: +6 -1
lines
Diff to previous 1.8 (colored)
correct manpage paths in INSTALL script and only use install script on Solaris.
Revision 1.8 / (download) - annotate - [select for diffs], Fri May 14 11:24:49 2004 UTC (8 years ago) by grant
Branch: MAIN
Changes since 1.7: +9 -10
lines
Diff to previous 1.7 (colored)
Updated xterm to 188. Package changes: - use buildlink3. - use GNU configure instead of imake. - use official MASTER_SITE. - external Xpoll.h no longer needed. - remove ONLY_FOR_PLATFORM. Major changes since 164 are lengthy and can be found at: http://invisible-island.net/xterm/xterm.log.html
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 22:57:04 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 15 13:19:44 2003 UTC (8 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Remove me as maintainer of this package.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 4 12:57:56 2002 UTC (9 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.4: +1 -0
lines
Diff to previous 1.4 (colored)
Revert last change after buildlink2 problem was fixed by Johnny C. Lam.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 2 08:28:30 2002 UTC (9 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Backout last change because it causes build failures.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 25 21:53:01 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Mon Jun 24 06:02:08 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Convert to use buildlink2 framework.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 17 14:47:03 2001 UTC (10 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
Move "terminfo" handling into installation script so that it works for binary packages.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Dec 17 14:34:17 2001 UTC (10 years, 5 months ago) by tron
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import new Solaris only "xterm" package: Latest terminal emulator for the X Window System
Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 17 14:34:17 2001 UTC (10 years, 5 months ago) by tron
Branch: MAIN
Initial revision