Date: Tue, 3 Sep 2024 15:40:00 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: 10842f007b57 - main - emulators/wine8: Deprecate in favor of the main wine port Message-ID: <202409031540.483Fe03u041842@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=10842f007b5747d49b39ff93a6cb2b763c379180 commit 10842f007b5747d49b39ff93a6cb2b763c379180 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-09-03 15:35:50 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-09-03 15:39:39 +0000 emulators/wine8: Deprecate in favor of the main wine port This port served to support a transition period from Wine 8.0 to Wine 9.0 which, after half a year, should be mostly complete. As reminded by a build failure with GCC 14, this codebase is not maintained by upstream any longer, so initiate deprecation (with an initial EXPIRATION_DATE of 2024-10-30). On the way, release maintainership. PR: 281231 --- emulators/wine8/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/wine8/Makefile b/emulators/wine8/Makefile index 9505bb23d492..74f30e61cd60 100644 --- a/emulators/wine8/Makefile +++ b/emulators/wine8/Makefile @@ -5,7 +5,7 @@ CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/8.0/ PKGNAMESUFFIX= 8 -MAINTAINER= gerald@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft Windows compatibility environment WWW= https://www.winehq.org @@ -14,6 +14,8 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 +DEPRECATED= The transition to Wine 9.0 should be mostly done now +EXPIRATION_DATE=2024-10-30 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex llvm${_LLVM_VERSION}>=0:devel/llvm${_LLVM_VERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409031540.483Fe03u041842>