[MacPorts] #20576: shogun overwrites its depends_build

MacPorts noreply at macports.org
Wed Aug 5 21:15:13 PDT 2009


#20576: shogun overwrites its depends_build
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  jameskyle@…           
     Type:  defect                   |      Status:  new                   
 Priority:  Normal                   |   Milestone:                        
Component:  ports                    |     Version:  1.7.1                 
 Keywords:                           |        Port:  shogun                
-------------------------------------+--------------------------------------
 The shogun port says

 {{{
 depends_build       port:bzip2 \
                     port:gsed
 }}}

 but then a few lines later it says

 {{{
 depends_build       port:gcc43
 }}}

 thus overwriting the first definition. These should be combined:

 {{{
 depends_build       port:bzip2 \
                     port:gsed \
                     port:gcc43
 }}}

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


More information about the macports-tickets mailing list