From 908778078736bd36f7a60a2d576d415cb8e000fa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 May 2021 07:31:18 +0100 Subject: gentoo resync : 22.05.2021 --- sys-apps/man2html/files/man-1.6-cross-compile.patch | 4 ++-- .../man2html/files/man-1.6f-man2html-compression-2.patch | 16 ++++++++-------- sys-apps/man2html/files/man-1.6g-compress.patch | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'sys-apps/man2html/files') diff --git a/sys-apps/man2html/files/man-1.6-cross-compile.patch b/sys-apps/man2html/files/man-1.6-cross-compile.patch index 265265077a9c..79aa90af212d 100644 --- a/sys-apps/man2html/files/man-1.6-cross-compile.patch +++ b/sys-apps/man2html/files/man-1.6-cross-compile.patch @@ -1,8 +1,8 @@ Fix up to work with cross-compiling ... most of these tests only need to see if the example compiled, not whether it runs ... ---- configure -+++ configure +--- a/configure ++++ b/configure @@ -232,15 +232,13 @@ echo checking for POSIX.1 header files diff --git a/sys-apps/man2html/files/man-1.6f-man2html-compression-2.patch b/sys-apps/man2html/files/man-1.6f-man2html-compression-2.patch index b79b3a1872f1..cc9093371bb6 100644 --- a/sys-apps/man2html/files/man-1.6f-man2html-compression-2.patch +++ b/sys-apps/man2html/files/man-1.6f-man2html-compression-2.patch @@ -1,7 +1,7 @@ add support for bzip2/lzma to man2html and friends ---- man2html/glimpse_filters -+++ man2html/glimpse_filters +--- a/man2html/glimpse_filters ++++ b/man2html/glimpse_filters @@ -1,3 +1,6 @@ +*.bz2 bzip2 -d -c +*.lzma lzma -d -c @@ -9,8 +9,8 @@ add support for bzip2/lzma to man2html and friends *.gz gzip -d -c *.Z gzip -d -c ---- man2html/scripts/cgi-bin/man/man2html -+++ man2html/scripts/cgi-bin/man/man2html +--- a/man2html/scripts/cgi-bin/man/man2html ++++ b/man2html/scripts/cgi-bin/man/man2html @@ -93,6 +93,12 @@ *.bz2) bzcat "$PAGE" | "$MAN2HTML" "$LL" -D "$PAGE" @@ -37,8 +37,8 @@ add support for bzip2/lzma to man2html and friends else "$MAN2HTML" -E "Strange... Cannot find (or read) $PAGE." fi ---- man2html/scripts/cgi-bin/man/mansearch -+++ man2html/scripts/cgi-bin/man/mansearch +--- a/man2html/scripts/cgi-bin/man/mansearch ++++ b/man2html/scripts/cgi-bin/man/mansearch @@ -153,7 +153,7 @@ } print "
"; @@ -48,8 +48,8 @@ add support for bzip2/lzma to man2html and friends sub(/\./, "(", textname); textname = textname ")"; print textname; ---- man2html/scripts/cgi-bin/man/mansec -+++ man2html/scripts/cgi-bin/man/mansec +--- a/man2html/scripts/cgi-bin/man/mansec ++++ b/man2html/scripts/cgi-bin/man/mansec @@ -128,7 +128,7 @@ # Print out alphabetic quick index and other links } diff --git a/sys-apps/man2html/files/man-1.6g-compress.patch b/sys-apps/man2html/files/man-1.6g-compress.patch index 374d80730074..4a5e84a785b1 100644 --- a/sys-apps/man2html/files/man-1.6g-compress.patch +++ b/sys-apps/man2html/files/man-1.6g-compress.patch @@ -2,8 +2,8 @@ allow selection of default cache compressor http://bugs.gentoo.org/205147 ---- configure -+++ configure +--- a/configure ++++ b/configure @@ -1012,6 +1012,10 @@ done done -- cgit v1.2.3