[MacPorts] #13825: port lint should check patchfile names in non-selected variants and platforms

MacPorts trac at macosforge.org
Fri Jan 4 11:34:35 PST 2008


#13825: port lint should check patchfile names in non-selected variants and
platforms
-------------------------------------+--------------------------------------
 Reporter:  ryandesign at macports.org  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect                   |      Status:  new                                  
 Priority:  Normal                   |   Milestone:  MacPorts base bugs                   
Component:  base                     |     Version:  1.6.0                                
 Keywords:                           |  
-------------------------------------+--------------------------------------
 `port lint` checks patchfile names (see #12958) but only in variants or
 platforms which are selected. For example, if a portfile includes

 {{{
 platform darwin 6 {
         patchfiles foo
 }
 }}}

 and one is not running Mac OS X 10.2, then no warning is issued for the
 patchfile foo, though one should be. Or if a portfile includes

 {{{
 variant abc description abc {
         patchfiles bar
 }
 }}}

 and one does not run `sudo port lint +abc` (and +abc is not a default
 variant), then no warning issued for the patchfile bar, though one should
 be.

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


More information about the macports-tickets mailing list