pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xterm



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Mar  6 07:27:09 UTC 2023

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 379

Patch #379 - 2023/02/15
 - improve text-cursor (patch by Jan Engelhardt):
     - allow selecting CURSOR_BAR mode from command-line/Xresources.
     - draw cursor using filled rectangle instead of rectangle outline to
       permit thicker underlines/bars.
     - scale up cursor relative to font size.
 - improve readline modes (Fedora #2166860):
     - document readline modes
     - change the feature to configure by default
     - replace hard-coded SS3 for cursor movement with current mode
     - replace hard-coded erase/lnext characters with current values
 - improve status-line (report by Thomas Wolff):
     - RIS turns off status-line
     - Right-margin (DECLRMM and DECSLRM) limits the length of text
       written/updated in the status-line.
     - Most controls which affect the whole screen are ignored while updating
       the status-line.
 - modify configure check for tgetent to allow for some special cases of
   ncurses configuration (report by Satadru Pramani).
 - reduce timeout, improve warning message if resize is run on a terminal which
   is not VT100-compatible.
 - reduce compiler warnings in configure script.

Thanks to @wiz for help with initial build failure.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/x11/xterm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xterm/Makefile
diff -u pkgsrc/x11/xterm/Makefile:1.142 pkgsrc/x11/xterm/Makefile:1.143
--- pkgsrc/x11/xterm/Makefile:1.142     Sun Jan 29 21:18:33 2023
+++ pkgsrc/x11/xterm/Makefile   Mon Mar  6 07:27:09 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2023/01/29 21:18:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.143 2023/03/06 07:27:09 pin Exp $
 
-DISTNAME=      xterm-378
-PKGREVISION=   1
+DISTNAME=      xterm-379
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
@@ -27,6 +26,8 @@ CONFIGURE_ARGS.xpm=           --with-Xaw3d
 CONFIGURE_ARGS.neXtaw=         --with-neXtaw
 CONFIGURE_ARGS+=               ${${CONFIGURE_ARGS.${XAW_TYPE}}:L}
 
+LDFLAGS+=              -lfreetype
+
 INSTALLATION_DIRS=     share/applications
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.103 pkgsrc/x11/xterm/distinfo:1.104
--- pkgsrc/x11/xterm/distinfo:1.103     Thu Jan 12 15:58:17 2023
+++ pkgsrc/x11/xterm/distinfo   Mon Mar  6 07:27:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.103 2023/01/12 15:58:17 pin Exp $
+$NetBSD: distinfo,v 1.104 2023/03/06 07:27:09 pin Exp $
 
-BLAKE2s (xterm-378.tgz) = 235be07e335aed9a0365b6913bf38ac02b7eb4e0d542b69dc666f7a2f356d861
-SHA512 (xterm-378.tgz) = 71515ecde2f050c17613f5851d00893326338dc31bd4db6a737792d2848d807c8d82ae9c49f8f673150b042c065d5b2a44da8d0cbcdbffbf55fe0919a1ee9047
-Size (xterm-378.tgz) = 1529140 bytes
+BLAKE2s (xterm-379.tgz) = 1d777971b927da5729bbd9ae343f620f8ce2dad617e87151ca01f2db9f96d164
+SHA512 (xterm-379.tgz) = 69ec8fd7d425e934010543a4e6afcbec273ca1b0fafad3076af37d65fe369d6e0c5b3683003c1c41f70404d50a3ca1e826c98ee1b3ab0ab12dff22d0cb00a98b
+Size (xterm-379.tgz) = 1531901 bytes



Home | Main Index | Thread Index | Old Index