misc/hxtools: update the port to version 20221120
Some utilities were split into separate package, consoleet-utils (not yet ported). Reported by: portscout
This commit is contained in:
parent
c87d3bd183
commit
ccd3594ced
5 changed files with 6 additions and 37 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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. */
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue