[MacPorts] #18921: subversion @1.6.0 +tools broken

MacPorts noreply at macports.org
Sat Mar 21 03:50:19 PDT 2009


#18921: subversion @1.6.0 +tools broken
---------------------------------+------------------------------------------
 Reporter:  raimue@…             |       Owner:  dluke@…           
     Type:  defect               |      Status:  new               
 Priority:  Normal               |   Milestone:  Port Bugs         
Component:  ports                |     Version:  1.8.0             
 Keywords:                       |        Port:  subversion        
---------------------------------+------------------------------------------

Comment(by ryandesign@…):

 The point of doing the commands in this order

 {{{
 eval delete [glob ${worksrcpath}/contrib/client-
 side/{svnmucc{,.{l,}o},.libs}]
 copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib
 }}}

 was so that svnmucc's temporary build artifacts don't get installed when
 the copy command is run. But in your patch you moved the `eval delete`
 after the copy. So either the build artifacts are now being unnecessarily
 installed, or if they aren't, then the `eval delete` isn't necessary
 anymore.

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


More information about the macports-tickets mailing list