Opened 5 years ago
Closed 17 months ago
#58668 closed defect (fixed)
dns-server: Fix netstat on Catalina
Reported by: | mf2k (Frank Schima) | Owned by: | essandess (Steve Smith) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | catalina | Cc: | kencu (Ken), tobypeterson, raimue (Rainer Müller) |
Port: | dns-server |
Change History (7)
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Summary: | dns-server: Fix netstate on Catalina → dns-server: Fix netstat on Catalina |
---|
comment:2 Changed 5 years ago by essandess (Steve Smith)
comment:3 Changed 5 years ago by mf2k (Frank Schima)
Cc: | kencu tobypeterson raimue added |
---|
comment:4 Changed 5 years ago by jmroot (Joshua Root)
The objectionable part is doing all that shelling out just to parse the portfile. It would be acceptable if it only happened when installing.
comment:5 Changed 5 years ago by essandess (Steve Smith)
comment:6 Changed 5 years ago by essandess (Steve Smith)
comment:7 Changed 17 months ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
@mf2k @kencu @tobypeterson @raimue
Following up on the discussion at https://github.com/macports/macports-ports/pull/4713 here.
The 10.15 netstat issue is part of the larger issue of how to access network information on install.
Would you all please offer feedback on these
Portfile
design questions?please-edit-the-named-db-configuration-yourself.com
with IP address192.168.0.2
or10.0.1.2
. Should this port use fixed variables for the example setup and do away with the network discovery shell stuff entirely?netstat
and the like, that will necessitate a macOS-version-specific block for these calls. What's the MacPorts Way of doing this?netstat
, I don't see the benefit of string handling within tcl rather than just a fewsed
calls.