git: ccd3594cedc5 - main - misc/hxtools: update the port to version 20221120
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Nov 2022 07:02:47 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ccd3594cedc5b84c22a6ab55e1c2e76a664eaea1
commit ccd3594cedc5b84c22a6ab55e1c2e76a664eaea1
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-11-22 07:01:54 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-11-22 07:01:54 +0000
misc/hxtools: update the port to version 20221120
Some utilities were split into separate package, consoleet-utils
(not yet ported).
Reported by: portscout
---
misc/hxtools/Makefile | 7 +++----
misc/hxtools/distinfo | 6 +++---
misc/hxtools/files/patch-smm_vfalib.hpp | 11 -----------
misc/hxtools/files/patch-smm_vfontas.cpp | 10 ----------
misc/hxtools/pkg-plist | 9 ---------
5 files changed, 6 insertions(+), 37 deletions(-)
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 <vector>
- #include <cstdint>
- #include <cstdio>
--#include <endian.h>
-+#include <sys/endian.h>
- #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 <cstdio>
- #include <cstdlib>
- #include <cstring>
-+#include <errno.h>
- #include <fcntl.h>
- #include <getopt.h>
- #include <unistd.h>
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