summaryrefslogtreecommitdiff
path: root/devel/libtool/patches
AgeCommit message (Expand)AuthorFilesLines
2004-03-12disable -all-static for OS X since it just causes a linking errordanw1-20/+73
2004-02-23Fix version_type settings for the non-NetBSD platforms in the CXX andmarkd1-2/+136
2004-02-18Pull in the fix for the symlink vulnerability.skrll1-2/+16
2004-02-08Fix the installation of libltdl on non-NetBSD platforms and correct askrll2-2/+91
2004-02-07Fix endless loop in pathname canonicalization in install mode.seb1-2/+2
2004-02-05The long awaited update libtool to 1.5.2.skrll16-707/+251
2004-01-05Import a patch for ltdl.c (an old one, from 2001, see rev. 1.134.2.1 ofcube1-0/+33
2003-12-12Removed patches for libtool.m4 and aclocal.m4 which provided fixesreed2-35/+0
2003-12-11Added better support for BSD/OS for libtool. libtool has neverreed5-13/+90
2003-12-03Fix bsdi4 (BSD/OS) support in ltconfig (via patch-aa).reed1-4/+11
2003-10-05make the library names we create on Darwin be consistent with whatgrant1-2/+13
2003-09-25Update Darwin patches to match libtool 1.4.3danw2-4/+4
2003-03-27Do the right thing on irix and use version=sunosjschauma1-3/+12
2003-01-31Don't use -nodefaultlibs when linking C libraries - this was for old brokenskrll1-5/+14
2003-01-21set need_version=no on Darwin, from libtool 1.4.3.grant1-16/+34
2002-12-25When checking for operation mode, add a case for 'CC', Irix' C++ compiler.jschauma1-2/+11
2002-12-25Unbreak libtool (hi Jan!)wiz1-13/+0
2002-12-23Make sure that shlibs built on IRIX use the same major version number as onjschauma2-39/+43
2002-11-17fix shared library names on FreeBSD to be like NetBSD and Solaris ingrant1-6/+30
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-3/+3
2002-05-21Make libtool work on Darwin, based on the patches in pkg/16104 byschmonz3-4/+93
2002-03-26Fix a bug when inferring the CXX tag which meant that for certainskrll1-14/+20
2002-03-21Fix the pattern that matches valid library files so that it allows '.'skrll6-3/+83
2002-03-01Pull in a change from libtool-current that changes the dependencyskrll2-7/+136
2002-01-04Allow objects of the form libfoo_pic.a to be linked into shared objects asskrll1-0/+16
2001-10-26Fix a typo that has there for ages so that the previous fix for newskrll1-2/+2
2001-10-26Fix ltcf-cxx.sh to work on -current/new toolchains. That is make sure thatskrll1-2/+2
2001-10-04There is only one system library path: /usr/lib. Don't include /lib andskrll1-2/+11
2001-07-06Make this compile on NetBSD/newsmips (i.e., mipseb). At least amandaenami1-0/+22
2001-06-20Fix --mode=execute quoting problem.skrll1-2/+11
2001-06-14Update libtool to a newer snapshot.skrll14-313/+67
2001-05-22Handle shared libraries the same on Linux as Solaris and NetBSDabs1-3/+12
2001-05-09If a tag has not been given, and we're using a compiler which is not oneagc1-7/+57
2001-05-08Fix problem where CXX and CXXFLAGS were incorrectly used when --tag=CC isskrll1-2/+2
2001-04-03Implement a new deplibs_check_method called match_pattern and use it.skrll8-1/+175
2001-03-26Bump the buffer size even more for KDE2. As Hubert points out libtoolskrll1-2/+2
2001-03-18Change the workaround for old compiler versions so that it actually works.skrll2-27/+10
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-14/+6
2001-02-28Restore old numbering scheme for libraries on Solaris as discussed onskrll1-3/+12
2001-02-28Revert previous change it didn't work. Instead force the inclusion of askrll2-33/+27
2001-02-28Fall back to the default configuration when unable to infer a tag.skrll1-6/+30
2001-02-27Update libtool to be based on a CVS snapshot of the multi-language branchskrll7-206/+124
2001-02-11Add a missing colonskrll1-4/+4
2001-02-03Split into libtool-base and libtool-info, for easier system bootstrap.hubertf1-0/+14
2001-01-26Use $CC_FOR_BUILD on checking system types in config.guess.tsutsui1-2/+2
2001-01-26Improve argument checking for -version-info. Bump to nb11.skrll1-2/+29
2001-01-24Use "uname -p" or "sysctl -n hw.machine_arch" to check system typestsutsui1-22/+52
2001-01-15Move check for C++ contructors/destructors to occur earlier to preventjlam2-14/+21
2001-01-14Fix config.guess to recognise mvme68k.scw1-21/+22
2001-01-09On a.out systems link shared libraries against c++rt0.o only if therebad2-16/+68