upgrade, pkg and ports

Hi,
I'm after a move and tried to upgrade FreeBSD binaries and some ports. But freebsd-version is 11.1-RELEASE and binaries updated while ports are much newer. I have got 65 lines from pkg version -l '<', for example perl5-5.24.1_1. And here is my proble, I cannot compile /usr/ports/audio/libmatemixer becase of
Code:
===>  Configuring for p5-XML-Parser-2.44
env: /usr/local/bin/perl5.24.2: No such file or directory
*** Error code 127
How can I downgrade ports to 11.1-RELEASE or upgrade all necessary ports?
Maybe a newcomer question, I have not found the answer.
Thanks, Attila
 
Last edited by a moderator:
Upgrade with portmaster is not simple, but otherwise does not matter. I finished with individual make calls and portmaster calls.
 
But freebsd-version is 11.1-RELEASE and binaries updated while ports are much newer. I have got 65 lines from pkg version -l '<', for example perl5-5.24.1_1.
FreeBSD 10.0 and higher use the quarterly package by default. Switch to the latest packages.


How can I downgrade ports to 11.1-RELEASE or upgrade all necessary ports?
All versions of FreeBSD use the same ports tree.
 
Back
Top