Permalink
Browse files
wine ports: Add notes on using WINEARCH
- Loading branch information
Showing
with
46 additions
and
0 deletions.
-
+15
−0
x11/wine-crossover/Portfile
-
+15
−0
x11/wine-devel/Portfile
-
+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]+)*)"} |