[MacPorts] #14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections

MacPorts trac at macosforge.org
Wed Jan 23 03:02:28 PST 2008


#14046: Remove "configure.compiler gcc-4.0" from all "platform darwin 8" sections
--------------------------------------+-------------------------------------
  Reporter:  ryandesign at macports.org  |       Owner:  ryandesign at macports.org
      Type:  defect                   |      Status:  new                    
  Priority:  Normal                   |   Milestone:  Port Bugs              
 Component:  ports                    |     Version:  1.6.0                  
Resolution:                           |    Keywords:                         
--------------------------------------+-------------------------------------
Changes (by ryandesign at macports.org):

  * summary:  Remove "platform darwin 8 { configure.compiler gcc-4.0 }"
              from all ports => Remove "configure.compiler
              gcc-4.0" from all "platform darwin 8" sections

Comment:

 Occurrences of "`configure.compiler gcc-4.0`" inside remaining `platform
 darwin 8` sections were removed for all nomaintainer and openmaintainer
 ports in r33301 and for my ports in r33302.

 These changes were made by doing a multi-file find and replace using the
 search regular expression

 {{{
 (?s)(platform\s+darwin\s+8\s*{[^}]*?)\s+configure\.compiler\s+gcc-4\.0([^}]*})
 }}}

 and the replacement string

 {{{
 \1\2
 }}}

 One remaining occurrence in the portfile for shells/fish was fixed by
 hand.

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14046#comment:3>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list