non port: devel/libev/files/patch-Makefile.in |
Number of commits found: 5 |
Saturday, 12 Jul 2025
|
10:19 Nuno Teixeira (eduardo)
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
cf7638c |
Tuesday, 19 Apr 2016
|
08:45 cpm
- 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)
 |
Monday, 17 Aug 2009
|
15:38 vsevolod
Update to 3.8.
Fix C++ header.
 |
Monday, 21 Jan 2008
|
12:04 vsevolod
* Update to 2.01
* Respect -O flags in CFLAGS
Reported by: pav
 |
Tuesday, 18 Dec 2007
|
14:46 vsevolod
Add libev port - fast and simple event loop library, that fixes many libevent
bugs and has many additional features.
 |
Number of commits found: 5 |