pkgsrc/sysutils/fam/patches
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
..
patch-aa Fix location of temporary files, as they were beeing created under / instead 2004-04-18 17:11:08 +00:00
patch-ab Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-ac Add files missed in the previous commit. 2004-03-28 22:01:54 +00:00
patch-ad Add files missed in the previous commit. 2004-03-28 22:01:54 +00:00
patch-ae Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-af Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-ag Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-ah Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-ai Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-aj Fix location of temporary files, as they were beeing created under / instead 2004-04-18 17:11:08 +00:00
patch-ak Fixed build problems on Darwin 2004-04-14 20:53:08 +00:00
patch-ao Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-ap Fixed build problems on Darwin 2004-04-14 20:53:08 +00:00
patch-au Update fam to 2.7.0. Fixes the following PR's: 2004-03-28 22:00:04 +00:00
patch-ax Fix location of temporary files, as they were beeing created under / instead 2004-04-18 17:11:08 +00:00