Modified: branches/release_2_3/base/src/package1.0/portarchivefetch.tcl (140688 => 140689)
--- branches/release_2_3/base/src/package1.0/portarchivefetch.tcl 2015-09-30 06:26:04 UTC (rev 140688)
+++ branches/release_2_3/base/src/package1.0/portarchivefetch.tcl 2015-09-30 06:27:47 UTC (rev 140689)
@@ -284,7 +284,7 @@
}
return 0
}
- if {[info exists ports_binary_only] && $ports_binary_only eq "yes"} {
+ if {([info exists ports_binary_only] && $ports_binary_only eq "yes") || [_archive_available]} {
return -code error "archivefetch failed for [option subport] @[option version]_[option revision][option portvariants]"
} else {
return 0