pkgsrc/sysutils/fam
jmmv 0024f4a6f3 Fix location of temporary files, as they were beeing created under / instead
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-04-18 17:11:08 +00:00
..
patches Fix location of temporary files, as they were beeing created under / instead 2004-04-18 17:11:08 +00:00
buildlink2.mk Update to 2.6.10: 2004-02-09 18:14:45 +00:00
buildlink3.mk Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
DESCR
distinfo Fix location of temporary files, as they were beeing created under / instead 2004-04-18 17:11:08 +00:00
Makefile Fix location of temporary files, as they were beeing created under / instead 2004-04-18 17:11:08 +00:00
MESSAGE Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
PLIST Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00