2005-12-03 00:53:42 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
de-extern-errno
|
2005-07-19 21:01:03 by Greg Troxel | Files touched by this commit (2) |
Log message:
Note that this is the old version of guile.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message:
Add RMD160 digests
|
2004-11-30 19:17:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
To be on the safe side, bump PKGREVISION for previous.
|
2004-11-30 18:57:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Set PTHREAD_AUTO_VARS to make this link
against libpthread again after
recent pthread.bl3.mk rototillage. From jlam.
|
2004-11-21 15:16:49 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Include mk/pthread.buildlink3.mk so that linking with libguile works
on NetBSD 1.6 too.
|
2004-11-12 07:39:21 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
|
2004-10-15 16:50:07 by Todd Vierling | Files touched by this commit (35) |
Log message:
Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
|