man: Fix manpages not rendering properly

Also adds checksums.
This commit is contained in:
Jonathan Schleifer
2014-03-27 22:00:09 +01:00
parent a4cc09bf55
commit d70750f22d
2 changed files with 29 additions and 1 deletions

View File

@@ -4,10 +4,13 @@ Standard commands to read man pages.
"
HOMEPAGE="http://primates.ximian.com/~flucifredi/man/"
SRC_URI="http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz"
CHECKSUM_SIZE="256906"
CHECKSUM_MD5="ba154d5796928b841c9c69f0ae376660"
CHECKSUM_RMD160="f1a845bcf454424f49a3281a86217af0328d88e2"
CHECKSUM_SHA512="c786fa2201aed92293e5590dc3ad5d550cf14e5059fa274ef7719af86ee4c892e747576495b6dc0a09286e73e2f0f0caf860216e0c8032d9ef13e5d26853048b"
LICENSE="GNU GPL v2"
COPYRIGHT="1989-2012 Free Software Foundation, Inc."
REVISION="3"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="man-1.6g.patchset"

View File

@@ -182,3 +182,28 @@ index 72f37a5..c838d25 100755
--
1.8.3.4
From ccf2eb07650cdeb9dbcc91d5bb271ee95a8da4ac Mon Sep 17 00:00:00 2001
From: Jonathan Schleifer <js@webkeks.org>
Date: Thu, 27 Mar 2014 21:56:39 +0100
Subject: [PATCH] Add -R to less options to fix formattings
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index c838d25..2bf534e 100755
--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@ LANGOPT="+lang {$LANGUAGES|all|none}"
# (Indeed, -r may cause the terminal to get into funny states.
# Very inconvenient. For viewing pages in strange locales, set LC_*.)
#
-DEFAULTLESSOPT="-is"
+DEFAULTLESSOPT="-isR"
#
# Note that not creating any cat directories (/var/cache/man or so)
# and not making man suid or sgid is recommended.
--
Jonathan