grahamperrin

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

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