mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Reapply cfc6675477
and fix dependencies
While at it fix some style issues
Approved by: portmgr (build fix)
8 lines
197 B
Text
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)
|