Recent comments on the topic:
https://lists.freebsd.org/pipermail/freebsd-current/2017-June/066372.html
https://lists.freebsd.org/pipermail/freebsd-hardware/2017-June/007866.html
Yes, this issue is caused by the new ConfigArgParse-0.12.0
Have you tried this fix?
https://github.com/certbot/certbot/commit/7cbbf20b0c5003f9bd500249278034fae889168d
Note that issues affecting the FreeBSD Ports Collection are covered separately in the FreeBSD VuXML document.
In this case, latest SA entries only impact to /usr/src
https://www.freebsd.org/security/#advisories
See the references on the wiki page:
https://wiki.freebsd.org/Laptops/Thinkpad_X260
It seems that the Fn keys don't really work up to now but you can tinker with acpi_ibm and acpi_video to enable the brightness control.
If you have gksu installed it is possible to create a script to open caja as root.
Create 'Open caja as root' script in .config/caja/scripts directory
#!/bin/sh
gksu caja $NAUTILUS_SCRIPT_CURRENT_URI
To setup an executable permission on file:
chmod +x .config/caja/scripts/Open\ caja\ as\ root...
To build with LLVM 3.9, change your /etc/make.conf this way:
CC=clang39
CXX=clang++39
CPP=clang-cpp39
Read https://wiki.freebsd.org/PortsAndClang#Quickstart for further details.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.