Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 05:21:14 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c30855f1980 - main - mail/xmail: Make buildable again under 14-CURRENT
Message-ID:  <202307180521.36I5LEqg034031@gitrepo.freebsd.org>

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

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

commit 8c30855f1980b63b4cfe33b6d7d9719c1b6f7103
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-07-18 05:15:37 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-07-18 05:15:37 +0000

    mail/xmail: Make buildable again under 14-CURRENT
    
    Circumvent -Wincompatible-function-pointer-types to make build
    under 14-CURRENT again and revert 093a84fae0a8 (deprecation).
    
    Pending maintainer approval the next step will be assume
    maintainership.
    
    PR:     272558
---
 mail/xmail/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile
index 305e12b99c5c..08ed5215941e 100644
--- a/mail/xmail/Makefile
+++ b/mail/xmail/Makefile
@@ -14,8 +14,7 @@ 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
+CFLAGS+=	-Wno-incompatible-function-pointer-types
 
 post-patch:
 # Fix the build with -fno-common (for Clang 11 and GCC 10)



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