diff --git a/misc/hxtools/Makefile b/misc/hxtools/Makefile index 737d07ea9c71..141f8a27162c 100644 --- a/misc/hxtools/Makefile +++ b/misc/hxtools/Makefile @@ -1,5 +1,5 @@ PORTNAME= hxtools -PORTVERSION= 20211204 +PORTVERSION= 20221120 CATEGORIES= misc MASTER_SITES= http://inai.de/files/hxtools/ @@ -11,11 +11,10 @@ LIB_DEPENDS= libHX.so:lang/libhx libpci.so:devel/libpci RUN_DEPENDS= bash:shells/bash USES= compiler:c++11-lang iconv perl5 pkgconfig shebangfix \ - tar:xz xorg + tar:zst xorg GNU_CONFIGURE= yes SHEBANG_FILES= data/hxtools_bashrc.bash data/hxtools_profile.bash \ - examples/colortable examples/git-deconstruct examples/neon \ - examples/rc4 examples/unitable sadmin/hxnetload \ + examples/git-deconstruct examples/rc4 sadmin/hxnetload \ sadmin/ldif-duplicate-attrs sadmin/ldif-leading-spaces \ sadmin/logontime sadmin/pmap_dirty sadmin/recursive_lower \ sadmin/vcsaview sdevel/checkbrack sdevel/cwdiff \ diff --git a/misc/hxtools/distinfo b/misc/hxtools/distinfo index 62d5f1a8e447..9f8ed3b7e7dd 100644 --- a/misc/hxtools/distinfo +++ b/misc/hxtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638633334 -SHA256 (hxtools-20211204.tar.xz) = 294772fc2dfadf853758c83ec6a1b5c4cd638e271d1ec6cebf1e41c7086cbe9c -SIZE (hxtools-20211204.tar.xz) = 212996 +TIMESTAMP = 1668943703 +SHA256 (hxtools-20221120.tar.zst) = 8ab7337130cc55063a33964231bc5c7f253613da068b43555043ed06eef6d6d0 +SIZE (hxtools-20221120.tar.zst) = 202850 diff --git a/misc/hxtools/files/patch-smm_vfalib.hpp b/misc/hxtools/files/patch-smm_vfalib.hpp deleted file mode 100644 index 02f841ff2b78..000000000000 --- a/misc/hxtools/files/patch-smm_vfalib.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- smm/vfalib.hpp.orig 2020-07-12 09:44:16 UTC -+++ smm/vfalib.hpp -@@ -9,7 +9,7 @@ - #include - #include - #include --#include -+#include - #if (defined(__BYTE_ORDER) && __BYTE_ORDER == __BIG_ENDIAN) || \ - (defined(_BYTE_ORDER) && _BYTE_ORDER == _BIG_ENDIAN) - /* We need to use constexpr functions, and htole16 unfortunately is not. */ diff --git a/misc/hxtools/files/patch-smm_vfontas.cpp b/misc/hxtools/files/patch-smm_vfontas.cpp deleted file mode 100644 index bb75d01019d0..000000000000 --- a/misc/hxtools/files/patch-smm_vfontas.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- smm/vfontas.cpp.orig 2020-07-12 09:44:16 UTC -+++ smm/vfontas.cpp -@@ -15,6 +15,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/misc/hxtools/pkg-plist b/misc/hxtools/pkg-plist index cb5e814790c0..2264ae3210a5 100644 --- a/misc/hxtools/pkg-plist +++ b/misc/hxtools/pkg-plist @@ -38,7 +38,6 @@ bin/ssa2srt bin/su1 bin/sysinfo bin/tailhex -bin/vfontas bin/wktimer bin/xcp etc/hxloginpref.conf @@ -102,7 +101,6 @@ man/man1/spec-beautifier.1.gz man/man1/ssa2srt.1.gz man/man1/sysinfo.1.gz man/man1/tailhex.1.gz -man/man1/vfontas.1.gz man/man1/wktimer.1.gz man/man1/xcp.1.gz man/man7/hxtools.7.gz @@ -112,15 +110,8 @@ man/man8/utmp_register.8.gz man/man8/vcsaview.8.gz man/man8/xfs_irecover.8.gz %%PORTDOCS%%%%DOCSDIR%%/changelog.rst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colortable -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cp437 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/git-deconstruct -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neon -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prime.S -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prime.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rc4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sym_word.S -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/unitable %%DATADIR%%/gitconfig %%DATADIR%%/hxloginpref.conf %%DATADIR%%/hxtools_bashrc.bash