2007-11-11 12:35:51 by Martti Kuparinen | Files touched by this commit (14) |
Log message:
Added commented-out LICENSE=something.
|
2007-10-07 15:59:43 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix patchsums.
|
2007-10-07 14:32:00 by Joerg Sonnenberger | Files touched by this commit (4) | |
Log message:
Restore basename override to get the name of the real compiler for the
decision making in libtool. This was lost during the update and broke
the build of shared C++ libraries with SunPro on Solaris. Bump revision
of libtool-base.
Noticed by salo and dmcmahill, tested by dmcmahill.
|
2007-09-15 14:11:46 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Update to libtool 1.5.24:
- fix regression on DragonFly [patched before]
- don't remove paths to uninstalled libs [patched before]
- initial support for Sun compilers on Linux
- better suport for GNU/kNetBSD and GNU/kFreeBSD
- fixes for GCC multilib on x86_64 and similiar system.
- documentation for --tag.
- getconf ARG_MAX is used to find maximum argument length.
|
2007-04-18 18:31:18 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Use "nm -p" to extract symbol table on HP-UX. ok joerg@
|
2007-04-04 20:09:23 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Take maintainership.
|
2007-04-04 16:42:45 by Todd Vierling | Files touched by this commit (1) |
Log message:
Reassign to tech-pkg@. (Not pkgsrc-users@. This is a critical pkgsrc
component tool, so a more direct communication route is warranted for
inquiries about this specific package.)
|
2006-12-15 20:27:24 by Todd Vierling | Files touched by this commit (1) |
Log message:
Remove warning about libtool using an unreleased version of autoconf. The
released version of autoconf now in pkgsrc (2.61) is new enough to work.
|
2006-12-15 12:28:52 by Dan McMahill | Files touched by this commit (5) |
Log message:
In the libtool configure script, the basename of the compiler is used
to make decisions about which compiler is being used (gcc, SunPro, etc).
To make this function "correctly" in the presence of the compiler wrapper
scripts, we need to extract the actual compiler command from the wrapper
frame work. So adapt the section in the configure script which already
attempts to deal with some other compiler wrappers to deal with the pkgsrc
wrappers.
This should address PR pkg/33467 and PR pkg/34581.
Bump PKGREVISION.
|
2006-11-01 10:01:56 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
DESTDIR support.
|