git: ecdc33315934 - main - net-mgmt/send: Unbreak on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 13:52:46 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecdc33315934651fc54a776edda7541b0ad9f2c7 commit ecdc33315934651fc54a776edda7541b0ad9f2c7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-02 13:19:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-02 13:52:35 +0000 net-mgmt/send: Unbreak on HEAD Approved by: portmgr (blanket) --- net-mgmt/send/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile index e6f0884a2dfb..a1f81fc5b755 100644 --- a/net-mgmt/send/Makefile +++ b/net-mgmt/send/Makefile @@ -23,6 +23,12 @@ MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=int-conversion +.endif + post-extract: ${INSTALL_DATA} ${WRKSRC}/examples/ipext/ipext_verify.conf \ ${WRKSRC}/examples/ipext/ca/ipext.conf \ @@ -41,4 +47,4 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk>