2014-03-08 20:57:26 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Don't try to extract GCC's linker line. It includes -lgcc, but not
-lgcc_s for starters. It also confuses the static-only library search in
libtool itself. Bump revision.
Based on patch from jperkin@.
|
2013-08-27 17:50:23 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
PR 48081: Explicitly disable Fortran in libtool-base, otherwise it will
incorrectly handle the default wrapper scripts on Cygwin.
libtool bug 14579: Disable ar(1) locking on OSX. It creates more harm
than good.
Bump libtool-base and libtool-fortran.
|
2013-07-01 17:59:06 by Benny Siegert | Files touched by this commit (5) | |
Log message:
Restore shared library support for MirBSD. Some chunks of the MirBSD diff
were lost in the last libtool update. Bump PKGREVISION of libtool-base.
ok joerg@ (maintainer)
|
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-16 16:25:48 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Used by devel/libtool-fortran/Makefile too.
|
2013-05-13 16:04:27 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so \
libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present.
|
2013-05-13 14:53:42 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
In configure: changed _lt_dar_can_shared=$GCC to _lt_dar_can_shared=yes, so \
libtool can create shared libraries on Darwin/Mac OS X, when f77 is not present.
|
2013-05-10 02:15:02 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
Fix pathnames and NM in libtool for cross-compilation.
Forgot to commit this alongside the recent cross-libtool changes.
ok agc
|
2013-05-09 20:26:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Pull in libtool-fortran. Bump PKGREVISION.
|
2013-04-12 15:44:08 by Joerg Sonnenberger | Files touched by this commit (11) |
Log message:
Update to libtool-2.4.2:
- Initial support for Go.
- On Mac OS X, try to open .dylib as well as .so in lt_dlopenext.
- sysroot support
- man pages for libtool and libtoolize
- various smaller bug fixes
pkgsrc side: remove support for pre-ELF NetBSD
|