From 749f32995749fc038e1f2e4466fc534006d632df Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 1 Jan 2012 22:31:17 -0600 Subject: [PATCH] script/makepkg: avoid configuring anything for portmaster install, since it is only used to fix up dependency information --- script/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makepkg b/script/makepkg index 60754b0..492a0e3 100755 --- a/script/makepkg +++ b/script/makepkg @@ -430,7 +430,7 @@ port_load_deps() { cp -f "${final_bdeps_dir}/${portmaster}.tbz" "${bdeps_dir}" 2>/dev/null && meh "Loading ${portmaster}" else meh "No portmaster package exists; building one" - chmake "${portmaster_port}" clean build install clean || wtf "port_build ${portmaster_port} failed" + chmake "${portmaster_port}" BATCH=yes clean build install clean || wtf "port_build ${portmaster_port} failed" fi # And now for the dependencies -- 2.45.0