Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 03:54:29 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 093a84fae0a8 - main - mail/xmail: Deprecate and set expiration date to 2023-09-30
Message-ID:  <202307180354.36I3sTM8089529@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=093a84fae0a83312bfc6b335bb0a56bb6b004a04

commit 093a84fae0a83312bfc6b335bb0a56bb6b004a04
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-07-18 03:52:26 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-07-18 03:52:26 +0000

    mail/xmail: Deprecate and set expiration date to 2023-09-30
    
    mail/xmail is failing to build on FreeBSD-14. Since this was originally
    written in 1995 and hasn't been maintained in a long time - last FreeBSD
    updates were in 2007 - this is probably a good candidate for removal.
    
    PR:             272558
---
 mail/xmail/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile
index 2d26340318c6..305e12b99c5c 100644
--- a/mail/xmail/Makefile
+++ b/mail/xmail/Makefile
@@ -14,6 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xbitmaps xext xmu xpm xt
 
+DEPRECATED=	Fails to build on 14-CURRENT, unmaintained since 2007
+EXPIRATION_DATE=        2023-09-30
+
 post-patch:
 # Fix the build with -fno-common (for Clang 11 and GCC 10)
 	@${REINPLACE_CMD} -e '/In_Bogus_Mail_File;/d' ${WRKSRC}/xmail.c



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