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: games/netradiant/files/patch-radiant_treemodel.cpp

Number of commits found: 2

Wednesday, 22 Apr 2015
21:50 amdmi3 search for other commits by this committer
- Fix build on 64 bit architectures (cast from pointer to int loses precision)
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Original commitRevision:384522 
Saturday, 18 Apr 2015
16:39 danfe search for other commits by this committer
- Clang insists that reference cannot be bound to dereferenced null pointer
  in well-defined C++ code (that is correct) and evaluates comparisons like
  &foo == 0 to false, which breaks NetRadiant; "fix" this with a dirty hack
  by casting those "bad" references to a local volatile int variable (since
  NetRadiant is based on GtkRadiant 1.5 codebase, this is the same bug that
  was fixed in r384239; patches are slightly different though)
- While here, make a comment more accurate, and bump port revision
Original commitRevision:384240 

Number of commits found: 2