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 is 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: graphics/libprojectm/files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp

Number of commits found: 1

Tuesday, 4 Dec 2018
05:38 yuri search for other commits by this committer
graphics/libprojectm: fix build with GCC-based architectures

There are two issues here:
1. GLM requires at least GCC 4.7, base has 4.2. Add USES=compiler:c++11-lang to
solve it.
2. the port uses typedefs from sys/types.h, but those are not included by
default by GCC.

PR:		233748
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:486584 

Number of commits found: 1