pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/x3270 x11/x3270: update to 4.0ga14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd2350e4d766
branches:  trunk
changeset: 455024:fd2350e4d766
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sat Jun 26 13:51:20 2021 +0000

description:
x11/x3270: update to 4.0ga14.

Known issues

    * When running on Cygwin, child scripts (the Script() action, Execute() action and Prompt() action) fail with a bind error.

Improvements

    None.

Bug fixes

    The last screenful of NVT mode text is no longer lost when scrolling backwards.
    The programs ar and ranlib are resolved dynamically now when building.
    Numeric fields no longer ignore non-numeric characters and commas, when the NumericLock resource is false. When it is true, commas are considered valid numeric characters.
    Proxy connections did not initialize TELNET state properly (courtesy of Andreas Krebbel).

diffstat:

 x11/x3270/Makefile   |   9 ++++-----
 x11/x3270/distinfo   |  10 +++++-----
 x11/x3270/options.mk |   3 ++-
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r 7b50a548e38c -r fd2350e4d766 x11/x3270/Makefile
--- a/x11/x3270/Makefile        Fri Jun 25 22:02:06 2021 +0000
+++ b/x11/x3270/Makefile        Sat Jun 26 13:51:20 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2021/05/14 10:20:25 nia Exp $
+# $NetBSD: Makefile,v 1.46 2021/06/26 13:51:20 rhialto Exp $
 
-DISTNAME=      suite3270-4.0ga13-src
-PKGNAME=       x3270-4.0ga13
-PKGREVISION=   1
+DISTNAME=      suite3270-4.0ga14-src
+PKGNAME=       x3270-4.0ga14
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=x3270/}
 EXTRACT_SUFX=  .tgz
@@ -15,7 +14,7 @@
 GNU_CONFIGURE= yes
 
 WRKSRC=                ${WRKDIR}/suite3270-4.0
-USE_TOOLS+=    bdftopcf gmake bash:run
+USE_TOOLS+=    bdftopcf gmake
 
 FONTS_DIRS.x11+=       ${PREFIX}/share/fonts/X11/misc
 
diff -r 7b50a548e38c -r fd2350e4d766 x11/x3270/distinfo
--- a/x11/x3270/distinfo        Fri Jun 25 22:02:06 2021 +0000
+++ b/x11/x3270/distinfo        Sat Jun 26 13:51:20 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/01/01 13:05:22 rhialto Exp $
+$NetBSD: distinfo,v 1.18 2021/06/26 13:51:20 rhialto Exp $
 
-SHA1 (suite3270-4.0ga13-src.tgz) = 36ed7d2262f12c1be5b127a596020b88e904eca5
-RMD160 (suite3270-4.0ga13-src.tgz) = 0cda8679f530707eeba561a6ce30776287af3853
-SHA512 (suite3270-4.0ga13-src.tgz) = bdf9c5d129419c87b45907186e5f158d8623009151357e4d8a3d08ffff2f3729449cead84d005227bfb32968ae363d1a29350692cabe9bf8b71f760eda3f496b
-Size (suite3270-4.0ga13-src.tgz) = 3317494 bytes
+SHA1 (suite3270-4.0ga14-src.tgz) = 55ef897d10620c2e1ac3e469d8970dd78e43e876
+RMD160 (suite3270-4.0ga14-src.tgz) = cf25cffcba55ff87e3ebd0900dfebcfd472ab59c
+SHA512 (suite3270-4.0ga14-src.tgz) = 0c76946420bbc2a483ab321658350a5b3e1c03e66b65e99f1a8cb4d350e07eedd44f9f24671244f3c374f512e5d211304785b8e44ae125265ce8f71f0a9dcc65
+Size (suite3270-4.0ga14-src.tgz) = 3318277 bytes
diff -r 7b50a548e38c -r fd2350e4d766 x11/x3270/options.mk
--- a/x11/x3270/options.mk      Fri Jun 25 22:02:06 2021 +0000
+++ b/x11/x3270/options.mk      Sat Jun 26 13:51:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2021/01/01 15:37:54 rhialto Exp $
+# $NetBSD: options.mk,v 1.3 2021/06/26 13:51:20 rhialto Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.x3270
 PKG_SUPPORTED_OPTIONS= curses x11 tcl
@@ -23,6 +23,7 @@
 CONFIGURE_ARGS+=       --enable-x3270if
 PLIST.x11=             yes
 REPLACE_BASH+=         x3270/x3270a.in
+USE_TOOLS+=    bash:run
 .else
 CONFIGURE_ARGS+=       --disable-x3270
 CONFIGURE_ARGS+=       --disable-x3270if



Home | Main Index | Thread Index | Old Index