aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-02-26 09:31:54 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-02-26 09:31:54 +0000
commit5747f72fc7d233ab8b33c1a4920215904236472f (patch)
treea224b7f9e08d726ebd2e250b6e54ac400d02f1cb
parentecc74ffa42ac7858205e8b78cc9fd62e4b351ab5 (diff)
downloadports-5747f72fc7d233ab8b33c1a4920215904236472f.tar.gz
ports-5747f72fc7d233ab8b33c1a4920215904236472f.zip
lang/libhx: update the port to version 4.23
Purge the -Wl,--undefined-version patch added in commit 82a2ee4733f0 because it's not needed since version 4.18. Reported by: portscout
-rw-r--r--lang/libhx/Makefile2
-rw-r--r--lang/libhx/distinfo6
-rw-r--r--lang/libhx/files/patch-src_Makefile.in11
3 files changed, 4 insertions, 15 deletions
diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile
index 223246fcf58c..0aa4edc6b069 100644
--- a/lang/libhx/Makefile
+++ b/lang/libhx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libHX
-PORTVERSION= 4.21
+PORTVERSION= 4.23
CATEGORIES= lang
MASTER_SITES= https://inai.de/files/libhx/ \
https://codeberg.org/jengelh/libhx/releases/download/v${PORTVERSION}/
diff --git a/lang/libhx/distinfo b/lang/libhx/distinfo
index 6ad717bf9493..f47aab69e09e 100644
--- a/lang/libhx/distinfo
+++ b/lang/libhx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703077851
-SHA256 (libHX-4.21.tar.xz) = d57d5e858dee40d64d413555815f06d7eda52ce96f069817452671503756550d
-SIZE (libHX-4.21.tar.xz) = 359760
+TIMESTAMP = 1708014644
+SHA256 (libHX-4.23.tar.xz) = 048cd43a71b79753820f36b18d44d8bbdbfde6d38d45348f49b9303c4d9758e8
+SIZE (libHX-4.23.tar.xz) = 359608
diff --git a/lang/libhx/files/patch-src_Makefile.in b/lang/libhx/files/patch-src_Makefile.in
deleted file mode 100644
index 8da37be3bd95..000000000000
--- a/lang/libhx/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig 2023-11-30 23:09:01 UTC
-+++ src/Makefile.in
-@@ -90,7 +90,7 @@ PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--@WITH_GNU_LD_TRUE@am__append_1 = -Wl,--version-script=${srcdir}/libHX.map
-+@WITH_GNU_LD_TRUE@am__append_1 = -Wl,--version-script=${srcdir}/libHX.map -Wl,--undefined-version
- @MINGW32_TRUE@am__append_2 = ux-file.c ux-mmap.c
- @MINGW32_TRUE@am__append_3 = -lws2_32
- check_PROGRAMS = tc-compile$(EXEEXT) tc-cast$(EXEEXT) \