summaryrefslogtreecommitdiff
path: root/sysutils/fam
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29Patch configure.ac and regenerate the patch for configure instead ofminskim3-9/+11
patching configure directly, because this package already has a patch for configure.ac.
2004-03-29Include "sys/types.h" in configure test program checking for "sun_len"tron2-4/+5
in "struct sockaddr_in" to fix compile failure which causes incorrect auto configuration and later build failures under NetBSD 1.6.2_STABLE.
2004-03-28Add files missed in the previous commit.minskim3-0/+49
2004-03-28Update fam to 2.7.0. Fixes the following PR's:minskim19-786/+269
- PR pkg/23017 - PR pkg/23495 - PR pkg/23496 - PR pkg/24578 The patches for 23017 and 24578 were provided by reed@. Although rh@ suspended PR 23017 saying that pkgsrc does not support installation to /usr, this still needs to be fixed because the same problem occurs even when LOCALBASE != /usr. Changes since 2.6.10: Changed NOGROUP usage in src/Cred.c++ to -1 as NOGROUP is not defined in IRIX. (mraymond@sgi.com) removed const modifier from Scheduler.h to fix GCC 3.x build. (wardle@sgi.com) created new GNU autotools files: - test whether we have IMon rather than testing OS. - test whether we have sockaddr length members rather than testing OS. - install daemon in sbin rather than bin. - install manual pages in typical GNU/Linux sections. - rename daemon to famd. - rename fam source directory to src. - rename libfam source directory to lib. - remove editconf and util subdirectory. - remove rpm target and build subdirectory. - remove support target and subdirectory. [wardle@sgi.com] (wardle@sgi.com) fixed warnings about typenames in BTree.h. (wardle@sgi.com)
2004-03-22fam is "File Alteration Monitor", not "File Alternation Monitor".minskim1-2/+2
2004-03-21The configure script defines HAVE_STATVFS as 0 on non-IRIX platforms,minskim2-4/+399
regardless of the result of sys/statvfs.h availability test. It results in two definitions of HAVE_STATVFS in confdefs.h. Check the availability of sys/statvfs.h only on IRIX platforms to ensure that HAVE_STATVFS is defined at most once.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-2/+24
2004-02-09Update to 2.6.10:jmmv13-260/+242
- removed const from Scheduler.h to fix GCC 3 build. - use GID_NOBODY if NOGROUP is undefined to build on SysV-like operating systems including IRIX. Changes in the package: - Install configuration file in place. - Tell the user how to setup and enable FAM.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-08Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv1-1/+3
2002-12-17Update fam to 2.6.9. Changes since 2.6.7:jmmv14-184/+93
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.
2002-10-09Unused.wiz1-38/+0
2002-10-02get rid of autoconf build dependency by patching configuredillo3-7/+182
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam28-27/+47
buildlink2.mk files back into the main trunk.
2002-07-02Add RCS Id.wiz1-1/+1
2002-05-12Add buildlink.mkrh1-0/+38
2002-05-12Initial import of fam-2.6.7, a file alteration monitor.rh27-0/+757