Skip to content
Permalink
Browse files

wine ports: Add notes on using WINEARCH

  • Loading branch information
raimue committed Mar 20, 2018
1 parent c62f20f commit 6456cf75922215a6fa70a0c6f55931f85335165a
Showing with 46 additions and 0 deletions.
  1. +15 −0 x11/wine-crossover/Portfile
  2. +15 −0 x11/wine-devel/Portfile
  3. +16 −0 x11/wine/Portfile
@@ -307,6 +307,21 @@ post-destroot {
${destroot}${docdir}
}

if {[variant_isset universal]} {
notes-append "
\n
Wine supports both 32-bit and 64-bit now. It is compatible with your\
existing 32-bit wine prefix, but it will now default to 64-bit when you\
create a new wine prefix. The architecture can be selected using the\
WINEARCH environment variable which can be set to either \"win32\" or
\"win64\".
To create a new pure 32-bit prefix, you can run:
\$ WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
See the Wine FAQ for details: https://wiki.winehq.org/FAQ#Wineprefixes
"
}
livecheck.type regex
livecheck.url http://ftp.codeweavers.com/pub/crossover/source/
livecheck.regex crossover-sources-(\[0-9.\]+)\\.tar
@@ -307,5 +307,20 @@ post-destroot {
${destroot}${docdir}
}

if {[variant_isset universal]} {
notes-append "
\n
Wine supports both 32-bit and 64-bit now. It is compatible with your\
existing 32-bit wine prefix, but it will now default to 64-bit when you\
create a new wine prefix. The architecture can be selected using the\
WINEARCH environment variable which can be set to either \"win32\" or
\"win64\".
To create a new pure 32-bit prefix, you can run:
\$ WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
See the Wine FAQ for details: https://wiki.winehq.org/FAQ#Wineprefixes
"
}
livecheck.type regex
livecheck.regex {"/announce/([^"]+)"}
@@ -306,5 +306,21 @@ post-destroot {
${destroot}${docdir}
}

if {[variant_isset universal]} {
notes-append "
\n
Wine supports both 32-bit and 64-bit now. It is compatible with your\
existing 32-bit wine prefix, but it will now default to 64-bit when you\
create a new wine prefix. The architecture can be selected using the\
WINEARCH environment variable which can be set to either \"win32\" or
\"win64\".
To create a new pure 32-bit prefix, you can run:
\$ WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
See the Wine FAQ for details: https://wiki.winehq.org/FAQ#Wineprefixes
"
}

livecheck.type regex
livecheck.regex {"/announce/([0-9]+\.0(\.[0-9]+)*)"}

0 comments on commit 6456cf7

Please sign in to comment.
You can’t perform that action at this time.