1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
# ChangeLog for app-admin/gamin
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.10 2004/09/21 20:35:57 azarah Exp $
*gamin-0.0.10 (21 Sep 2004)
21 Sep 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.10-HAVE_LINUX-and-ENABLE_DNOTIFY-cleanup.patch,
+gamin-0.0.10.ebuild:
Update version. Add a patch that does:
- Use ENABLE_DNOTIFY (instead of #ifdef linux) in gam_server.c
to include gam_dnotify.h and init the dnotify backend, else
we get link errors if we build with inotify support, as
gam_dnotify.o was not build
(./configure --enable-inotify --disable-kernel).
- Use '#ifdef HAVE_LINUX' instead of '#ifdef linux', as this
is what is defined in config.h if we are building for linux.
I might be wrong here, but I think 'linux' gets defined by
gcc ...
- Actually build dnotify backend again if --enable-inotify was
passed, but not --disable-kernel.
*gamin-0.0.9 (16 Sep 2004)
16 Sep 2004; <spider@gentoo.org> +gamin-0.0.9.ebuild:
Updated version that doesn't cause 100% cpu lockups on my machines. Inotify
merged into upstream, removed patches.
03 Sep 2004; David Holm <dholm@gentoo.org> gamin-0.0.7.ebuild:
Added to ~ppc.
*gamin-0.0.7 (25 Aug 2004)
25 Aug 2004; Martin Schlemmer <azarah@gentoo.org> +gamin-0.0.7.ebuild:
Update version.
24 Aug 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.6-quiet-inotify-warning.patch, gamin-0.0.6-r2.ebuild:
Only complain about failing to open inotify node if debug is enabled.
*gamin-0.0.6-r2 (24 Aug 2004)
24 Aug 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.6-actually-enable-inotify-support.patch,
+gamin-0.0.6-r2.ebuild:
Sources is using wrong DEFINE to check if INotify should be enabled.
*gamin-0.0.6-r1 (23 Aug 2004)
23 Aug 2004; Martin Schlemmer <azarah@gentoo.org>
+files/gamin-0.0.6-inotify_h-include.patch,
+files/gamin-0.0.6-runtime-backend-select.patch, +files/inotify-0.8.1.h,
+gamin-0.0.6-r1.ebuild:
Add runtime-backend-select.patch to select between inotify/dnotify/poll at run
time. Add inotify header, and fixup build to use a local copy.
*gamin-0.0.6 (19 Aug 2004)
19 Aug 2004; Martin Schlemmer <azarah@gentoo.org> +metadata.xml,
+gamin-0.0.6.ebuild:
Initial version.
|