Changes between Initial Version and Version 1 of Ticket #52986
- Timestamp:
- Dec 1, 2016, 2:03:31 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52986 – Description
initial v1 1 1 The 10.6-i386 buildbot avoids building many packages: 2 2 {{{ 3 #! tcl3 #!bash 4 4 if [[ $exclude -eq 0 && "${os_version}" = "10.6" && "${is_64bit_capable}" = "0" ]]; then 5 5 supported_archs=$("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/supported-archs.tcl" "${port}")