Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 18:18:56 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1da11da88156 - main - mail/courier: Mark BROKEN and DEPRECATED
Message-ID:  <202305011818.341IIuNW071748@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1da11da881569c579c8f555d7be59ffea7be6bc5

commit 1da11da881569c579c8f555d7be59ffea7be6bc5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-01 18:14:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-01 18:18:40 +0000

    mail/courier: Mark BROKEN and DEPRECATED
    
    - Mark BROKEN for all RELEASE due to duplicate symbol:
      sqwebmail_content_charset
    - Mark DEPRECATED as this is BROKEN for more than a year
    - Set EXPIRATION_DATE to 2023-06-01
    
    Approved by:    portmgr (blanket)
---
 mail/courier/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/mail/courier/Makefile b/mail/courier/Makefile
index c47d70c00adf..273585a902b0 100644
--- a/mail/courier/Makefile
+++ b/mail/courier/Makefile
@@ -11,8 +11,9 @@ WWW=		https://www.Courier-MTA.org/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
-BROKEN_FreeBSD_13=	ld: error: duplicate symbol: sqwebmail_content_charset
-BROKEN_FreeBSD_14=	ld: error: duplicate symbol: sqwebmail_content_charset
+BROKEN=	ld: error: duplicate symbol: sqwebmail_content_charset
+DEPRECATED=	Broken for more than a year and fails to build on supported RELEASE
+EXPIRATION_DATE=	2023-06-01
 
 BUILD_DEPENDS=	courierauthconfig:security/courier-authlib-base
 LIB_DEPENDS=	libidn.so:dns/libidn \



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