Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2023 05:25:31 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a5508e68fae0 - 2023Q2 - net/netcat: Workaround LLVM15 build errors
Message-ID:  <202305140525.34E5PV12082178@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by cy:

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

commit a5508e68fae0bb33cee2d511a5d3d84944d36fc6
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-05-08 17:19:47 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-05-14 05:25:25 +0000

    net/netcat: Workaround LLVM15 build errors
    
    Circumvent LLVM build errors. Permanent fixes will come later.
    
    While at it, assume care and feeding of this port.
    
    (cherry picked from commit 2804224713bcf7d80065facf6be148a21e8f6f54)
---
 net/netcat/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/netcat/Makefile b/net/netcat/Makefile
index a7b9583af93d..86b96afd4ae0 100644
--- a/net/netcat/Makefile
+++ b/net/netcat/Makefile
@@ -10,14 +10,14 @@ PATCH_SITES=	GENTOO
 PATCHFILES=	nc-v6-20000918.patch.gz
 PATCH_DIST_STRIP=	-p1
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Simple utility which reads and writes data across network connections
 WWW=		http://nc110.sourceforge.net/
 
 USES=		tar:tgz
 NO_WRKSUBDIR=	yes
 
-CFLAGS+=	-D${OPSYS:tu}
+CFLAGS+=	-D${OPSYS:tu} -Wno-int-conversion
 LDFLAGS+=	-static
 
 PORTDOCS=	README



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