Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-01 Thread Carlo Tambuatco
Is there a way to uninstall a port and only those ports that are dependencies of just that port? So I want to uninstall port A and dependencies of A: dep(A) but not dep(A,B,C,…) where dep(A,B,C…) are dependencies of A and B and C, etc… Thanks.

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

2017-10-01 Thread Ryan Schmidt
On Oct 1, 2017, at 05:50, Carlo Tambuatco wrote: > Is there a way to uninstall a port and only those ports that are dependencies > of just that port? > > So I want to uninstall port A and dependencies of A: dep(A) but not > dep(A,B,C,…) where > dep(A,B,C…) are dependencies of A and B and C, e

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

2017-10-01 Thread Ryan Schmidt
On Oct 1, 2017, at 11: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 >> dependencies of just that port? >> >> So I want to uninstall port A and dependencies of A: dep(A) but not >> dep(A,B,C,…) w

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

2017-10-01 Thread Dave Horsfall
On Sun, 1 Oct 2017, Ryan Schmidt wrote: Then you can run "port installed leaves" to show a list of the ports that are installed but that you have not requested. (If the list is inaccurate -- if ports are on the list that you actually want -- you can tell MacPorts by using "sudo port setrequest

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

2017-10-01 Thread db
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 >> dependencies of just that port? >> So I want to uninstall port A and dependencies of A: dep(A) but not >> dep(A,B,C,…) where >>

Hi Sierra

2017-10-01 Thread James Linder
Hi All From my ramblings over macports mailing list I thought that Hi Sierra was supported. I occupied a bored afternoon making an installable memstick and installing without finding any gotchas, except that port does not work (but the installed ports do). If I am doing something wrong please

Re: Hi Sierra

2017-10-01 Thread Dave Horsfall
On Mon, 2 Oct 2017, James Linder wrote: From my ramblings over macports mailing list I thought that Hi Sierra was supported. I occupied a bored afternoon making an installable memstick and installing without finding any gotchas, except that port does not work (but the installed ports do). If I

Re: Hi Sierra

2017-10-01 Thread Carlo Tambuatco
Will there be a notification of when all tools are rebuilt for High Sierra and all is well with the OS? > On Oct 1, 2017, at 9:06 PM, Dave Horsfall wrote: > > On Mon, 2 Oct 2017, James Linder wrote: > >> From my ramblings over macports mailing list I thought that Hi Sierra was >> supported. I

Re: Hi Sierra

2017-10-01 Thread Dave Horsfall
On Sun, 1 Oct 2017, Carlo Tambuatco wrote: Will there be a notification of when all tools are rebuilt for High Sierra and all is well with the OS? I would imagine so; they make an announcement every time it's updated. That said, I tend to avoid version x.0 of any new release, especially oper

Re: Hi Sierra

2017-10-01 Thread Ken Cunningham
Your desires have been answered: https://distfiles.macports.org/MacPorts/MacPorts-2.4.1-10.13-HighSierra.pkg On 2017-10-01, at 6:06 PM, Dave Horsfall wrote: > On Mon, 2 Oct 2017, James Linder wrote: > >> From my ramblings over macports mailing list I thought that Hi Sierra was >> supported. I

Re: Hi Sierra

2017-10-01 Thread Ken Cunningham
I should remind you to follow the proper port migration procedures, or you'll have troubles. https://trac.macports.org/wiki/Migration On 2017-10-01, at 6:41 PM, Ken Cunningham wrote: > Your desires have been answered: > > https://distfiles.macports.org/MacPorts/MacPorts-2.4.1-10.13-HighSierra

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

2017-10-01 Thread Ryan Schmidt
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 >>> dependencies of just that port? >>> So I want to uninstall port A and dependencies of A:

Something wrong with MacPorts package installer?

2017-10-01 Thread Merton Campbell Crockett
After installing the MacPorts package for macOS High Sierra, I discovered that the ownership of all system directories were changed to root:wheel. I can no longer build something simple as mtr without encountering the following error. SPIELPLATZ:~ mcc$ port install mtr Error: Insufficient privi

Re: Something wrong with MacPorts package installer?

2017-10-01 Thread Ryan Schmidt
On Oct 1, 2017, at 23:24, Merton Campbell Crockett wrote: > After installing the MacPorts package for macOS High Sierra, I discovered > that the ownership of all system directories were changed to root:wheel. I > can no longer build something simple as mtr without encountering the > following

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

2017-10-01 Thread Ryan Schmidt
On Oct 1, 2017, at 17:35, Dave Horsfall wrote: > On Sun, 1 Oct 2017, Ryan Schmidt wrote: > >> Then you can run "port installed leaves" to show a list of the ports that >> are installed but that you have not requested. (If the list is inaccurate -- >> if ports are on the list that you actually

Re: Hi Sierra

2017-10-01 Thread Ryan Schmidt
On Oct 1, 2017, at 20:06, Dave Horsfall wrote: > On Mon, 2 Oct 2017, James Linder wrote: > >> From my ramblings over macports mailing list I thought that Hi Sierra was >> supported. I occupied a bored afternoon making an installable memstick and >> installing without finding any gotchas, excep

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

2017-10-01 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 start)

Re: Something wrong with MacPorts package installer?

2017-10-01 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 fea