notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: misc/linm/files/patch-lib_mlsdialog.h

Number of commits found: 1

Thursday, 30 Aug 2018
12:10 tobik search for other commits by this committer
misc/linm: Fix build with Clang 6

In file included from mlsdialog.cpp:1:
./mlsdialog.h:30:10: error: cannot initialize return object of type 'void *'
with an rvalue of type 'bool'
                return false;
                       ^~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/linm-0.8.1.1_5.log

- Fix build on 12.0 too; it fails to link and seems to want iconv
  from ports for the //TRANSLIT extension

/usr/bin/ld: error: undefined symbol: libiconv_open
>>> referenced by mlslocale.cpp
>>>               mlslocale.o:(MLSUTIL::code_convert(char const*, char const*,
char const*)) in archive ../../lib/libmlscommon.a
Original commitRevision:478443 

Number of commits found: 1