grahamperrin

`pkg rquery %M` maybe not working with (old) FreeBSD-CURRENT

Nov 5th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% date ; uname -v
  2. Sun 5 Nov 2017 05:31:28 GMT
  3. FreeBSD 12.0-CURRENT #0 r320869: Mon Jul 10 13:57:55 UTC 2017 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC
  4. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg rquery -r area51 %m firefox
  5. gecko@FreeBSD.org
  6. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg rquery -r area51 %M firefox
  7.  
  8. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg rquery -r FreeBSD %m firefox
  9. gecko@FreeBSD.org
  10. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg rquery -r FreeBSD %M firefox
  11.  
  12. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg info pkg
  13. pkg-1.10.99.5
  14. Name : pkg
  15. Version : 1.10.99.5
  16. Installed on : Fri Sep 22 09:27:23 2017 BST
  17. Origin : ports-mgmt/pkg-devel
  18. Architecture : FreeBSD:12:amd64
  19. Prefix : /usr/local
  20. Categories : ports-mgmt
  21. Licenses : BSD2CLAUSE
  22. Maintainer : pkg@FreeBSD.org
  23. WWW : http://wiki.freebsd.org/pkgng
  24. Comment : Package manager
  25. Shared Libs provided:
  26. libpkg.so.4
  27. Annotations :
  28. repo_type : binary
  29. repository : area51
  30. Flat size : 34.8MiB
  31. Description :
  32. Package management tool
  33.  
  34. WWW: http://wiki.freebsd.org/pkgng
  35. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg info firefox | grep Installed
  36. Installed on : Sun Nov 5 04:50:20 2017 GMT
  37. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg query %M firefox
  38. Always:
  39. ======================================================================
  40.  
  41. Some features available on other platforms are not implemented:
  42. - Native audio (OSS backend is incomplete, doesn't support WebRTC)
  43. - Encrypted Media Extensions (requires Widevine CDM binary)
  44. - Process sandboxing (requires Capsicum backend)
  45. - Reduced memory usage (requires mozjemalloc)
  46. - Performance profiling (requires GeckoProfiler)
  47. - Gamepad API (requires libusbhid backend)
  48. - WebVR (requires open source runtime)
  49. - U2F Security Keys (requires libusbhid backend)
  50.  
  51. ======================================================================
  52.  
  53. To select non-default audio backend open about:config page and create
  54. media.cubeb.backend preference. Supported values are: alsa, jack,
  55. pulse, pulse-rust, oss, sndio. Currently used backend can be inspected
  56. on about:support page.
  57.  
  58. ======================================================================
  59.  
  60. smb:// issues (Gvfs/GIO option):
  61. Network group, machine, and share browsing does not work correctly.
  62.  
  63. sftp:// (Gvfs/GIO option):
  64. Only sftp access using public key authentication works. To easily
  65. setup public key authentication to "remote_host":
  66.  
  67. ssh-keygen
  68. cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
  69.  
  70. The SSH server on remote_host must allow pub key authentication.
  71.  
  72. ======================================================================
  73.  
  74. Any bug reports should be addressed to the maintainers at:
  75. gecko@FreeBSD.org
  76. You may also Cc: freebsd-ports@FreeBSD.org. Please do not send
  77. bug reports to any other addresses.
  78.  
  79. Please include the following information with any bug report:
  80. * Output from 'uname -a'.
  81. * Output from 'ident /usr/ports/www/firefox/Makefile'
  82. * Where/when did the problem occur: configuring, building, or
  83. running firefox
  84. * How can you reproduce the problem?
  85.  
  86. Thank you for your help in testing and reporting bugs, and we hope you
  87. enjoy using Firefox.
  88. The Maintainers (gecko@)
  89. ======================================================================
  90.  
  91. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% date ; uname -v ; pkg rquery %M firefox
  92. Sun 5 Nov 2017 05:37:00 GMT
  93. FreeBSD 12.0-CURRENT #0 r320869: Mon Jul 10 13:57:55 UTC 2017 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC
  94.  
  95.  
  96.  
  97. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% date ; uname -v ; pkg rquery %M firefox-i18n
  98. Sun 5 Nov 2017 05:37:03 GMT
  99. FreeBSD 12.0-CURRENT #0 r320869: Mon Jul 10 13:57:55 UTC 2017 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC
  100.  
  101. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~% pkg -vv | grep -A 100 Repositories
  102. Repositories:
  103. FreeBSD: {
  104. url : "pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest",
  105. enabled : yes,
  106. priority : 0,
  107. mirror_type : "SRV",
  108. signature_type : "FINGERPRINTS",
  109. fingerprints : "/usr/share/keys/pkg"
  110. }
  111. area51: {
  112. url : "http://meatwad.mouf.net/rubick/poudriere/packages/head-amd64-kde",
  113. enabled : yes,
  114. priority : 5
  115. }
  116. poudriere: {
  117. url : "file:///usr/local/poudriere/data/packages/current-freebsd-ports-kde",
  118. enabled : yes,
  119. priority : 7,
  120. mirror_type : "SRV"
  121. }
  122. trueos-base: {
  123. url : "http://pkg.cdn.trueos.org/unstable/amd64-base/",
  124. enabled : no,
  125. priority : 0
  126. }
  127. trueos-packages: {
  128. url : "http://pkg.cdn.trueos.org/packages/unstable/amd64/",
  129. enabled : no,
  130. priority : 0
  131. }
  132. [grahamperrin@momh167-gjp4-hpelitebook8570p-freebsd] ~%
Add Comment
Please, Sign In to add comment