[MacPorts] #17018: libgda3 uses string match as if it accepted a regexp

MacPorts noreply at macports.org
Mon Oct 27 14:04:14 PDT 2008


#17018: libgda3 uses string match as if it accepted a regexp
-------------------------------------+--------------------------------------
 Reporter:  ryandesign at macports.org  |       Owner:  jwa at macports.org
     Type:  defect                   |      Status:  new             
 Priority:  Normal                   |   Milestone:  Port Bugs       
Component:  ports                    |     Version:  1.6.0           
 Keywords:                           |        Port:  libgda3         
-------------------------------------+--------------------------------------
 libgda3 uses the "string match" function as if it accepted a regular
 expression as its parameter, but it does not; it expects a glob.

 The string match in the Portfile has thus never worked. The string match
 could be fixed by changing "`{/Makefile$}`" to "`{*/Makefile}`". However
 the only Makefile in the source is in the po directory and it does not
 contain the string to be replaced. If the port is working correctly now,
 perhaps the entire post-configure part can be removed.

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


More information about the macports-tickets mailing list