Re: install-patch-install cycles & install without activate

2018-05-29 Thread Joshua Root
On 2018-5-30 04:31 , macpo...@parvis.nl wrote: > My workflow is: > > port install munin > > #- cycle start > port clean --work munin > create patches against the unmodified tarball > port clean --work munin > port install munin > test > #- cycle end Needs an uninstall at the

Re: install-patch-install cycles & install without activate

2018-05-29 Thread Rainer Müller
On 2018-05-29 20:31, macpo...@parvis.nl wrote: > I'm trying to work as much as possible with scripted procedures. > > After an initial install of a new/modified port, I need to apply/change > patches. > > My workflow is: > > port install munin > > #- cycle start > port clean --work

Re: install-patch-install cycles & install without activate

2018-05-29 Thread macports
> On 2018-05-29, at 20:41, Ryan Schmidt wrote: > > > On May 29, 2018, at 13:31, macpo...@parvis.nl > wrote: > >> I'm trying to work as much as possible with scripted procedures. >> >> After an initial install of a new/modified port, I need to apply/change >>

Re: install-patch-install cycles & install without activate

2018-05-29 Thread Ryan Schmidt
On May 29, 2018, at 13:31, macpo...@parvis.nl wrote: > I'm trying to work as much as possible with scripted procedures. > > After an initial install of a new/modified port, I need to apply/change > patches. > > My workflow is: > > port install munin > > #- cycle start > port clean

install-patch-install cycles & install without activate

2018-05-29 Thread macports
I'm trying to work as much as possible with scripted procedures. After an initial install of a new/modified port, I need to apply/change patches. My workflow is: port install munin #- cycle start port clean --work munin create patches against the unmodified tarball port clean --work