ports/net/td-system-tools/files/patch-src_System-Info
Daniel Engberg cfd9a27dfd net/td-system-tools: Revert commit a885822 and fix port
Reapply cfc6675477 and fix dependencies
While at it fix some style issues

Approved by:	portmgr (build fix)
2024-04-02 00:55:16 +02:00

8 lines
197 B
Text

--- src/System-Info.orig 2024-04-01 21:09:56 UTC
+++ src/System-Info
@@ -374,4 +374,4 @@ print-network-addresses 2>&1 | (
wait
cat
) | \
-( buffer -s 16k || cat)
+( mbuffer -s 16k || cat)