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: devel/libev/files/patch-Makefile.in

Number of commits found: 5

Saturday, 12 Jul 2025
10:19 Nuno Teixeira (eduardo) search for other commits by this committer
devel/libev: Unbreak current after inotify add

After inotify was added to main, if condition bellow leads to build error
related to missing (linux) statfs.h header.

Fix it by adjusting correct headers:

 #if EV_USE_INOTIFY
-# include <sys/statfs.h>
+# include <sys/mount.h>
 # include <sys/inotify.h>

While here, refresh patches.

Approved by:	portmgr (blanket, build fix)
Sugested by:	markj
See
also;	https://lists.freebsd.org/archives/dev-commits-src-all/2025-July/057269.html
commit hash: cf7638ce9d71b857f12bdc87b768cc2466d849d4 commit hash: cf7638ce9d71b857f12bdc87b768cc2466d849d4 commit hash: cf7638ce9d71b857f12bdc87b768cc2466d849d4 commit hash: cf7638ce9d71b857f12bdc87b768cc2466d849d4 cf7638c
Tuesday, 19 Apr 2016
08:45 cpm search for other commits by this committer
- Update to 4.22
- Fix WWW in pkg-descr
- Regenerate patches using 'make makepatch'

Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_22

PR:		208775
Approved by:	vsevolod (maintainer), junovitch (mentor)
Original commitRevision:413628 
Monday, 17 Aug 2009
15:38 vsevolod search for other commits by this committer
Update to 3.8.
Fix C++ header.
Original commit
Monday, 21 Jan 2008
12:04 vsevolod search for other commits by this committer
* Update to 2.01
* Respect -O flags in CFLAGS

Reported by: pav
Original commit
Tuesday, 18 Dec 2007
14:46 vsevolod search for other commits by this committer
Add libev port - fast and simple event loop library, that fixes many libevent
bugs and has many additional features.
Original commit

Number of commits found: 5