NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.4.2nb2, Package name: cross-libtool-base-x86_64-2.4.2nb2, 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.

This is the cross-compilation version of libtool.


Master sites: (Expand)

SHA1: 22b71a8b5ce3ad86e1094e7285981cae10e6ff88
RMD160: b7153f3f1e1c50d8c04787cafccd4e19af62ec7d
Filesize: 2570.651 KB

Version history: (Expand)


CVS history: (Expand)


   2016-06-19 18:19:04 by Thomas Klausner | Files touched by this commit (2)
Log message:
Move libtool-base to cross-libtool-base to make PKGNAME match directory name.

Convert away from USE_CROSSBASE to plain ${PREFIX}/cross.
   2016-02-25 12:35:34 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Use OPSYSVARS.
   2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456)
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2013-05-10 01:32:02 by Taylor R Campbell | Files touched by this commit (2)
Log message:
Add cross/libtool-base package (cross-libtool-base-${MACHINE_ARCH}).

This is a provisional kludge to enable cross-compilation of packages
using libtool.  It requires manual intervention: you must build it as
a target package, and then install the target package on the host
with `pkg_add -m ${TARGET_ARCH}'.

ok agc