summaryrefslogtreecommitdiff
path: root/sysutils/fam/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-03-28Update fam to 2.7.0. Fixes the following PR's:minskim1-5/+4
- 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)
2002-12-17Update fam to 2.6.9. Changes since 2.6.7:jmmv1-2/+3
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-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-05-12Initial import of fam-2.6.7, a file alteration monitor.rh1-0/+13