aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/pkg-message
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-02 14:51:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-02 14:51:07 +0000
commitd3d05ef3397e41486adc93228096c9b3ab0d33b0 (patch)
tree5fd18f43ecfc05870a354ffe0e6114db1dc75df7 /www/firefox/pkg-message
parent3cfafb6721d7575f0904a0242ea149254820511c (diff)
downloadports-d3d05ef3397e41486adc93228096c9b3ab0d33b0.tar.gz
ports-d3d05ef3397e41486adc93228096c9b3ab0d33b0.zip
www/firefox: restore paragraph separators after r508913
Each paragraph here must be separated as the text flow is independent. Give up and convert to Markdown which is readable as is.
Notes
Notes: svn path=/head/; revision=510799
Diffstat (limited to 'www/firefox/pkg-message')
-rw-r--r--www/firefox/pkg-message41
1 files changed, 22 insertions, 19 deletions
diff --git a/www/firefox/pkg-message b/www/firefox/pkg-message
index 40f9dd50773b..9e9c9dc00cfa 100644
--- a/www/firefox/pkg-message
+++ b/www/firefox/pkg-message
@@ -1,7 +1,10 @@
[
{ type: install
message: <<EOM
-Some features available on other platforms are not implemented:
+## Missing features
+
+Some features found on Windows, macOS and Linux are not implemented:
+
- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio)
- Encrypted Media Extensions (requires Widevine CDM binary)
- Process sandboxing (requires Capsicum backend)
@@ -11,35 +14,35 @@ Some features available on other platforms are not implemented:
- Gamepad API (requires libusbhid backend)
- WebVR (requires open source runtime)
- TCP fast open
-- about:networking (requires link state notification)
-
-
-
-On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741.
-If you cannot upgrade try applying the following workaround:
+- `about:networking` (requires link state notification)
-$ sysctl net.local.stream.recvspace=16384
+## Crashes on FreeBSD 11.2
+Web Content process may frequently crash due to a [kernel bug].
+Either upgrade to FreeBSD 11.3 or try the following workaround:
+ $ sysctl net.local.stream.recvspace=16384
-To select non-default audio backend open about:config page and create
-media.cubeb.backend preference. Supported values are: alsa, jack,
-pulse, pulse-rust, sndio. Currently used backend can be inspected
-on about:support page.
+[kernel bug]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741
+## Audio backend
+To select non-default audio backend open `about:config` page and
+create `media.cubeb.backend` preference. Supported values are: `alsa`,
+`jack`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be
+inspected on `about:support` page.
-smb:// issues (Gvfs/GIO option):
+## smb:// issues
Network group, machine, and share browsing does not work correctly.
-sftp:// (Gvfs/GIO option):
-Only sftp access using public key authentication works. To easily
-setup public key authentication to "remote_host":
+## sftp://
+Only sftp access using public key authentication works. To easily
+setup public key authentication to `remote_host`:
-ssh-keygen
-cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
+ $ ssh-keygen
+ $ cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
-The SSH server on remote_host must allow pub key authentication.
+The SSH server on `remote_host` must allow pub key authentication.
EOM
}
]