On 2012-4-3 04:01 , Jeremy Lavergne wrote: >> Nope, none of those characters have special meanings to Tcl nor to the >> regular expression engine. It looks like a perfectly valid regular >> expression to me. Hopefully it will become clearer to me when I actually try >> to build the port. Please hold on. My computer is currently occupied >> upgrading another port. When it's done, I'll give mythtv another go. > > I'm wondering if ' versus " matters here. All the Tcl documentation and all > our existinting replace using "
Yes, that is going to be an issue. Single quotes don't mean anything special to Tcl. Braces in Tcl do what single quotes do in sh. - Josh _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
