You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
429 B
Diff
11 lines
429 B
Diff
--- src/bootstrap/bootstrap.py 2022-02-24 14:11:08.000000000 -0500
|
|
+++ src/bootstrap/bootstrap.py 2022-02-24 14:11:49.000000000 -0500
|
|
@@ -989,6 +989,7 @@
|
|
args.append("--locked")
|
|
if self.use_vendored_sources:
|
|
args.append("--frozen")
|
|
+ args.append("--offline")
|
|
if self.get_toml("metrics", "build"):
|
|
args.append("--features")
|
|
args.append("build-metrics")
|