git: 2804224713bc - main - net/netcat: Workaround LLVM15 build errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 May 2023 17:22:04 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2804224713bcf7d80065facf6be148a21e8f6f54
commit 2804224713bcf7d80065facf6be148a21e8f6f54
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-05-08 17:19:47 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-05-08 17:21:52 +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.
MFH: 2023Q2
---
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