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,

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 >

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

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,

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: 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

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

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

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

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: > >

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

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.