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-14 05:25:25 +0000
commita5508e68fae0bb33cee2d511a5d3d84944d36fc6 (patch)
tree2463d3ca5f73771dee73c63675e06c0f3892e9c4
parent6be7636388935736696bc96d749935e009748544 (diff)
downloadports-a5508e68fae0bb33cee2d511a5d3d84944d36fc6.tar.gz
ports-a5508e68fae0bb33cee2d511a5d3d84944d36fc6.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. (cherry picked from commit 2804224713bcf7d80065facf6be148a21e8f6f54)
-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