Search results

  1. C

    Iridium Browser

    No, I don't think this is going to happen. In any case, if someone try to port iridium browser to FreeBSD, it *must* be a new port.
  2. C

    Flash - to vuln or not to vuln

    Adobe said that it "encourage content creators to build with new web standards" such as HTML5, rather than Flash. It was announced in its day, but some web designers do not care.
  3. C

    Flash - to vuln or not to vuln

    Yes, ftp/linux-c6-curl has known vulnerabilities % pkg audit linux-c6-curl-7.19.7_9 linux-c6-curl-7.19.7_9 is vulnerable: curl -- Credentials not checked CVE: CVE-2016-0755 WWW: https://vuxml.FreeBSD.org/freebsd/8b27f1bc-c509-11e5-a95f-b499baebfeaf.html 1 problem(s) in the installed packages...
  4. C

    Flash - to vuln or not to vuln

    www/linux-c6-flashplugin11 was removed upstream less -p linux-c6-flashplugin11 /usr/ports/MOVED If you need/want to use flashplugin then install www/linux-flashplayer
  5. C

    Other Automatically create .OBJDIR subdirectories with bmake

    Really? Here you can find a quick tutorial: https://wiki.netbsd.org/examples/basic_unix_programming/ BSD Owl Scripts: https://github.com/michipili/bsdowl
  6. C

    Postgres unsupported frontend protocol

    To read: http://blog.endpoint.com/2015/05/postgres-unsupported-frontend-protocol.html
  7. C

    Solved omxplayer on raspberry pi

    Install misc/raspberrypi-userland which provides bcm_host.h
  8. C

    Palemoon

    It seems that someone tried to port Pale Moon on FreeBSD https://github.com/MoonchildProductions/Pale-Moon/issues/168
  9. C

    man 5 src.conf: Suspect DESCRIPTIONS

    getopt It's worth that you submit a new bug via bugs.freebsd.org to discuss this question.
  10. C

    vlc subtitle error

    % make -C /usr/ports/multimedia/vlc showconfig | grep ASS ASS=on: ASS/SSA subtitle rendering
  11. C

    lightdm

    woodsb02 will take a look at this issue as soon as possible. So you can make things much easier if provide more information.
  12. C

    Solved sdhci_pci0_slot0: Controller Timeout

    Well, add hint.sdhci_pci.0.disabled="1" in /boot/device.hints as a workaround.
  13. C

    Solved sdhci_pci0_slot0: Controller Timeout

    Sure, you need to add hw.sdhci.enable_msi=0 in your empty /boot/loader.conf
  14. C

    Solved sdhci_pci0_slot0: Controller Timeout

    Oops... you're right. It is into /boot directory.
  15. C

    lightdm

    Please, file a new PR via Bugzilla. Provide useful information in your report. Don't hesitate to add any output to identify the problem.
  16. C

    Other Automatically create .OBJDIR subdirectories with bmake

    On FreeBSD, after install devel/bmake you can find the mk files in /usr/local/share/mk directory PROG= sample SRCS= sample0.c sample1.c .include <bsd.prog.mk> https://github.com/lattera/freebsd/blob/master/share/mk/bsd.README
  17. C

    Solved Firefox: no GPU acceleration since 50.0

    It seems related to this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=594876 Hardware acceleration is currently only enabled in Beta/Aurora/Nightly.
  18. C

    Other Automatically create .OBJDIR subdirectories with bmake

    Yes, this feature is used if you use mk-files and set MKOBJDIRS=auto See auto.obj.mk for further details.
  19. C

    Solved Firefox: no GPU acceleration since 50.0

    You can change to cairo instead of skia via about:config preferences gfx.canvas.azure.backends = cairo gfx.content.azure.backends = cairo gfx.canvas.azure.accelerated = true
Back
Top