2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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-05-07 14:06:47 by Chris Pinnock | Files touched by this commit (21) |
Log message:
Add RCS tags
|
2004-05-04 10:23:38 by matthew green | Files touched by this commit (2) |
Log message:
apply the patches from PR#25405: use statvfs if we find <sys/statvfs.h>.
now this builds with -current.
|
2004-04-26 07:34:33 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
No longer used.
|
2004-04-18 19:11:08 by Julio M. Merino Vidal | Files touched by this commit (5) |
Log message:
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-14 22:53:08 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Fixed build problems on Darwin
|
2004-04-04 11:24:58 by Marc Recht | Files touched by this commit (1) |
Log message:
Add "USE_LANGUAGES=c c++" since fam uses c++.
|
2004-03-29 17:39:11 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Patch configure.ac and regenerate the patch for configure instead of
patching configure directly, because this package already has
a patch for configure.ac.
|
2004-03-29 17:12:57 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Include "sys/types.h" in configure test program checking for \
"sun_len"
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-29 00:01:54 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Add files missed in the previous commit.
|