aboutsummaryrefslogtreecommitdiff
path: root/textproc/libvisio01/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-29 14:08:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-29 14:08:40 +0000
commit5201fa279fb7ba15a2f78213159349354b8136e1 (patch)
treec1467269253d81a9168ba118ea8a36107753f0e5 /textproc/libvisio01/Makefile
parent20e1f95178e17fb123e9ed6b0767d8c351b3c0c7 (diff)
downloadports-5201fa279fb7ba15a2f78213159349354b8136e1.tar.gz
ports-5201fa279fb7ba15a2f78213159349354b8136e1.zip
Make a note about why this hack is required.
Here is the story: - Default Perl is 5.24. - You install stuff, and have Perl 5.24. - The default Perl is changed to 5.26 because it was time. - You do not really follow those things and are not using pkg (and possibly poudriere) to maintain your /usr/local and you run portmaster to update what needs to be updated. - As you did not set anything, your Perl default is still 5.24 because it is the installed /usr/local/bin/perl. - Turns out that there has been a new version of lang/perl5.24 in the mean time, and portmaster updates it. Keep in mind that the only thing that makes 5.24 the default is that it is the installed version you have. If you did not have it installed, the default would be 5.26. - portmaster builds the new perl 5.24, and before it installs it, it needs to remove the old version. - now, you do not have any Perl installed, so the default falls back to 5.26. - portmaster installs perl 5.24 it just built, but as it is not the default any pore, it will not install /usr/local/bin/perl, and everything using Perl on your system is toast, you spend countless hours not understanding wtf happened. You end up rebuilding everything with 5.26. PR: 227356 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=473550
Diffstat (limited to 'textproc/libvisio01/Makefile')
0 files changed, 0 insertions, 0 deletions