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: lang/siod/files/patch-lib

Number of commits found: 4

Wednesday, 27 Nov 2024
11:59 Robert Clausecker (fuz) search for other commits by this committer Author: Mikhail Teterin
lang/siod: resolve new warnings raised by the increasingly-picky clang-19

PR:		282986
commit hash: e1e10aedfb9998dfb21d28c0a9d86c8e07f6539f commit hash: e1e10aedfb9998dfb21d28c0a9d86c8e07f6539f commit hash: e1e10aedfb9998dfb21d28c0a9d86c8e07f6539f commit hash: e1e10aedfb9998dfb21d28c0a9d86c8e07f6539f e1e10ae
Monday, 22 Feb 2021
17:36 mi search for other commits by this committer
Though we were compiling cleanly with clang, using gcc8 picked
up several nits, which might bite this port, when building on
the platforms, where we still use gcc.

Also, when using port-installed gcc8, ${LOCALBASE}/include is
implicitly used to search for headers BEFORE /usr/include. This
may cause gdbm-provided ndbm.h to be picked up instead of the
base version, and we're not ready for that.

The already-built packages should be unaffected, hence, still
no PORTREVISION bump...

Sponsored By: United Marsupials
Original commitRevision:566318 
Wednesday, 17 Feb 2021
18:50 mi search for other commits by this committer
Add support for cpu_usage_limits function -- using {get,set}rlimit(),
which was, until now, believed to be only available on SunOS and
OSF.

Sponsored by:	United Marsupials
Original commitRevision:565788 
03:00 mi search for other commits by this committer
Upgrade from circa 2000 to circa 2014 code. Unfortunately, upstream
are somewhat sloppy about releases -- and do not publish versioned
files. I'm calling this one 3.6.2, because that's the last version
found in the change log.

The new build uses bsd.lib.mk and bsd.prog.mk -- in order to:
	a) build shared libraries cleanly;
	b) stand a chance of working on the hardware platforms,
	   where the author never tried it.

The large patches provide for warning-free compiles with WARNS=7 --
tested on FreeBSD-11/amd64.

We now take care to link with libgnuregex.so -- whether from base
or provided by devel/libgnuregex instead of using the bundled
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:565477 

Number of commits found: 4