pkg discrepancy

I'm running FreeBSD 10.0-RELEASE with OwnCloud in a jail. Today I upgraded pkg to the latest version (1.3.5.1) and then decided to see if there were any packages to upgrade in the jail. For some reason emulators/i386-wine-devel is now wanting to be installed as a new package :D

Is there an ignore flag I can set on unwanted ports?
 
If you upgraded from pkg 1.2.x make sure you also run pkg update -f to force an update of the remote catalog.
 
kpa said:
Post the output of pkg check -d.

No output at all from the above using # pkg -j 1 check -d
The only packages to be updated are devel/t1lib, security/ca_root_nss, security/libgcrypt, textproc/libxslt and then all the php related packages.
I also ran # pkg -j 1 update -f but am still seeing emulators/i386-wine-devel wanting to be installed.

I thinking that perhaps I'll create a duplicate OwnCloud jail and see if the same happens upon trying to install www/owncloud.
 
What else is installed? Can you post the output of pkg version -vR?
 
Same issue here. WINE is coming from nowhere. I have only installed packages for the MATE desktop, Firefox and mplayer.
 
Confirmed using a clean jail and installing www/firefox from the official packages for FreeBSD 10 amd64. It's not required by anything though so you can delete the package safely.
 
Back
Top