Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 17:30:51 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: d7389449aa80 - main - net/ndproxy: Mark BROKEN on FreeBSD 14
Message-ID:  <202307191730.36JHUpc0026964@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=d7389449aa8031688c211004edf013573b2d16f7

commit d7389449aa8031688c211004edf013573b2d16f7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-19 17:13:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-19 17:30:38 +0000

    net/ndproxy: Mark BROKEN on FreeBSD 14
    
    Fails to build with no member named 'pa_func' in 'struct pfil_hook_args'
    
    pa_func routine has been removed from base.
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 net/ndproxy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/ndproxy/Makefile b/net/ndproxy/Makefile
index 9f28cd533e49..589a7a91b415 100644
--- a/net/ndproxy/Makefile
+++ b/net/ndproxy/Makefile
@@ -10,6 +10,8 @@ WWW=		http://www.fenyo.net/newweb/ndproxy.html
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_14=	Requires defunct pa_func
+
 USES=		compiler kmod
 
 SUB_FILES=	pkg-message



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