pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/x3270
Module Name: pkgsrc
Committed By: rhialto
Date: Sat Jun 26 13:51:20 UTC 2021
Modified Files:
pkgsrc/x11/x3270: Makefile distinfo options.mk
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/x3270/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/x3270/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/x3270/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/x3270/Makefile
diff -u pkgsrc/x11/x3270/Makefile:1.45 pkgsrc/x11/x3270/Makefile:1.46
--- pkgsrc/x11/x3270/Makefile:1.45 Fri May 14 10:20:25 2021
+++ pkgsrc/x11/x3270/Makefile Sat Jun 26 13:51:20 2021
@@ -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 @@ LICENSE= modified-bsd
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
Index: pkgsrc/x11/x3270/distinfo
diff -u pkgsrc/x11/x3270/distinfo:1.17 pkgsrc/x11/x3270/distinfo:1.18
--- pkgsrc/x11/x3270/distinfo:1.17 Fri Jan 1 13:05:22 2021
+++ pkgsrc/x11/x3270/distinfo Sat Jun 26 13:51:20 2021
@@ -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
Index: pkgsrc/x11/x3270/options.mk
diff -u pkgsrc/x11/x3270/options.mk:1.2 pkgsrc/x11/x3270/options.mk:1.3
--- pkgsrc/x11/x3270/options.mk:1.2 Fri Jan 1 15:37:54 2021
+++ pkgsrc/x11/x3270/options.mk Sat Jun 26 13:51:20 2021
@@ -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-x3270
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