Based upon this Firefox Q2 issue, additional X utilities were affected, notably xpdf.  I attempted a compile of pkgsrc, but firefox is too heavy for the laptop I have.
So, I would like to roll back to 2024Q1.  Does anyone know which one of these options I should use ?
- do a 'pkgin update' after reverting "/usr/pkg/etc/pkgin/repositories.conf" to use 2024Q1. 
- Perform these steps, as suggested here in this forum when someone broke their pkgsrc.
 # rm -rf /var/db/pkg
 # rm -rf /var/db/pkgin
 # cp -R /usr/pkg/etc etcbackup
 # rm -rf /usr/pkg
 
I do not mind reapplying pkgsrc, I have a script that will do that.
- A better method ?
Thanks