Hi,
I started to install some ports in a fresh system and try to do it step by step to get more out how it works.
I face a problem - I know how to fix it. But I like to avoid it before it occurs.
I.e. there are two just simple installations:
First I installed perl5.24 from ports:
/usr/ports/lang/perl5.24
Then I go to /usr/ports/devel/p5-Locale-gettext. And I check out:
/usr/ports/devel/gettext-runtime
/usr/ports/devel/gettext-tools
/usr/ports/lang/perl5.24
/usr/ports/ports-mgmt/pkg
Fine! all what is needed I have already installed on the system.
But then, when doing
So, I've got two questions:
Why does the port "p5-Locale-gettext" build "perl5.24" again although "perl5.24" has already been installed some minutes before and is on the system?
How can I avoid that "p5-Locale-gettext" will build "perl5.24" again, is there i.e. any special switch to tell
Thanks
I started to install some ports in a fresh system and try to do it step by step to get more out how it works.
I face a problem - I know how to fix it. But I like to avoid it before it occurs.
I.e. there are two just simple installations:
First I installed perl5.24 from ports:
/usr/ports/lang/perl5.24
Then I go to /usr/ports/devel/p5-Locale-gettext. And I check out:
make build-depends-list
tell me it need:/usr/ports/devel/gettext-runtime
/usr/ports/devel/gettext-tools
/usr/ports/lang/perl5.24
/usr/ports/ports-mgmt/pkg
Fine! all what is needed I have already installed on the system.
But then, when doing
make build
it comes to that ".. is already installed" error and it "stopped in /usr/ports/lang/perl5.24" because it has build perl5.24 again.So, I've got two questions:
Why does the port "p5-Locale-gettext" build "perl5.24" again although "perl5.24" has already been installed some minutes before and is on the system?
How can I avoid that "p5-Locale-gettext" will build "perl5.24" again, is there i.e. any special switch to tell
make
not to do that?Thanks