summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-aa
AgeCommit message (Collapse)AuthorFilesLines
2007-07-08Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports.minskim1-3/+3
This fixes PR 36346.
2004-12-09Patches added recently for Solaris don't work on Linux, because theyminskim1-3/+3
include headers which are unavailable on Linux. Modify the patches so that those headers are included only when they are found by configure.
2004-11-19Various fixes/cleanups to get this package compiling on Solaris:sketch1-2/+2
+ Use the mnttab(4) interface instead of mntent. + C++ syntax cleanups to appease the SunPro compiler. + Use MAXPATHLEN instead of NAME_MAX which can be unimplemented on strict POSIX systems. + Use POSIX inttypes.h if BSD types are not available. + RPC includes and C++ namespace fixes. + Use dirent(3) instead of older sys/dir.h interface. + Avoid `sun' namespace collision. Patch based on the work of Robert Lillack and others, described in http://mail-index.netbsd.org/tech-pkg/2004/08/20/0005.html and tested with SunPro and gcc.
2004-04-18Fix location of temporary files, as they were beeing created under / insteadjmmv1-3/+9
of /tmp! If you have been using GNOME, you may want to 'rm -f /.fam*' to clean them up. The problem is caused by two different issues, related to a call to tempnam: - The code uses a HAVE_UNSETENV define to check if the unsetenv function is available; however, the configure script does not check for it, so unsetenv is never used. Fix the configure script to check for unsetenv. - If unsetenv is not available, it does putenv("TMPDIR=") before calling tempnam. The code expects that this call *unsets* the variable from the environment (which happens in Linux), but instead it is *set* to an empty value, causing the creation of files in the root directory. Fix this by explicitly setting TMPDIR to /tmp. Bump PKGREVISION to 1.
2004-03-29Patch configure.ac and regenerate the patch for configure instead ofminskim1-3/+4
patching configure directly, because this package already has a patch for configure.ac.
2004-03-28Add files missed in the previous commit.minskim1-0/+23
2004-02-09Update to 2.6.10:jmmv1-13/+0
- 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.
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