Age | Commit message (Expand) | Author | Files | Lines |
2009-12-20 | Fix libtool under OS X: require a fixed version of f2c, and thus bump | jmmv | 1 | -2/+2 |
2009-12-18 | Add some band aid for the not-yet-fully-analyzed issue with sh on | joerg | 1 | -2/+4 |
2009-12-16 | Fix a macro name so that the correct C++ linkage on NetBSD and QNX is | joerg | 1 | -1/+2 |
2009-12-15 | Update to libtool-2.2.6b. This switches libtool to the new main branch. | joerg | 2 | -14/+40 |
2009-07-08 | Add support for g95 on NetBSD to libtool. | markd | 1 | -2/+2 |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 |
2009-03-23 | PR 40405: Change soname logic for DragonFly to follow the normal major | joerg | 1 | -1/+2 |
2008-11-19 | Reset PKGREVISION after update to 1.5.26. | wiz | 1 | -2/+1 |
2008-11-19 | update to libtool 1.5.26 using libtool/patches/manual.README procedure: | chuck | 1 | -2/+2 |
2008-07-11 | Don't force /bin/sh on Solaris, we want the bootstrap shell. | joerg | 1 | -8/+2 |
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -7/+6 |
2007-10-07 | Restore basename override to get the name of the real compiler for the | joerg | 1 | -2/+2 |
2006-12-15 | In the libtool configure script, the basename of the compiler is used | dmcmahill | 1 | -2/+2 |
2006-11-01 | DESTDIR support. | joerg | 1 | -2/+2 |
2006-04-01 | use /bin/sh on Solaris, as libtool can cause ksh to dump core under | grant | 1 | -2/+7 |
2006-03-14 | USE_PKGINSTALL isn't needed here to make these packagse use the | jlam | 1 | -4/+4 |
2006-02-28 | Comment out a fragment of ltmain.sh, which breaks the installation | joerg | 1 | -2/+2 |
2006-02-06 | Fix regression on DragonFly where two config variables were no longer being | tv | 1 | -2/+2 |
2006-01-30 | Update libtool to 1.5.22. Too many changes for CVS commit logs; here's | tv | 2 | -5/+9 |
2005-11-09 | libtool-base-1.5.18nb6: | tv | 1 | -2/+2 |
2005-09-21 | Add change from MirOS that resets $versuffix2 to empty if -avoid-version is u... | tv | 1 | -2/+2 |
2005-07-13 | libtool-base doesn't use a cache file at all as it is. | tv | 1 | -4/+2 |
2005-07-13 | On IRIX, don't use a cache-file, since configure bails out after | jschauma | 1 | -2/+4 |
2005-07-03 | libtool-base 1.5.18nb4: Fix a really nasty bug on Interix; | tv | 1 | -2/+2 |
2005-06-05 | nb3: Add OS-specific fix for -pthread on DragonFly, based on work by | tv | 1 | -2/+2 |
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 1 | -3/+1 |
2005-05-22 | For packages that use GNU configure, don't bother adding "TOOL" | jlam | 1 | -2/+1 |
2005-05-20 | PKGREVISION bump missed in previous. | tv | 1 | -2/+2 |
2005-05-20 | libtool needs to know where echo is or else it searches the PATH for | jlam | 1 | -1/+6 |
2005-05-18 | libtool-base 1.5.18nb1: Update the patches per manual.README. | tv | 1 | -7/+23 |
2005-05-18 | Changes 1.5.18: | adam | 1 | -3/+1 |
2005-05-10 | Add a missing install-sh entry to PLIST; bump PKGREVISION. | tv | 2 | -2/+4 |
2005-03-22 | Update to 1.5.14, and switch DragonFly to version_type=linux. | tv | 1 | -2/+1 |
2005-03-18 | nb10: Work around PR pkg/20499 by disabling locking altogether on IRIX. | tv | 1 | -4/+13 |
2005-03-05 | add a comment describing the options used on AIX. | grant | 1 | -3/+6 |
2005-03-03 | Fix for libtool locking on AIX. Found by grant, tested by me on aix 4.3.3 | garbled | 1 | -1/+2 |
2005-03-03 | Make libtool work better on AIX. There is still one problem remaining, | garbled | 1 | -1/+4 |
2005-01-19 | Since some platforms (notably IRIX) don't like the autoconf cache, don't | tv | 1 | -6/+1 |
2005-01-19 | Under IRIX, configure creates a corrupted cache file, so re-parsing that | jschauma | 1 | -1/+6 |
2005-01-01 | Refer to patch-a[bd] rather than patch-a*. | tv | 1 | -2/+2 |
2004-12-22 | Thinko fix: README.manual -> manual.README | tv | 1 | -2/+2 |
2004-12-22 | Add heads-up comment above PKGREVISION pointing to the manual-* diffs | tv | 1 | -1/+9 |
2004-12-21 | add DragonFly support from patch sent to libtool-patches: | grant | 1 | -2/+2 |
2004-12-18 | in the command run when -export-symbols is used on Darwin with xlc, | grant | 1 | -2/+2 |
2004-12-17 | Rewrite func_infer_tag in the libtool script so that it's easier to | jlam | 1 | -2/+2 |
2004-11-26 | dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mk | jlam | 1 | -2/+2 |
2004-11-11 | Fix C++ linkage on modern NetBSD ELF by using a more standard link command. | tv | 1 | -2/+2 |
2004-10-14 | Re-add dlcompat dependency lost in libltdl overhaul, but since it's now only | tv | 1 | -1/+4 |
2004-10-14 | Update libtool* packages to account for libltdl split, and simplify by | tv | 2 | -40/+12 |
2004-10-12 | Another Interix fubar workaround: C++ libs weren't linking in libtool | tv | 1 | -2/+2 |