summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* namespace ECLASSDIR_LOCAL incase some other eclass tries to use the same varMike Frysinger2014-01-131-3/+3
|
* elibtoolize: accept explicit dir args on command line #496320 by Arfrever ↵Mike Frysinger2013-12-311-10/+12
| | | | Frehtes Taifersar Arahesis
* Remove warning for uclibc if patching fails, bug #492640Anthony G. Basile2013-12-051-4/+1
|
* libtool.eclass elibtoolize(): Besides ltmain.sh, explicitly locate configureMichael Haubenwallner2013-11-221-89/+84
| | | | to apply patches rather than guessing based on where ltmain.sh was found.
* use find to get file permissions instead of chmod --reference which is not ↵Alexis Ballier2013-05-111-5/+6
| | | | portable, bug #468952
* do not try to cp/patch/chmod the file if it does not exist #468852 by Samuli ↵Mike Frysinger2013-05-071-1/+6
| | | | Suominen
* apply fix from upstream to use ${CHOST}-nm by default #462976 by Agostino ↵Mike Frysinger2013-05-041-2/+6
| | | | Sarubbo
* make sure we save/restore chmod bits in case `patch` is broken and does not ↵Mike Frysinger2013-05-041-1/+5
| | | | do it for us
* Remove redundant DESCRIPTION variable settings.Zac Medico2012-09-151-3/+1
|
* elt-patches: add Solaris no de-deplication patch to fix built C++ objects ↵Fabian Groffen2012-07-261-2/+2
| | | | from aborting when an exception is thrown
* 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
|