aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-05-03 20:29:14 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-05-03 20:29:14 +0000
commit7c35de6c6b5d7f790da13036b6f265308e138715 (patch)
tree1cab977eb1b46a551cf6b4976865ae4b22eae593
parent712ef570f8656bbdfe557f1e71f894d28d131b70 (diff)
downloaddoc-7c35de6c6b5d7f790da13036b6f265308e138715.tar.gz
doc-7c35de6c6b5d7f790da13036b6f265308e138715.zip
Remove references to i386-wine port
Since commit 056135a3 i386-wine port was removed. emulators/wine is now providing i386 support on amd64. PR: 262689 Submitted by: marcel <marcel.e.peters (AT) outlook.com>
-rw-r--r--documentation/content/en/books/handbook/wine/_index.adoc18
1 files changed, 1 insertions, 17 deletions
diff --git a/documentation/content/en/books/handbook/wine/_index.adoc b/documentation/content/en/books/handbook/wine/_index.adoc
index 45c8f88e26..7b1aff26a2 100644
--- a/documentation/content/en/books/handbook/wine/_index.adoc
+++ b/documentation/content/en/books/handbook/wine/_index.adoc
@@ -263,23 +263,7 @@ However, using old software no longer supported by default is a common use for e
Fortunately, FreeBSD can support all three scenarios:
* On modern, 64-bit machine and want to run 64-bit Windows(R) software, simply install the ports mentioned in the above sections. The ports system will automatically install the 64-bit version.
-* Alternately, users might have an older 32-bit machine that they do not want to run with its original, now non-supported software. They can install the 32-bit (i386) version of FreeBSD, then install the ports in the above sections. Again, on a 32-bit machine the ports system will install the corresponding 32-bit version of WINE by default.
-
-However, given a 64-bit version of FreeBSD and need to run *32-bit* Windows(R) applications, installing a different port is required to enable 32-bit compatibility.
-To install the pre-compiled package, use the following:
-
-[source,shell]
-....
-# pkg install i386-wine
-....
-
-Or compile the port with the following:
-
-[source,shell]
-....
-# cd /usr/ports/emulator/i386-wine
-# make install
-....
+* Alternately, users might have an older 32-bit machine that they do not want to run with its original, now non-supported software. They can install the 32-bit (i386) version of FreeBSD, then install the ports in the above sections.
[[running-first-wine-program]]
== Running a First WINE Program on FreeBSD