Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-29 Thread Ryan Schmidt
On Jan 28, 2017, at 10:31, Barry Scott wrote: > I want to be able to stop MacPorts Installation from editing my .bash_profile. > As it happens I already set all the env var that are needed my self. > > Is there a “do-not-edit-bash-profile” settings somewhere? No. > So far I have 3 sets of the

Re: older lib for port

2017-01-29 Thread Ryan Schmidt
> On Jan 28, 2017, at 09:54, db wrote: > > Is it feasible to maintain an older lib to compile a certain port? > > I wanted to update ngrep 1.45 (sourceforge) to 1.46 (github) and tried > compiling in a system that had an older version of libpcap, 1.7.4 (current is > 1.8.1). It worked only wit

PortAuthority 7.5 released

2017-01-29 Thread Kevin Walzer
I've released version 7.5 of PortAuthority, my GUI for MacPorts. This version focuses on minor UI adjustments and a more secure app update mechanism. As always, updates are free for registered users, and a license costs $30. The app can be downloaded at https://www.codebykevin.com/portauthority

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-29 Thread Clemens Lang
Hi, On Sun, Jan 29, 2017 at 09:33:04PM +, Barry wrote: > Can I run the .pkg without damaging my current MacPorts setup? Yes, unless you're at a newer version than the .pkg will install. > Its taken some effort eo have inkscape etc installed Ports will be kept as-is. Running the installer is

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-29 Thread Barry
Can I run the .pkg without damaging my current MacPorts setup? Its taken some effort eo have inkscape etc installed Barry > On 29 Jan 2017, at 17:29, Clemens Lang wrote: > > Hi, > >> On Sun, Jan 29, 2017 at 02:13:12PM +, Barry wrote: >> I have been using the .pkg to reinstall MacPorts. I

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-29 Thread Clemens Lang
Hi, On Sun, Jan 29, 2017 at 02:13:12PM +, Barry wrote: > I have been using the .pkg to reinstall MacPorts. I guess that does > not check. It does. Specifically, the check checks what your user's shell is using /usr/bin/dscl . -read "/Users/${USER}" shell | awk -F'/' '{print $NF}' Supporte

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-29 Thread Craig Treleaven
AIUI, the following script is run to set up the user’s environment after the installer copies in all the payload files: https://github.com/macports/macports-base/blob/master/portmgr/dmg/postflight.in#L90 Craig > On Jan 29, 2017, at 9:13 AM, Barry wrote: > > I have been using the .pkg to reins

Re: Prevent MacPorts editing .bash_profile over and over again...

2017-01-29 Thread Barry
I have been using the .pkg to reinstall MacPorts. I guess that does not check. Barry Barry > On 29 Jan 2017, at 02:52, Daniel J. Luke wrote: > > I think only the pkg installers do that - and they're supposed to not edit > the $PATH if $prefix is already in there. > > (ie if you upgrade usin