#27533: Soundtouch uses system aclocal files which makes it fail to autoreconf on 10.5 --------------------------------------------+------------------------------- Reporter: ygramul.el.multiple@… | Owner: elelay@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: soundtouch | --------------------------------------------+------------------------------- Changes (by elelay@…): * cc: jmr@… (added) Comment: Replying to [comment:7 jmr@…]:
Unfortunately `delete` doesn't accept multiple file args. `file delete` does, and will work fine in this case since you're not deleting any non- empty directories.
Thanks for the answer. the guide is misleading then : {{{ delete file ... Deletes each of the given files/directories. Behaves similarly to file delete -force except that file delete -force will fail to delete directories properly on 10.3 systems. }}} {{{ file delete [glob ${worksrcpath}/config/m4/*.m4] }}} didn't work either. Only {{{ eval file delete [glob ${worksrcpath}/config/m4/*.m4]}}} did the trick. I updated the portfile to use file delete in r74523. -- Ticket URL: <https://trac.macports.org/ticket/27533#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS