1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/Mk/Scripts
Mathieu Arnold 3642a3436f Fix proxydeps QA check when multiple flavor of a package are installed.
Previously it would do this:

$ pkg which -q -o /usr/local/lib/libphonon4qt5.so
multimedia/phonon
$ pkg pkg annotate -q -S multimedia/phonon flavor
qt4
qt5

And that would break things in an interesting way.

This changes makes it use the package name of the required file, which
is unique.

Note that this problem would probably only ever happen on a live system.
I was not able to find a single port that would trigger this it in a
clean environment (poudriere testport).

PR:		231332
Submitted by:	dbn
2019-01-11 12:50:51 +00:00
..
actual-package-depends.sh
cargo-crates.awk
check_leftovers.sh Extract PLIST_SUB substitutions into a sed script. 2018-07-26 11:09:46 +00:00
check-desktop-entries.sh
check-stagedir.sh Add share/info/*/dir to those files in STAGEDIR to ignore when checking 2018-11-10 23:55:42 +00:00
check-vulnerable.sh
checksum.sh
create-manifest.sh
depends-list.sh
desktop-categories.sh
dialog4ports.sh
do-depends.sh
do-fetch.sh
do-patch.sh
do-users-groups.sh
find-lib.sh Use full path to file(1) from base as sysutils/file is buggy 2018-10-06 08:19:19 +00:00
functions.sh
generate-symbols.sh
install-desktop-entries.sh
makesum.sh
plist_sub_sed_sort.sh Extract PLIST_SUB substitutions into a sed script. 2018-07-26 11:09:46 +00:00
ports_env.sh
qa.sh Fix proxydeps QA check when multiple flavor of a package are installed. 2019-01-11 12:50:51 +00:00
security-check.awk Convert to readelf. 2018-06-30 08:37:33 +00:00
smart_makepatch.sh