summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* QA: Apply whitespace checks from repoman to eclasses.Sven Wegener2005-07-111-2/+2
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* Remove ECLASS= and INHERITED= which haven't been necessary for a long time nowAron Griffis2005-07-061-2/+1
|
* dont run libtoolize anymoreMike Frysinger2005-05-271-2/+5
|
* Add ltmain.sh version to error if we abort on portage patch.Martin Schlemmer2005-05-111-2/+6
|
* Do not run libtoolize if portage patch already applied.Martin Schlemmer2005-05-111-3/+11
|
* Fixups for bug #83486.Martin Schlemmer2005-03-231-43/+88
|
* Try to match patches more according to libtool version, bug #83486Martin Schlemmer2005-02-271-15/+42
|
* style updatesMike Frysinger2005-01-311-75/+52
|
* only make the error failure scary fur uclibc usersMike Frysinger2004-11-221-3/+7
|
* and add a --no-uclibc in case we already took care of uclibcMike Frysinger2004-10-201-1/+4
|
* mmm slightly less ugly bypassMike Frysinger2004-10-201-2/+2
|
* allow uclibctoolize to be bypassedMike Frysinger2004-10-201-1/+3
|
* '...' -> ' ...'Mike Frysinger2004-10-191-3/+3
|
* Added darwintoolize. This closes bug #65272.Mamoru Komachi2004-10-101-1/+34
|
* dont try to patch ltconfig if size == 0 bytes #65331Mike Frysinger2004-09-291-1/+2
|
* eliminate libtool dependency to address bug 65209Robert Coie2004-09-251-2/+10
|
* ltconfig-1.4 seems to be compatible with ltconfig-1.3 and uclibctoolizeMike Frysinger2004-09-251-1/+2
|
* forgot to add the extra search param in uclibctoolizeMike Frysinger2004-09-251-2/+2
|
* also patch ltconfig filesMike Frysinger2004-09-221-4/+16
|
* uclibctoolize to fix libtool code found in configure scriptsMike Frysinger2004-09-221-2/+22
|
* dont change back to $S, change to where we startedMike Frysinger2004-09-221-4/+3
|
* update the copyright infoMike Frysinger2004-06-251-2/+2
|
* whitespace cleanupMichael Sterrett2004-06-081-13/+12
|
* Apply patch from bug #25013 to replace calls to newdepend and newrdependMichael Sterrett2004-04-111-2/+2
| | | | with variable setting (DEPEND=, RDEPEND=).
* Add max_cmd_len patchMartin Schlemmer2004-02-111-2/+10
|
* Mostly complete rewrite in effort to make it easier to maintain.Martin Schlemmer2004-01-021-813/+198
| | | | | Add all the patches temporary in ELT-patches, until I can get a better place that do not need a tarball or such to download.