aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-05-08 17:19:47 +0000
committerCy Schubert <cy@FreeBSD.org>2023-05-08 17:21:52 +0000
commit2804224713bcf7d80065facf6be148a21e8f6f54 (patch)
tree2f08b1e581b28adfaa5835bc4b8b0aeb1445b4c0
parentf61b4dc8d512f35101ee052f1193a7a30fba66cc (diff)
downloadports-2804224713bcf7d80065facf6be148a21e8f6f54.tar.gz
ports-2804224713bcf7d80065facf6be148a21e8f6f54.zip
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. MFH: 2023Q2
-rw-r--r--net/netcat/Makefile4
1 files 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