[MacPorts] #33684: autogen 5.15 fails shell.hlp test case

MacPorts noreply at macports.org
Mon Mar 19 08:14:38 PDT 2012


#33684: autogen 5.15 fails shell.hlp test case
--------------------------------------+-------------------------------------
 Reporter:  howarth@…                 |       Owner:  mww@…           
     Type:  defect                    |      Status:  new             
 Priority:  Normal                    |   Milestone:                  
Component:  ports                     |     Version:  2.0.4           
 Keywords:                            |        Port:  autogen         
--------------------------------------+-------------------------------------

Comment(by bkorb@…):

 I am sure it is eminently reproducible.  I don't have a Mac build
 platform, so I cannot.  I just need to know how the shell.test script and
 clean_help function are failing.  In my repo, I've altered the clean_help
 function (lives in "defs.in") thus:

 {{{
 clean_help() {
   {
     echo '/^Packaged by/d'
     echo '/^Report .* bugs to/d'
     echo '/[Pp]lease send bug reports/d'
     test -z "$sedcmd" || echo "$sedcmd"
     echo "/^[ ${ht}]*\$/d"
   } > ${testname}.sed-cmd
   ${SED} -f ${testname}.sed-cmd
 }
 }}}

 but Jack says this makes it worse for him, so maybe not the right
 solution.

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


More information about the macports-tickets mailing list