pkg query doesn't work as expected: #pkg query -e '%q = freebsd:10:x86:64' '%o: %q' <nothing found> # pkg query -e '%q = FreeBSD:10:amd64' '%o: %q' dns/adns: freebsd:10:x86:64 ...
It seems '%q' means abi for evaluations, but arch for queries. # pkg info -R adns ... abi = "FreeBSD:10:amd64"; arch = "freebsd:10:x86:64"; ... According to the man page it should be Architecture in both cases. _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"