MESSAGE -> README.
This commit is contained in:
parent
bc558dbb5b
commit
aa2d28d62c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2011/09/20 21:17:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2011/09/27 08:15:24 ajacoutot Exp $
|
||||
|
||||
# XXX fix building with glib2 >= 2.29 (G_CONST_RETURN is deprecated)
|
||||
CFLAGS += "-DG_CONST_RETURN=const"
|
||||
@ -16,7 +16,7 @@ PKGNAME-server= ${DISTNAME}
|
||||
PKGNAME-python= py-gamin-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 5
|
||||
REVISION-server=16
|
||||
REVISION-server=17
|
||||
REVISION-python=5
|
||||
|
||||
SHARED_LIBS += gamin-1 0.0 # .1.10
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.1.1.1 2009/12/04 08:07:20 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.2 2011/09/27 08:15:24 ajacoutot Exp $
|
||||
@bin libexec/gam_server
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
share/examples/gamin/
|
||||
@sample ${SYSCONFDIR}/gamin/
|
||||
share/examples/gamin/gaminrc
|
||||
|
@ -1,3 +1,9 @@
|
||||
$OpenBSD: README-server,v 1.1 2011/09/27 08:15:24 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Gamin will provide realtime kqueue(2) notifications up to the limit of
|
||||
open file descriptors before falling back to polling. To prevent that,
|
||||
when dealing with large directories, increase the kern.maxfiles
|
Loading…
Reference in New Issue
Block a user