summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* also apply sol2-conf patchsetFabian Groffen2012-05-061-2/+2
|
* Add ELT patch for Solaris x64 libtool problem where the linker is set to ↵Fabian Groffen2012-05-061-2/+3
| | | | 'ld_sol2'
* elibtoolize: make sure header is included in logs too and not just the sub ↵Mike Frysinger2011-12-211-3/+5
| | | | messages which rely on the context #395489 by Martin von Gagern
* avoid multiple inclusions when possible to speed caching upMike Frysinger2011-12-131-1/+6
|
* allow overlays to specify eclass overrides without breaking libtools lookup ↵Mike Frysinger2011-11-181-5/+16
| | | | of local patches #389009
* add a --force flag to elibtoolize so that eautoreconf can make sure it runs ↵Mike Frysinger2011-11-141-2/+12
| | | | even in face of poor interactions with earlier ebuilds/eclasses code #232820
* clean up patch applying a bit, and add support for @GENTOO_LIBDIR@ ↵Mike Frysinger2011-10-031-22/+28
| | | | replacements in patches
* Be compatible with bash3 as well.Diego Elio Pettenò2011-06-101-4/+4
|
* Use a safer syntax for libtool.eclass (bug #370983).Diego Elio Pettenò2011-06-101-5/+3
|
* Add a gold-specific patch when gold is used as linker, as only libtool 2.2.7 ↵Diego Elio Pettenò2011-06-091-9/+21
| | | | and later actually report it properly. Check two parents directories for configure as sometimes it would otherwise fail (libarchive), and make the debug log a bit more useful by appending rather than replacing and adding the name of the patch/file it gets tested on.
* clean up the elcass a bit -- drop dead code, add documentation, etc...Mike Frysinger2010-08-221-180/+140
|
* Change ELT-patches for AIX to use import files as soname-emulator (bug#213277).Michael Haubenwallner2010-05-201-3/+3
| | | | | This requires switching libtool to force -no-undefined behaviour on AIX. Additionally, get_libname() now does return .so and versions like Linux.
* change bug notice to report a bug rather than annoy specific peopleMike Frysinger2010-05-111-3/+3
|
* drop spurious arg to popd #314493Mike Frysinger2010-04-141-2/+2
|
* rewrite ELT_walk_patches to handle path name as well as locale issues ↵Mike Frysinger2010-04-141-30/+25
| | | | pointed out by Michał Górny #314493
* aixrtl and hpux-conf _need_ to apply in a loop, mint-conf does not,Michael Haubenwallner2010-03-121-2/+22
| | | | (loop dropped in http://overlays.gentoo.org/proj/alt/changeset/55797)
* Activate Prefix ELT-patches when and where necessary, acked by base-system, ↵Fabian Groffen2010-01-271-6/+59
| | | | bug #301190
* Import patch from Debian http://bugs.debian.org/347650 which hacks around ↵Peter Alfredsen2009-05-031-2/+6
| | | | libtool deplib re-ordering, which inhibits -Wl,--as-needed. You have to set -Wl,--as-needed seperately in LDFLAGS for this to do any good, -Wl,--as-needed,--something-else will not do, but you can set -Wl,--something-else afterwards. Also make sure eclasses I 'own' run elibtoolize so they can reap the benefit.
* start an elibtoolize cross category #262042 by Sven Rebhan.Mike Frysinger2009-03-141-2/+10
|
* Replace touch with bash redirection, so that it doesn't depend on coreutils. ↵Samuli Suominen2008-07-311-2/+2
| | | | It doesn't have to.
* Restore the ltmain dir as the issue affecting BSD (-pthread) vs Linux ↵Roy Marples2007-09-151-2/+2
| | | | (-lpthread) has been fixed
* Drop the ltmain patch as that breaks KDE on linux apparently. Sucks for BSD ↵Roy Marples2007-09-141-2/+2
| | | | eh?, #192495
* Apply install-sh patchesRoy Marples2007-09-141-2/+6
|
* Add a patch for ltmain.sh-1.5 so that KDE ebuilds link correctly on FreeBSD, ↵Roy Marples2007-09-141-2/+2
| | | | #182214
* depreciated -> deprecated. bug #180352Doug Goldstein2007-05-301-3/+3
|
* declare maintainer and cleanup a littleMike Frysinger2007-03-041-27/+8
|
* Avoid QA warnings about ppc-macos not in USE by using CHOST like fbsdFabian Groffen2007-03-011-3/+4
| | | | does.
* Remove wrong call to glibtoolize on darwin.Emanuele Giaquinta2006-06-041-8/+2
|
* Remove references to kde-fastinstall patch.Diego Elio Pettenò2006-05-091-7/+2
|
* Fix bash comment, bug #131649.Diego Elio Pettenò2006-04-291-2/+2
|
* Don't apply kde-fast-install for now.Diego Elio Pettenò2006-04-281-2/+2
|
* Add patch to fix kde's fast-install support in libtool, to fix problems ↵Diego Elio Pettenò2006-04-231-2/+7
| | | | reported by truedfx and others.
* Add code to support applying fbsd-ltconf patch for older libtools.Diego Elio Pettenò2006-04-081-2/+8
|
* Change $PORTDIR/eclass/ to $ECLASSDIR/Martin Schlemmer2006-04-051-2/+2
|
* Don't trust the version reported in ltmain.sh to match patches, especially ↵Diego Elio Pettenò2006-04-021-16/+1
| | | | new versions of libtool, patched by distributions, might require newer versions to apply.
* Check also for configure in the previous directory when using aux directory ↵Diego Elio Pettenò2006-03-301-2/+3
| | | | for libtool files.
* Do not apply the portage patch if already applied.Martin Schlemmer2006-02-031-1/+8
|
* Add comment to contact us if portage patch fails.Martin Schlemmer2006-01-221-1/+3
|
* Misc cleanups for libtool.eclass. Add updates for max_cmd_len patches.Martin Schlemmer2005-12-071-4/+5
|
* Check if the freebsd patch was already applied when it fails to apply.Diego Elio Pettenò2005-10-091-4/+6
|
* Update elibtoolize to apply darwin patches.Martin Schlemmer2005-10-041-30/+22
|
* Move version retrieve stuff to ELT_libtool_version(). Do not warn on relink ↵Martin Schlemmer2005-09-051-5/+21
| | | | patch for libtool < 1.4.0.
* Make grep tests more consistent.Martin Schlemmer2005-09-041-9/+9
|
* Quoting/style fixes.Martin Schlemmer2005-09-041-29/+32
|
* Make --no-uclibc work again.Martin Schlemmer2005-09-041-7/+10
|
* Added elibtoolize patch for Gentoo/FreeBSD, to use linux-style link versioning.Diego Elio Pettenò2005-09-041-1/+21
|
* Apply whitespace check from repoman to eclasses.Sven Wegener2005-09-041-2/+2
|
* Merge uclibctoolize() stuff with elibtoolize(), and add requiredMartin Schlemmer2005-09-021-40/+34
| | | | patches to make elibtoolize not bork on portage patch failing.
* Do not run elibtoolize again if already run. The check for no patches ↵Martin Schlemmer2005-09-021-26/+28
| | | | applied was in the wrong for loop.
* Some misc cleanups, and do not warn if portage patch seems to be applied.Martin Schlemmer2005-09-021-6/+9
|