2009-12-17 01:53:52 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Fix another set of broken macro names. Regen patches.
|
2009-12-16 16:27:34 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Fix a macro name so that the correct C++ linkage on NetBSD and QNX is
used. Bump revision of libtool-base.
|
2009-12-15 18:35:37 by Joerg Sonnenberger | Files touched by this commit (16) |
Log message:
Update to libtool-2.2.6b. This switches libtool to the new main branch.
Changes are many, important for pkgsrc:
- much higher speed (up to 30% faster for the overall build of libX11)
- less magic for detection of the tag
The pkgsrc integration of f2c has been changed to be more sane.
libtool itself now depends on the f2c frontend to use proper
auto-configuration and only fakes up the library. This part is
encapsulated in mk/compiler/f2c.mk.
|
2009-12-15 18:07:43 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix a potential security issue in libltdl by making sure that the
current directory is not included in the search path. Bump revision
of libltdl. Patch backported from tez@
|
2009-07-08 23:01:44 by Mark Davies | Files touched by this commit (4) |
Log message:
Add support for g95 on NetBSD to libtool.
Bump PKGREVISION of libtool-base.
OKed by jeorg.
|
2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67) |
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-03-24 00:03:59 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
PR 40405: Change soname logic for DragonFly to follow the normal major
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent
further confusion. Differs from the patch in the PR as it forces the
correct branch to be used.
Bump revision of libtool-base. Claim ownership.
|
2009-02-24 11:13:26 by David Brownlee | Files touched by this commit (1) |
Log message:
Add cases to match 'mint'
|
2008-11-19 02:26:52 by Chuck Cranor | Files touched by this commit (6) | |
Log message:
update to libtool 1.5.26 using libtool/patches/manual.README procedure:
fixes linking problems on darwin (problems with nmedit, see
http://pogma.com/2008/02/13/nmedit-libtool-exported-symbols/ )
|