Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2023 15:31:54 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: b0abbe27681a - main - net/honeyd: Unbreak on HEAD
Message-ID:  <202305151531.34FFVslT055523@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=b0abbe27681a20607b0b2a5678811621c8085842

commit b0abbe27681a20607b0b2a5678811621c8085842
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-15 12:26:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-15 15:31:45 +0000

    net/honeyd: Unbreak on HEAD
    
    Approved by:    portmgr (blanket)
---
 net/honeyd/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 43e9bce3c988..7d15af738314 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -36,6 +36,10 @@ CONFIGURE_ARGS+=	--without-python
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CPPFLAGS+=	-Wno-error=int-conversion
+.endif
+
 .if !defined(WITH_PYTHON)
 pre-everything::
 	@${ECHO_MSG} "===>"



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