comparison bin/check-ports @ 45:1066c046c93b

In default and short mode (-s): print always packages from the "unknown-repository"
author Franz Glasner <hg@dom66.de>
date Wed, 22 Nov 2017 09:24:11 +0100
parents ace5d471abbd
children dfcbe14615b0
comparison
equal deleted inserted replaced
44:094324510aa2 45:1066c046c93b
176 exit 1 176 exit 1
177 fi 177 fi
178 get_remote_repo_data ${LOCAL_REPO} ${_installed_name} 178 get_remote_repo_data ${LOCAL_REPO} ${_installed_name}
179 get_remote_repo_data ${LOCALBSDPORTS_REPO} ${_installed_name} 179 get_remote_repo_data ${LOCALBSDPORTS_REPO} ${_installed_name}
180 get_remote_repo_data ${FREEBSD_REPO} ${_installed_name} 180 get_remote_repo_data ${FREEBSD_REPO} ${_installed_name}
181 if [ \( -n "${alldata_flag}" \) -o \( "${llabel}" != '?' -a "${llabel}" != '=' \) -o \( "${remote_FreeBSD_label}" != '?' -a "${remote_FreeBSD_label}" != '=' \) -o \( "${remote_LocalBSDPorts_label}" != '?' -a "${remote_LocalBSDPorts_label}" != '=' \) -o \( "${remote_LocalRepo_label}" != '?' -a "${remote_LocalRepo_label}" != '=' \) ] ; then 181 if [ \( -n "${alldata_flag}" \) -o \( \( "${llabel}" != '?' -a "${llabel}" != '=' \) -o \( "${remote_FreeBSD_label}" != '?' -a "${remote_FreeBSD_label}" != '=' \) -o \( "${remote_LocalBSDPorts_label}" != '?' -a "${remote_LocalBSDPorts_label}" != '=' \) -o \( "${remote_LocalRepo_label}" != '?' -a "${remote_LocalRepo_label}" != '=' \) \) -o \( "${repository}" = "${PORTS_DIRECT_INSTALLED_REPO}" \) ]; then
182 _print_detail="" 182 _print_detail=""
183 if [ -n "${short_flag}" ]; then 183 if [ -n "${short_flag}" ]; then
184 # 184 #
185 # NOTE: -s and -A/-a are incompatible: so "alldata_XXX" needs not 185 # NOTE: -s and -A/-a are incompatible: so "alldata_XXX" needs not
186 # to be checked! 186 # to be checked!