Browse Source

xterm: update to 369

Waldemar Brodkorb 2 years ago
parent
commit
3830a492c7
2 changed files with 4 additions and 15 deletions
  1. 4 4
      package/xterm/Makefile
  2. 0 11
      package/xterm/patches/patch-xterm_io_h

+ 4 - 4
package/xterm/Makefile

@@ -4,17 +4,17 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		xterm
-PKG_VERSION:=		325
+PKG_VERSION:=		369
 PKG_RELEASE:=		1
-PKG_HASH:=		3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b
+PKG_HASH:=		71ed6a48d064893d2149741a002781a973496fd24d52dadd364f63439a764e26
 PKG_DESCR:=		terminal emulator
 PKG_SECTION:=		x11/apps
 PKG_DEPENDS:=		libxaw libxt libncurses libxft fontconfig libuuid
 PKG_BUILDDEP:=		ncurses libXt libXmu libXaw libXft util-linux libSM
 PKG_URL:=		http://invisible-island.net/xterm/xterm.html
-PKG_SITES:=		ftp://invisible-island.net/xterm/
+PKG_SITES:=		https://invisible-island.net/datafiles/release/
 
-DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.tgz
+DISTFILES:=             ${PKG_NAME}.tar.gz
 
 include $(ADK_TOPDIR)/mk/package.mk
 

+ 0 - 11
package/xterm/patches/patch-xterm_io_h

@@ -1,11 +0,0 @@
---- xterm-325.orig/xterm_io.h	2014-07-25 10:26:56.000000000 +0200
-+++ xterm-325/xterm_io.h	2016-09-09 22:25:42.000000000 +0200
-@@ -71,7 +71,7 @@
- #endif
- 
- #ifdef linux
--#define USE_TERMIOS
-+#define USE_POSIX_TERMIOS
- #endif
- 
- #ifdef __SCO__