maintainer-feedback requested: [Bug 285470] ports-mgmt/pkg: strange query output
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 285470] ports-mgmt/pkg: strange query output"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 14:18:32 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg (Nobody) <pkg@FreeBSD.org> for maintainer-feedback: Bug 285470: ports-mgmt/pkg: strange query output https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285470 --- Description --- Scenario: - FreeBSD stable/14 - ports latest - amongst others, installed the following libreoffice ports: . editors/libreoffice . editors/libreoffice-i18n . editors/libreoffice-it . german/libreoffice . french/libreoffice . portuguese/libreoffice - Running the command 'pkg query %n-%v editors/libreoffice' Result: - The following output appears: [0]# pkg query %n-%v editors/libreoffice de-libreoffice-25.2.1.2 fr-libreoffice-25.2.1.2 libreoffice-25.2.1.2_1 pt-libreoffice-25.2.1.2 [0]# Expected result: [0]# pkg query %n-%v editors/libreoffice libreoffice-25.2.1.2_1 [0]# Scenario (continued): - Running the following command: 'pkg query %t editors/libreoffice' Result: - The following output appears: [0]# pkg query %t editors/libreoffice 1742130942 1742130965 1742121409 1742130971 [0]# Expected result: [0]# pkg query %t editors/libreoffice 1742121409 [0]# Scenario (continued): - Running the following command: 'pkg query %o\ %t editors/libreoffice' Result: - The following output appears: [0]# pkg query %o\ %t editors/libreoffice german/libreoffice 1742130942 french/libreoffice 1742130965 editors/libreoffice 1742121409 portuguese/libreoffice 1742130971 [0]# Expected result: [0]# pkg query %o\ %t editors/libreoffice editors/libreoffice 1742121409 [0]# Scenario (continued): - Running the following command: 'pkg query %rn-%rv editors/libreoffice' Result: - The following output appears: [0]# pkg query %rn-%rv editors/libreoffice libreoffice-i18n-25.2.1.2 libreoffice-i18n-25.2.1.2 pt-libreoffice-25.2.1.2 fr-libreoffice-25.2.1.2 de-libreoffice-25.2.1.2 it-libreoffice-25.2.1.2 libreoffice-i18n-25.2.1.2 [0]# Expected result: [0]# pkg query %rn-%rv editors/libreoffice pt-libreoffice-25.2.1.2 fr-libreoffice-25.2.1.2 de-libreoffice-25.2.1.2 it-libreoffice-25.2.1.2 [0]# Note: This is probably all due to using portmaster instead of poudriere; if so, please just close this issue. -- Martin