diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-17 19:43:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-17 19:43:39 +0000 |
commit | 2fd9e4926a52c65e45fe52e8a7fad1f6f3f80235 (patch) | |
tree | 30c6810429f72ec8b834a4097d7ab3da57e3ff01 /sysutils/fam/Makefile | |
parent | 418b2eba2e4a93db609d0e9498c36f6c278b2bfb (diff) | |
download | pkgsrc-2fd9e4926a52c65e45fe52e8a7fad1f6f3f80235.tar.gz |
Update fam to 2.6.9. Changes since 2.6.7:
fam-2.6.9
added idle_timeout and nfs_polling_interval options to fam.conf.
[joup@bigfoot.com, wardle@sgi.com] (wardle@sgi.com)
use daemon() as an alternative to _daemonize() to background the
fam process if it is available.
[wardle@sgi.com] (wardle@sgi.com)
allow for different socket structure on FreeBSD and other small
changes to assist FreeBSD build.
[daverufino@btinternet.com, ports@geeksrus.net] (wardle@sgi.com)
fam-2.6.8
#include some standard header files to help build on FreeBSD.
(wardle@sgi.com)
improved group handling from IRIX.
(wardle@sgi.com)
untrusted user's GID is set to NOGROUP if getgrmember() gave FAM
an invalid or inconsistent GID.
(wardle@sgi.com)
should now handle strerror returning null.
(wardle@sgi.com)
initalize libtool earlier in the configure process to avoid binaries
being created with a .C extension on some systems.
[alexl@redhat.com] (wardle@sgi.com)
added libstdc++ to linker flags to make libfam always build as a
C++ library.
(wardle@sgi.com)
added CLEANFILES make target.
(wardle@sgi.com)
/etc/mtab (or equivalent) is now opened read-only.
(wardle@sgi.com)
Approved by wiz.
Diffstat (limited to 'sysutils/fam/Makefile')
-rw-r--r-- | sysutils/fam/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile index a63e761ff87..059ecd527e6 100644 --- a/sysutils/fam/Makefile +++ b/sysutils/fam/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/10/02 22:30:59 dillo Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/17 19:43:39 jmmv Exp $ # -DISTNAME= fam-2.6.7 +DISTNAME= fam-2.6.9 CATEGORIES= sysutils devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \ ftp://ftp.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://oss.sgi.com/projects/fam/ COMMENT= File Alteration Monitor +USE_BUILDLINK2= YES USE_GMAKE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |