Hi all,
I think I might have similar problem hence posting the question here.. I might be wrong though - please correct me if I'm wrong..
I'm trying to run:
All ports are upgrading fine except some perl5 modules:
At first I was thinking that I have wrong version of Perl:
But then I realized that the port might be somehow broken and I might need to install them as packages with
Unfortunately I don't see relevant packages in /var/cache/pkg
Can I ask how I can resolve it?
I think I might have similar problem hence posting the question here.. I might be wrong though - please correct me if I'm wrong..

I'm trying to run:
portmaster -af
on my 12.2-RELEASE-p12 box (amd64).All ports are upgrading fine except some perl5 modules:
Code:
===> Configuring for p5-HTTP-Message-6.36
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for HTTP::Message
Use of strings with code points over 0xFF as arguments to bitwise and (&) operator is not allowed at /usr/local/lib/perl5/site_perl/JSON/PP.pm line 423.
*** Error code 2
Stop.
make: stopped in /usr/ports/www/p5-HTTP-Message
===>>> make build failed for www/p5-HTTP-Message
===>>> Aborting update
===>>> Update for p5-HTTP-Message-6.06_4 failed
===>>> Aborting update
===>>> Update for www/p5-HTML-Parser failed
===>>> Aborting update
At first I was thinking that I have wrong version of Perl:
Code:
# perl --version
This is perl 5, version 32, subversion 1 (v5.32.1) built for amd64-freebsd-thread-multi
But then I realized that the port might be somehow broken and I might need to install them as packages with
pkg-add
.Unfortunately I don't see relevant packages in /var/cache/pkg
Can I ask how I can resolve it?
