components/cups/patches/24-normalize-man-pages.patch
changeset 5007 0052258cbb9d
equal deleted inserted replaced
5006:f2592e203a2a 5007:0052258cbb9d
       
     1 In Solaris 12, we will be normalizing man pages. See PSARC 2015/428.
       
     2 This means that what was section 1m, is now section 8. But currently
       
     3 only for Solaris 12.
       
     4 
       
     5 This patch should eventually be sent upstream, but for that to happen
       
     6 it will need to be reworked into a form that will be acceptable for
       
     7 all versions of Solaris. Plus the Solaris section also needs to be
       
     8 split from the HP-UX section.  Until then, we are just using this
       
     9 Solaris 12 specific patch.
       
    10 
       
    11 --- config-scripts/cups-manpages.m4.orig	2015-10-21 11:10:09.020523290 -0700
       
    12 +++ config-scripts/cups-manpages.m4	2015-10-21 11:10:24.716548936 -0700
       
    13 @@ -64,8 +64,8 @@
       
    14  		MAN1EXT=1
       
    15  		MAN5EXT=5
       
    16  		MAN7EXT=7
       
    17 -		MAN8EXT=1m
       
    18 -		MAN8DIR=1m
       
    19 +		MAN8EXT=8
       
    20 +		MAN8DIR=8
       
    21  		;;
       
    22  	Linux* | GNU* | Darwin*)
       
    23  		# Linux, GNU Hurd, and Mac OS X