public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/man/files: man-1.5p-defmanpath-symlinks.patch man-1.5p-search-order.patch man-1.6d-fbsd.patch man-1.6e-man2html-bzip2.patch
@ 2008-01-05  1:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-01-05  1:12 UTC (permalink / raw
  To: gentoo-commits

vapier      08/01/05 01:12:53

  Modified:             man-1.5p-defmanpath-symlinks.patch
                        man-1.5p-search-order.patch man-1.6d-fbsd.patch
                        man-1.6e-man2html-bzip2.patch
  Log:
  move documentation to patches

Revision  Changes    Path
1.2                  sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch?r1=1.1&r2=1.2

Index: man-1.5p-defmanpath-symlinks.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/files/man-1.5p-defmanpath-symlinks.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- man-1.5p-defmanpath-symlinks.patch	12 Jan 2005 18:29:48 -0000	1.1
+++ man-1.5p-defmanpath-symlinks.patch	5 Jan 2008 01:12:52 -0000	1.2
@@ -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.



1.3                  sys-apps/man/files/man-1.5p-search-order.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.5p-search-order.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.5p-search-order.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.5p-search-order.patch?r1=1.2&r2=1.3

Index: man-1.5p-search-order.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/files/man-1.5p-search-order.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- man-1.5p-search-order.patch	7 Feb 2006 01:42:50 -0000	1.2
+++ man-1.5p-search-order.patch	5 Jan 2008 01:12:52 -0000	1.3
@@ -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 @@



1.2                  sys-apps/man/files/man-1.6d-fbsd.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6d-fbsd.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6d-fbsd.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6d-fbsd.patch?r1=1.1&r2=1.2

Index: man-1.6d-fbsd.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/files/man-1.6d-fbsd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- man-1.6d-fbsd.patch	18 Jul 2006 20:07:39 -0000	1.1
+++ man-1.6d-fbsd.patch	5 Jan 2008 01:12:52 -0000	1.2
@@ -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 <unistd.h>
  #endif



1.2                  sys-apps/man/files/man-1.6e-man2html-bzip2.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6e-man2html-bzip2.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6e-man2html-bzip2.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/files/man-1.6e-man2html-bzip2.patch?r1=1.1&r2=1.2

Index: man-1.6e-man2html-bzip2.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/files/man-1.6e-man2html-bzip2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- man-1.6e-man2html-bzip2.patch	12 Jan 2007 02:04:47 -0000	1.1
+++ man-1.6e-man2html-bzip2.patch	5 Jan 2008 01:12:52 -0000	1.2
@@ -1,3 +1,5 @@
+add support for bzip2 compression to man2html and friends
+
 --- man2html/glimpse_filters
 +++ man2html/glimpse_filters
 @@ -1,3 +1,4 @@



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-05  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05  1:12 [gentoo-commits] gentoo-x86 commit in sys-apps/man/files: man-1.5p-defmanpath-symlinks.patch man-1.5p-search-order.patch man-1.6d-fbsd.patch man-1.6e-man2html-bzip2.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox