Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2023 07:26:53 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8fdba0f4a3ed - main - emulators/wine7: Deprecate, to expire 2024-01-29
Message-ID:  <202312230726.3BN7Qrw0072134@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8fdba0f4a3ede84338bd09686c554a7e2fdb2acf

commit 8fdba0f4a3ede84338bd09686c554a7e2fdb2acf
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2023-12-23 06:53:06 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2023-12-23 07:25:53 +0000

    emulators/wine7: Deprecate, to expire 2024-01-29
    
    We created this port to make up for emulators/wine not providing
    32-bit support nor WoW64 when we moved to Wine 8. Since then both
    have been addressed, one after the other, so time to sunset this
    wine7 port.
    
    PR:             271201, 272710, 275677
---
 emulators/wine7/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/wine7/Makefile b/emulators/wine7/Makefile
index 7162b9bf7cb9..50232f308d58 100644
--- a/emulators/wine7/Makefile
+++ b/emulators/wine7/Makefile
@@ -13,6 +13,8 @@ LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	emulators/wine itself now again provides 32-bit support as well as WoW64
+EXPIRATION_DATE=2024-01-29
 ONLY_FOR_ARCHS=	amd64 i386
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312230726.3BN7Qrw0072134>