From 4ed21fb0e132215374d889fa014d5e6ab53a4150 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Jan 2008 01:12:52 +0000 Subject: move documentation to patches --- sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch | 10 ++++++++-- sys-apps/man/files/man-1.5p-search-order.patch | 3 +++ sys-apps/man/files/man-1.6d-fbsd.patch | 8 ++++++-- sys-apps/man/files/man-1.6e-man2html-bzip2.patch | 2 ++ 4 files changed, 19 insertions(+), 4 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch b/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch index 277f7a91f67a..f8ff4f445903 100644 --- a/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch +++ b/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch @@ -1,5 +1,11 @@ ---- man-1.5o2/src/makewhatis.sh.orig 2005-01-07 21:19:37.812163552 -0500 -+++ man-1.5o2/src/makewhatis.sh 2005-01-07 21:20:43.023249960 -0500 +makewhatis traverses manpages twice, as default manpath contains two +directories that are symlinked together ... this isn't a real fix, just +a workaround that should be OK for the way Gentoo does things. a real +fix would be to filter out any directories which resolv to the same +directory ... + +--- man-1.5o2/src/makewhatis.sh ++++ man-1.5o2/src/makewhatis.sh @@ -41,7 +41,7 @@ # and should be first. # It is a bug to add /var/cache/man to DEFCATPATH. diff --git a/sys-apps/man/files/man-1.5p-search-order.patch b/sys-apps/man/files/man-1.5p-search-order.patch index 901c48432372..b6603b6cf032 100644 --- a/sys-apps/man/files/man-1.5p-search-order.patch +++ b/sys-apps/man/files/man-1.5p-search-order.patch @@ -1,3 +1,6 @@ +Fix search order in man.conf so that system installed manpages +will be found first ... + --- man-1.5p/src/man.conf.in +++ man-1.5p/src/man.conf.in @@ -36,11 +36,11 @@ diff --git a/sys-apps/man/files/man-1.6d-fbsd.patch b/sys-apps/man/files/man-1.6d-fbsd.patch index 5882645d9018..62189e0e85d0 100644 --- a/sys-apps/man/files/man-1.6d-fbsd.patch +++ b/sys-apps/man/files/man-1.6d-fbsd.patch @@ -1,5 +1,9 @@ ---- man-1.6d/gencat/genlib.c.orig 2006-06-26 21:26:10 -0300 -+++ man-1.6d/gencat/genlib.c 2006-06-26 21:34:46 -0300 +Fixes compilation in FreeBSD + +http://bugs.gentoo.org/138123 + +--- man-1.6d/gencat/genlib.c ++++ man-1.6d/gencat/genlib.c @@ -54,7 +54,7 @@ #include #endif diff --git a/sys-apps/man/files/man-1.6e-man2html-bzip2.patch b/sys-apps/man/files/man-1.6e-man2html-bzip2.patch index 6ca5298c1012..091d4bdecc80 100644 --- a/sys-apps/man/files/man-1.6e-man2html-bzip2.patch +++ b/sys-apps/man/files/man-1.6e-man2html-bzip2.patch @@ -1,3 +1,5 @@ +add support for bzip2 compression to man2html and friends + --- man2html/glimpse_filters +++ man2html/glimpse_filters @@ -1,3 +1,4 @@ -- cgit v1.2.3-65-gdbad