git: 8c30855f1980 - main - mail/xmail: Make buildable again under 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 05:21:14 UTC
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)