#19784: policykit 0.9 fails while making doc -------------------------------+-------------------------------------------- Reporter: jim@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: policykit -------------------------------+-------------------------------------------- Comment(by raimue@…): Replying to [ticket:19784 jim@…]:
It's the `-nonet` option that's killing things; not only should it be `--nonet` (double-dash), it also seems kinda silly to specify an HTTP URL as the stylesheet, then tell xsltproc "oh, and don't use the internet to fetch that, now, got it?"
It will use a local version if found in the catalog file even though you specify an URL. Entries in the catalog file are referenced by an URL, that is why it is using an URL here. Often the stylesheet is not even available at that URL. As far as I know, this is the recommended way to do it. The `--nonet` switch avoids downloading the stylesheet, but use the local copy instead. It would be wrong to require web access during build. Did you experience a build error? There might be a problem with your xml catalog file. -- Ticket URL: <http://trac.macports.org/ticket/19784#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS