git: 7c35de6c6b - main - Remove references to i386-wine port

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Tue, 03 May 2022 20:31:35 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7c35de6c6b5d7f790da13036b6f265308e138715

commit 7c35de6c6b5d7f790da13036b6f265308e138715
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-05-03 20:29:14 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-05-03 20:29:14 +0000

    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>
---
 .../content/en/books/handbook/wine/_index.adoc         | 18 +-----------------
 1 file changed, 1 insertion(+), 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