./devel/libtool-base, Generic shared library support script (the script itself)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.6bnb3, Package name: libtool-base-2.2.6bnb3, Maintainer: joerg

This is GNU Libtool, a generic library support script. Libtool hides
the complexity of using shared libraries behind a consistent, portable
interface.

To use libtool, add the new generic library building commands to your
Makefile, Makefile.in, or Makefile.am.

This package includes the libtool script and support files.


Required to build:
[lang/f2c]

Master sites: (Expand)

SHA1: 5afa73c8ef9ebe64bbb438a0f8779c9036e43c55
RMD160: 02d8c1460946a1a0054b3ccb6b54d2404b53c2ef
Filesize: 2292.302 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-18 23:11:10 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Add some band aid for the not-yet-fully-analyzed issue with sh on
NetBSD. Install a prestine install.sh to not leak our modifications
into packages. Bump revision.
   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) | Package updated
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-07-08 23:01:44 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
Add support for g95 on NetBSD to libtool.
Bump PKGREVISION of libtool-base.

OKed by jeorg.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   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.
   2008-11-19 08:50:55 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
Reset PKGREVISION after update to 1.5.26.
   2008-11-19 02:26:52 by Chuck Cranor | Files touched by this commit (6) | Package updated
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-libt … d-symbols/ )