Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread Daniel J. Luke
On Oct 2, 2017, at 6:47 PM, Dave Horsfall wrote: > In other words, I appear to have stumbled across an obscure MacPorts bug, yet > not having enough information on hand to be able to report it properly; I > merely pointed out that your claim is demonstrably incorrect. I

Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread Rainer Müller
On 10/03/2017 02:12 AM, Carlo Tambuatco wrote: > >> On Oct 2, 2017, at 2:24 AM, Mojca Miklavec > > wrote: >> >> Some ports may be installed as build dependencies. Or some ports you >> installed >> now need different dependencies than they used to.

Re: clang-3.9 wrappers now broken on Snow Leopard

2017-10-02 Thread Ryan Schmidt
On Oct 2, 2017, at 07:18, Richard L. Hamilton wrote: > The wrappers with the clang-3.9 port that look like > > #!/bin/bash > > if [ -x /usr/bin/xcrun ] ; then >exec /usr/bin/xcrun /opt/local/libexec/llvm-3.9/bin/clang "${@}" > else >exec /opt/local/libexec/llvm-3.9/bin/clang "${@}" >

Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread Dave Horsfall
On Sun, 1 Oct 2017, Ryan Schmidt wrote: Err, I'd be wary of that on my box. The output includes things like "xv", "aspell", "awstats", "enscript", "gdb", "groff", "gzip" etc (and that's just a start). Yeah, I can set them as requested, but why so many of them? I might miss a few, and

Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread db
On 2 Oct 2017, at 15:56, Carlo Tambuatco wrote: > Is —follow-dependencies smart enough to uninstall dep(A), but not dep(A,B,C)…? From port's man page: To uninstall portname and then recursively uninstall all ports it depended on, use --follow-dependencies. This will not

Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread Carlo Tambuatco
> On Oct 1, 2017, at 9:55 PM, Ryan Schmidt wrote: > > > On Oct 1, 2017, at 17:46, db wrote: > >> On 1 Oct 2017, at 18:57, Ryan Schmidt wrote: >>> On Oct 1, 2017, at 05:50, Carlo Tambuatco wrote: Is there a way to uninstall a port and only those ports that are

clang-3.9 wrappers now broken on Snow Leopard

2017-10-02 Thread Richard L. Hamilton
The wrappers with the clang-3.9 port that look like #!/bin/bash if [ -x /usr/bin/xcrun ] ; then exec /usr/bin/xcrun /opt/local/libexec/llvm-3.9/bin/clang "${@}" else exec /opt/local/libexec/llvm-3.9/bin/clang "${@}" fi have a problem on Snow Leopard: myeye:tmp root# clang-mp-3.9

Re: Something wrong with MacPorts package installer?

2017-10-02 Thread Dave Horsfall
On Sun, 1 Oct 2017, Ryan Schmidt wrote: It is correct for things at the top level of your drive ("/") to be owned by root:wheel. Not sure why that wasn't the case for you before. I wasn't aware that our installer would fix the ownership of items at the top level of your drive. Maybe it's a

Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread Mojca Miklavec
2. okt. 2017 6:40 AM "Ryan Schmidt" wrote: On Oct 1, 2017, at 17:35, Dave Horsfall wrote: > On Sun, 1 Oct 2017, Ryan Schmidt wrote: > > Err, I'd be wary of that on my box. The output includes things like "xv", "aspell", "awstats", "enscript", "gdb", "groff", "gzip" etc (and that's just a