Re: Rebuilding png and perl without rebuilding a whole lot of ports twice

2012-07-17 Thread Thomas Mueller
> > Then, from UPDATING file, I could do either > > portmaster p5- > I specifically recommend not doing that, as you'll end up with stuff > that's mixed between the old and new versions, which can cause problems. > > Maybe I could combine these as > > portmaster -r png- -r perl- > > Would that

Re: Rebuilding png and perl without rebuilding a whole lot of ports twice

2012-07-16 Thread Doug Barton
On 07/16/2012 21:42, Thomas Mueller wrote: > from RW : > >> Portupgrade and portmanager can do this - I don't know about >> portmaster. In portupgrade it would be: > >> portupgrade -rf perl png > >> portmanager automatically builds ports that depend on out of date ports. > > I would first need

Re: Rebuilding png and perl without rebuilding a whole lot of ports twice

2012-07-16 Thread Thomas Mueller
from RW : > Portupgrade and portmanager can do this - I don't know about > portmaster. In portupgrade it would be: > portupgrade -rf perl png > portmanager automatically builds ports that depend on out of date ports. I would first need to portmaster -o lang/perl5.16 lang/perl5.14 Not sure if

Re: Rebuilding png and perl without rebuilding a whole lot of ports twice.

2012-07-16 Thread RW
On Mon, 16 Jul 2012 03:35:03 -0400 Thomas Mueller wrote: > I have to portupgrade/portmaster both graphics/png and lang/perl, and > these both require rebuilding all ports that depend on these two. Portupgrade and portmanager can do this - I don't know about portmaster. In portupgrade it would be:

Re: Rebuilding png and perl without rebuilding a whole lot of ports twice

2012-07-16 Thread Doug Barton
On 07/16/2012 02:29, Thomas Mueller wrote: > Actually I would want to upgrade many of the ports even if they > wouldn't be broken by upgrade in png or perl, but not twice. Well now you're changing the parameters. > I already have lists in /var/db/pkg/png-1.4.8/+REQUIRED_BY and > similar for Perl

Re: Rebuilding png and perl without rebuilding a whole lot of ports twice

2012-07-16 Thread Thomas Mueller
from Doug Barton : > You don't actually need to rebuild everything that shows a dependency on > Perl, most of them are bogus. Setting EXPLICIT_PACKAGE_DEPENDS= true in > /etc/make.conf helps with this. > There is no totally clean way to handle this case, as you want to do 2 > completely separate

Re: Rebuilding png and perl without rebuilding a whole lot of ports twice.

2012-07-16 Thread Doug Barton
On 07/16/2012 00:35, Thomas Mueller wrote: > I have to portupgrade/portmaster both graphics/png and lang/perl, and > these both require rebuilding all ports that depend on these two. You don't actually need to rebuild everything that shows a dependency on Perl, most of them are bogus. Setting EXPL