From d7e2ac7a98c05f74a6f4438c428d240c010124ea Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sun, 29 Oct 2023 21:09:29 +0100
Subject: [PATCH] rebuild groff

---
 components/text/groff/Makefile                |    5 ++---
 components/text/groff/pkg5                    |    4 ++--
 components/text/groff/test/results-all.master |   10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/components/text/groff/Makefile b/components/text/groff/Makefile
index 932cd45..8d2c8a7 100644
--- a/components/text/groff/Makefile
+++ b/components/text/groff/Makefile
@@ -24,11 +24,12 @@
 # Copyright (c) 2019, Michal Nowak
 #
 
+USE_DEFAULT_TEST_TRANSFORMS= yes
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		groff
 COMPONENT_VERSION=	1.23.0
-COMPONENT_REVISION=	1
+COMPONENT_REVISION=	2
 COMPONENT_SUMMARY=	GNU troff Text Formatting
 COMPONENT_PROJECT_URL=	https://www.gnu.org/software/groff/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -42,8 +43,6 @@
 
 COMPONENT_FMRI.groff-core =	$(COMPONENT_FMRI)/groff-core
 COMPONENT_SUMMARY.groff-core =	$(COMPONENT_SUMMARY) (core system components)
-
-USE_DEFAULT_TEST_TRANSFORMS = yes
 
 include $(WS_TOP)/make-rules/common.mk
 
diff --git a/components/text/groff/pkg5 b/components/text/groff/pkg5
index a9e0609..b182e96 100644
--- a/components/text/groff/pkg5
+++ b/components/text/groff/pkg5
@@ -9,8 +9,8 @@
         "shell/bash",
         "shell/ksh93",
         "system/library",
-        "system/library/g++-10-runtime",
-        "system/library/gcc-10-runtime",
+        "system/library/g++-13-runtime",
+        "system/library/gcc-13-runtime",
         "system/library/math",
         "text/gawk",
         "x11/library/libx11",
diff --git a/components/text/groff/test/results-all.master b/components/text/groff/test/results-all.master
index e059fc5..e8e9193 100644
--- a/components/text/groff/test/results-all.master
+++ b/components/text/groff/test/results-all.master
@@ -14,7 +14,7 @@
 PASS: contrib/rfc1345/tests/rfc1345-smoke-test.sh
 PASS: font/devpdf/tests/check-default-foundry.sh
 PASS: font/devpdf/tests/check-urw-foundry.sh
-SKIP: src/devices/grotty/tests/basic_latin_glyphs_map_correctly.sh
+PASS: src/devices/grotty/tests/basic_latin_glyphs_map_correctly.sh
 PASS: src/devices/grotty/tests/osc8_works.sh
 PASS: src/preproc/eqn/tests/diagnostics-report-correct-line-numbers.sh
 PASS: src/preproc/preconv/tests/do-not-seek-the-unseekable.sh
@@ -61,7 +61,7 @@
 PASS: src/roff/groff/tests/regression_savannah_58162.sh
 PASS: src/roff/groff/tests/regression_savannah_58337.sh
 PASS: src/roff/groff/tests/regression_savannah_59202.sh
-SKIP: src/roff/groff/tests/smoke-test_html_device.sh
+FAIL: src/roff/groff/tests/smoke-test_html_device.sh
 PASS: src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh
 PASS: src/roff/groff/tests/soquiet_works.sh
 PASS: src/roff/groff/tests/string_case_xform_errors.sh
@@ -163,9 +163,9 @@
 PASS: tmac/tests/s_no-excess-space-around-displays.sh
 PASS: tmac/tests/s_rejects-too-short-page-lengths.sh
 # TOTAL: 164
-# PASS:  154
-# SKIP:  8
+# PASS:  155
+# SKIP:  6
 # XFAIL: 2
-# FAIL:  0
+# FAIL:  1
 # XPASS: 0
 # ERROR: 0

--
Gitblit v1.9.3