git: 38683593f19c - main - www/mod_umask: Mark BROKEN on 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 18 Aug 2023 04:56:41 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38683593f19ca2176f3c89b1bdbe9f7215533b6f

commit 38683593f19ca2176f3c89b1bdbe9f7215533b6f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 04:55:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 04:56:24 +0000

    www/mod_umask: Mark BROKEN on 14
    
    Fails to build with:
    error: incompatible function pointer types initializing 'void
    *(*)(apr_pool_t *, server_rec *)' (aka 'void *(*)(struct apr_pool_t *,
    struct server_rec *)') with an expression of type 'void *(apr_pool_t *,
    char *)' (aka 'void *(struct apr_pool_t *, char *)')
    [-Wincompatible-function-pointer-types]
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 www/mod_umask/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/mod_umask/Makefile b/www/mod_umask/Makefile
index e1afdff1514e..5c6f97243fdd 100644
--- a/www/mod_umask/Makefile
+++ b/www/mod_umask/Makefile
@@ -11,6 +11,8 @@ WWW=		http://www.outoforder.cc/projects/httpd/mod_umask/
 
 LICENSE=	APACHE20
 
+BROKEN_FreeBSD_14=	fails to build: incompatible function pointer types
+
 USES=		apache tar:bzip2
 GNU_CONFIGURE=	yes