From b5e66730213d7a779141ea9e47392f7d08bd757d Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sat, 23 Apr 2022 15:22:53 +0000 Subject: system/texinfo: disable problematic test. fixes #594. --- system/texinfo/APKBUILD | 9 ++++++--- system/texinfo/disable-layout_formatting_plaintext-test.patch | 11 +++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 system/texinfo/disable-layout_formatting_plaintext-test.patch (limited to 'system/texinfo') diff --git a/system/texinfo/APKBUILD b/system/texinfo/APKBUILD index a3170be75..da8723f61 100644 --- a/system/texinfo/APKBUILD +++ b/system/texinfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: A. Wilcox pkgname=texinfo pkgver=6.8 -pkgrel=0 +pkgrel=1 pkgdesc="Utilities to manage on-line documentation" url="https://www.gnu.org/software/texinfo/" arch="all" @@ -9,7 +9,9 @@ license="GPL-3.0+" depends="perl" makedepends="ncurses-dev perl-dev" subpackages="$pkgname-doc $pkgname-lang" -source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz + disable-layout_formatting_plaintext-test.patch + " build() { ./configure \ @@ -30,4 +32,5 @@ package() { gzip "$pkgdir"/usr/share/info/* } -sha512sums="0ff9290b14e4d83e32b889cfa24e6d065f98b2a764daf6b92c6c895fddbb35258398da6257c113220d5a4d886f7b54b09c4b117ca5eacfee6797f9bffde0f909 texinfo-6.8.tar.xz" +sha512sums="0ff9290b14e4d83e32b889cfa24e6d065f98b2a764daf6b92c6c895fddbb35258398da6257c113220d5a4d886f7b54b09c4b117ca5eacfee6797f9bffde0f909 texinfo-6.8.tar.xz +d35b98e57c8a16041dd64c73bfe63775637003c0cb4bbf28e5e4757d3cddf8197c2cae84a83e71d8784b3e43573f683e822f9d8d8c3ad49fce8ad9d1adc53143 disable-layout_formatting_plaintext-test.patch" diff --git a/system/texinfo/disable-layout_formatting_plaintext-test.patch b/system/texinfo/disable-layout_formatting_plaintext-test.patch new file mode 100644 index 000000000..7840cac13 --- /dev/null +++ b/system/texinfo/disable-layout_formatting_plaintext-test.patch @@ -0,0 +1,11 @@ +diff -ur a/tp/tests/Makefile.in b/tp/tests/Makefile.in +--- a/tp/tests/Makefile.in 2022-04-23 15:20:38.150000000 +0000 ++++ b/tp/tests/Makefile.in 2022-04-23 15:20:58.450000000 +0000 +@@ -1618,7 +1618,6 @@ + test_scripts/layout_formatting_weird_quotes.sh \ + test_scripts/layout_formatting_html.sh \ + test_scripts/layout_formatting_html_nodes.sh \ +- test_scripts/layout_formatting_plaintext.sh \ + test_scripts/layout_formatting_mathjax.sh \ + test_scripts/layout_formatting_html32.sh \ + test_scripts/layout_formatting_regions.sh \ -- cgit v1.2.3-60-g2f50