Re: libxml2 Port Blocking Upgrades

From: Kalashnikov Ilya <kalashnikovi_at_mail.ru>
Date: Thu, 07 Apr 2022 12:25:23 UTC
Alternatively, rebuild packages on which libxslt depends.
Get list:
make -C /usr/ports/textproc/libxslt build-depends-list

On Thu, 2022-04-07 at 14:09 +0200, Mark Tinka wrote:
> 
> 
> On 4/7/22 13:51, Kalashnikov Ilya wrote:
> 
> > Try to remove libxslt and build again.
> > 1. mkdir ~/packages
> > 2. pkg create -o ~/packages libxslt
> > 3. pkg remove -f libxslt
> > 4. make -C /usr/ports/textproc/libxslt clean
> > 5. make -C /usr/ports/textproc/libxslt install
> > 6. make -C /usr/ports/textproc/libxslt clean
> > 
> > To restore old package:
> >    pkg add ~/packages/libxslt-xxx
> 
> libxslt is not installed.
> 
> It won't install since libxml2.a does not exist for it to fully
> compile.
> 
> Mark.
>