Latest wine staging?

The current version of wine-staging/wine on FreeBSD lacks a critical fix I need.
Is there an unofficial port of wine staging 2.12 for freebsd?
 
I must be missing something.
pkg upgrade does nothing and when i run "pkg install wine-staging" it just gives me 2.11.1.
But 2.12 is the version I am after, it's supposed to contain the fix I need.
 
pkg upgrade does nothing and when i run "pkg install wine-staging" it just gives me 2.11.1.
The default is to use the quarterly package branch. You probably want to switch to latest.

Create a file named /usr/local/etc/pkg/repos/FreeBSD.conf with the following content:
Code:
FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
}
 
I don't have a -RELEASE version to check but it should be mentioned in /etc/pkg/FreeBSD.conf. Don't edit that file though, it'll get overwritten when you update the system. Instead create the file as I showed before.
 
Back
Top