]> git.pld-linux.org Git - packages/X11.git/blobdiff - XFree86-xman.patch
- updated for 4.7.0
[packages/X11.git] / XFree86-xman.patch
index 6a544070a1b435d5f11b543ffc4bf9d7faf6f9ab..4368c23e9c3c71eb46175d11824b6949b7d52e5b 100644 (file)
@@ -1,24 +1,12 @@
---- XFree86-4.0.1/xc/programs/xman/vendor.h.foo        Mon Aug 14 15:13:05 2000
-+++ XFree86-4.0.1/xc/programs/xman/vendor.h    Mon Aug 14 15:13:38 2000
-@@ -63,7 +63,7 @@
- # define MANCONF "/etc/manpath.config"
- #else
- # if (defined(BSD) && (BSD >= 199103)) || defined(linux)
--#  define MANCONF "/etc/man.conf"
-+#  define MANCONF "/etc/man.config"
+diff -urN xc.orig/programs/xman/Imakefile xc/programs/xman/Imakefile
+--- xc.orig/programs/xman/Imakefile    Mon Dec 30 15:54:14 2002
++++ xc/programs/xman/Imakefile Mon Dec 30 18:21:38 2002
+@@ -26,7 +26,7 @@
+ # if defined(LinuxDistribution) && (LinuxDistribution == LinuxRedHat)
+     MANCONF = -DMANCONF=\"/etc/man.config\"
+ # else
+-    MANCONF = -DMANCONF=\"/etc/man.conf\"
++    MANCONF = -DMANCONF=\"/etc/man.config\"
  # endif
- #endif
---- XFree86-4.0.1/xc/programs/xman/xman.man.foo        Mon Aug 14 15:13:11 2000
-+++ XFree86-4.0.1/xc/programs/xman/xman.man    Mon Aug 14 15:13:24 2000
-@@ -90,8 +90,8 @@
- .SH "BSD AND LINUX SYSTEMS"        
- .PP
- In newer BSD and Linux systems, \fIXman\fP will search for a file named
--\fI/etc/man.conf\fP which will contain the list of directories containing
--manual pages. See \fIman.conf\fP(5) for a complete description of the file
-+\fI/etc/man.config\fP which will contain the list of directories containing
-+manual pages. See \fIman.config\fP(5) for a complete description of the file
- format.
- .SH "THE MANDESC FILE"        
- .PP
+ #elif defined(OpenBSDArchitecture) || defined(NetBSDArchitecture) || \
+     defined(DarwinArchitecture)
This page took 0.030722 seconds and 4 git commands to generate.