Tag: freebsd
-
Unzip files with unicode names
In case normal unzip can’t handle them properly (I was unable to make it do it properly) use 7 zip instead (package p7zip) – command to use is7z x path_to_zip
-
If Java applets don’t work after installing IcedTea
Obviously plugin has to be enabled when building IcedTea. Apparently some systems (like iLo) can’t use java web start with OpenJDK. For them applets have to be used but by default they won’t open in Firefox – for iLo to work without surprises it is necessary to choose “always activate” for java plugin (Tools >…
-
Mono 4.8.1 with TLS 1.2 on FreeBSD
TLS 1.2 is not enabled in default version of Mono 4.8.1 port for FreeBSD. To enable it several changes are needed:Index: Makefile===================================================================— Makefile (revision 445025)+++ Makefile (working copy)@@ -45,7 +45,8 @@mono:ikdasm:e4deabf:8/external/ikdasm \mono:ikvm-fork:367864e:9/external/ikvm \mono:reference-assemblies:6c77197:10/external/binary-reference-assemblies \- mono:rx:b29a4b0:11/external/rx+ mono:rx:b29a4b0:11/external/rx \+ mono:boringssl:c06ac6b:12/external/boringssl USES= autoreconf bison compiler:c11 cpe gettext gmake iconv libtool pathfix \perl5 python shebangfix tar:bzip2@@ -55,7 +56,7 @@USE_LDCONFIG=…
-
MATE 1.12.1 and FreeBSD 10.3
One place to put all little tweaks to make it work better with FreeBSD.
-
Too much antialiasing when rendering fonts with new freetype2
In case there is too much antialiasing there it can be reverted to old behavior by setting environment variable FREETYPE_PROPERTIES to truetype:interpreter-version=35 (port gives suggestion of using “truetype:interpreter-version=35 cff:no-stem-darkening=1 autofitter:warping=1” but for me these extra options make no difference). More about available options can be found in freetype2 documentation (/usr/local/share/doc/freetype2/reference/ft2-toc.html section “Controlling FreeType Modules“, if…
-
Unbound without DNSSEC on FreeBSD 10
After initial installation according to instructions in handbook, you have to edit /var/unbound/unbound.conf and to add module-config: “iterator” to server section there, so it looks similar toserver: username: unbound directory: /var/unbound chroot: /var/unbound pidfile: /var/run/local_unbound.pid auto-trust-anchor-file: /var/unbound/root.key module-config: “iterator”