[MacPorts] #15049: RFE: install manuals and info pages of gcc43

MacPorts noreply at macports.org
Thu Jun 19 23:14:28 PDT 2008


#15049: RFE: install manuals and info pages of gcc43
----------------------------------+-----------------------------------------
  Reporter:  jochen at macports.org  |       Owner:  mww at macports.org                        
      Type:  defect               |      Status:  assigned                                
  Priority:  High                 |   Milestone:  Port Enhancements                       
 Component:  ports                |     Version:  1.6.0                                   
Resolution:                       |    Keywords:  gcc documentation info manual gcc_select
----------------------------------+-----------------------------------------
Comment (by jochen at macports.org):

 Well, there is a unified diff just  above. It does ''three'' things:
  1. Provide modeline according to the guide:
 http://guide.macports.org/#development.practices
  2. Fix whitespace according to 1.
  3. Change post-destroot in order to copy documentation as described
 above:
 {{{
 -       file delete -force ${destroot}${prefix}/share/man/man7 \
 -               ${destroot}${prefix}/share/info
 +    # move manuals to gcc43-specific directory
 +    xinstall -m 755 -d ${destroot}${prefix}/share/gcc43/man/man7
 +    xinstall -m 755 -d ${destroot}${prefix}/share/gcc43/info
 +    eval xinstall -m 0644 [glob ${destroot}${prefix}/share/man/man7/*]
 ${destroot}${prefix}/share/gcc43/man/man7
 +    eval xinstall -m 0644 [glob ${destroot}${prefix}/share/info/*]
 ${destroot}${prefix}/share/gcc43/info
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/15049#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list