Skip to content

Commit

Permalink
Update xterm to 324:
Browse files Browse the repository at this point in the history
Patch #324 - 2016/03/10

    updated configure macro CF_LD_RPATH_OPT from ncurses changes.
    provide alternate fix for Juha Nurmela's report by turning on POSIX signals if _POSIX_C_SOURCE is at least one. This is done to improve the behavior if a direct child process receives a STOP signal.
    revert change to CF_POSIX_C_SOURCE from patch #323 (reports by Ashish Shukla, Christian Weisgerber).

Patch #323 - 2016/03/07

    updated appdata and desktop files to add keywords (report by Richard Hughes).
    modify configure macro CF_POSIX_C_SOURCE to accommodate some systems, e.g., FreeBSD, which have separated their implementation specific preprocessor symbols from the POSIX ones, requiring both to be defined (report by Juha Nurmela).
    change the directory to the current working dir of the child process in exec-formatted and exec-selectable actions (patch by Alexander Pohoyda).
    correct typo in xterm.man (patch by Larry Hynes).
    correct typo in ctlseqs.ms (report by Shriramana Sharma).
    add feature to support XHTML and SVG screen dumps (patch by Jens Schweikhardt).
    correct response to DECRQSS when terminal id is less than 400 (patch by Iwamoto Kouichi).
  • Loading branch information
wiz committed Apr 8, 2016
1 parent 45ce708 commit 4b5d97d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions x11/xterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.106 2016/01/03 11:18:30 wiz Exp $
# $NetBSD: Makefile,v 1.107 2016/04/08 14:43:25 wiz Exp $

DISTNAME= xterm-322
DISTNAME= xterm-324
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/ \
http://www.sfr-fresh.com/unix/misc/
Expand Down
10 changes: 5 additions & 5 deletions x11/xterm/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.74 2016/01/03 11:18:30 wiz Exp $
$NetBSD: distinfo,v 1.75 2016/04/08 14:43:25 wiz Exp $

SHA1 (xterm-322.tgz) = d2709c46c767a4e38ebf5f9e1dd30d640129263d
RMD160 (xterm-322.tgz) = 86051cf92ede221f6f4bbd0c4b976945ea113277
SHA512 (xterm-322.tgz) = 12641478cf35daabf45ae4edb0015e2659ca8e9849d56a93765335fc67667ab5ad5eb06c8ca5ed1b90004c22d40a6c57bb624894217b9256d1723154bf5a0c99
Size (xterm-322.tgz) = 1227531 bytes
SHA1 (xterm-324.tgz) = eb12025627f5d9aeedaf252e7fc5dd9c30fee0d6
RMD160 (xterm-324.tgz) = 4c7c3446830b183327b969dbc982e3ee2e56e160
SHA512 (xterm-324.tgz) = f6f2518a11eec6e41afb10ca4ec298c566b1fc5c3b3c4c4d533311b3f64ec04c2bc692798e75bbd34382cb64eca9b21ee4b05438c4d18486046d3c710c586626
Size (xterm-324.tgz) = 1235312 bytes

0 comments on commit 4b5d97d

Please sign in to comment.