Log of /eclass/libtool.eclass
Parent Directory
|
Revision Log
Revision
1.106 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 11 11:17:58 2013 UTC
(7 days, 5 hours ago)
by
aballier
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.105: +6 -5 lines
Diff to
previous 1.105
use find to get file permissions instead of chmod --reference which is not portable, bug #468952
Revision
1.105 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 7 14:23:33 2013 UTC
(11 days, 1 hour ago)
by
vapier
Branch:
MAIN
Changes since
1.104: +6 -1 lines
Diff to
previous 1.104
do not try to cp/patch/chmod the file if it does not exist #468852 by Samuli Suominen
Revision
1.101 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 26 16:14:47 2012 UTC
(9 months, 3 weeks ago)
by
grobian
Branch:
MAIN
Changes since
1.100: +2 -2 lines
Diff to
previous 1.100
elt-patches: add Solaris no de-deplication patch to fix built C++ objects from aborting when an exception is thrown
Revision
1.99 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 6 10:41:48 2012 UTC
(12 months, 1 week ago)
by
grobian
Branch:
MAIN
Changes since
1.98: +3 -2 lines
Diff to
previous 1.98
Add ELT patch for Solaris x64 libtool problem where the linker is set to 'ld_sol2'
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 21 21:21:04 2011 UTC
(16 months, 3 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.97: +5 -3 lines
Diff to
previous 1.97
elibtoolize: make sure header is included in logs too and not just the sub messages which rely on the context #395489 by Martin von Gagern
Revision
1.96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 18 17:32:14 2011 UTC
(17 months, 4 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.95: +16 -5 lines
Diff to
previous 1.95
allow overlays to specify eclass overrides without breaking libtools lookup of local patches #389009
Revision
1.95 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 14 17:08:49 2011 UTC
(18 months ago)
by
vapier
Branch:
MAIN
Changes since
1.94: +12 -2 lines
Diff to
previous 1.94
add a --force flag to elibtoolize so that eautoreconf can make sure it runs even in face of poor interactions with earlier ebuilds/eclasses code #232820
Revision
1.94 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 3 04:04:46 2011 UTC
(19 months, 2 weeks ago)
by
vapier
Branch:
MAIN
Changes since
1.93: +29 -23 lines
Diff to
previous 1.93
clean up patch applying a bit, and add support for @GENTOO_LIBDIR@ replacements in patches
Revision
1.91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 9 15:53:04 2011 UTC
(23 months, 1 week ago)
by
flameeyes
Branch:
MAIN
Changes since
1.90: +21 -9 lines
Diff to
previous 1.90
Add a gold-specific patch when gold is used as linker, as only libtool 2.2.7 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.
Revision
1.89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 20 08:22:15 2010 UTC
(2 years, 11 months ago)
by
haubi
Branch:
MAIN
Changes since
1.88: +3 -3 lines
Diff to
previous 1.88
Change ELT-patches for AIX to use import files as soname-emulator (bug#213277).
This requires switching libtool to force -no-undefined behaviour on AIX.
Additionally, get_libname() now does return .so and versions like Linux.
Revision
1.86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 14 02:13:54 2010 UTC
(3 years, 1 month ago)
by
vapier
Branch:
MAIN
Changes since
1.85: +24 -29 lines
Diff to
previous 1.85
rewrite ELT_walk_patches to handle path name as well as locale issues pointed out by Michał Górny #314493
Revision
1.84 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 27 20:41:27 2010 UTC
(3 years, 3 months ago)
by
grobian
Branch:
MAIN
Changes since
1.83: +59 -6 lines
Diff to
previous 1.83
Activate Prefix ELT-patches when and where necessary, acked by base-system, bug #301190
Revision
1.83 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 3 20:03:10 2009 UTC
(4 years ago)
by
loki_val
Branch:
MAIN
Changes since
1.82: +6 -2 lines
Diff to
previous 1.82
Import patch from Debian http://bugs.debian.org/347650 which hacks around 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.
Revision
1.81 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 31 20:01:43 2008 UTC
(4 years, 9 months ago)
by
drac
Branch:
MAIN
Changes since
1.80: +2 -2 lines
Diff to
previous 1.80
Replace touch with bash redirection, so that it doesn't depend on coreutils. It doesn't have to.
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 15 06:55:42 2007 UTC
(5 years, 8 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.79: +2 -2 lines
Diff to
previous 1.79
Restore the ltmain dir as the issue affecting BSD (-pthread) vs Linux (-lpthread) has been fixed
Revision
1.79 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 14 16:25:10 2007 UTC
(5 years, 8 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.78: +2 -2 lines
Diff to
previous 1.78
Drop the ltmain patch as that breaks KDE on linux apparently. Sucks for BSD eh?, #192495
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 14 06:49:45 2007 UTC
(5 years, 8 months ago)
by
uberlord
Branch:
MAIN
Changes since
1.76: +2 -2 lines
Diff to
previous 1.76
Add a patch for ltmain.sh-1.5 so that KDE ebuilds link correctly on FreeBSD, #182214
Revision
1.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 23 16:27:19 2006 UTC
(7 years ago)
by
flameeyes
Branch:
MAIN
Changes since
1.68: +7 -2 lines
Diff to
previous 1.68
Add patch to fix kde's fast-install support in libtool, to fix problems reported by truedfx and others.
Revision
1.66 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 2 16:00:30 2006 UTC
(7 years, 1 month ago)
by
flameeyes
Branch:
MAIN
Changes since
1.65: +1 -16 lines
Diff to
previous 1.65
Don't trust the version reported in ltmain.sh to match patches, especially new versions of libtool, patched by distributions, might require newer versions to apply.
Revision
1.65 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 30 12:29:23 2006 UTC
(7 years, 1 month ago)
by
flameeyes
Branch:
MAIN
Changes since
1.64: +3 -2 lines
Diff to
previous 1.64
Check also for configure in the previous directory when using aux directory for libtool files.
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 5 22:23:10 2005 UTC
(7 years, 8 months ago)
by
azarah
Branch:
MAIN
Changes since
1.58: +21 -5 lines
Diff to
previous 1.58
Move version retrieve stuff to ELT_libtool_version(). Do not warn on relink patch for libtool < 1.4.0.
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 4 18:40:48 2005 UTC
(7 years, 8 months ago)
by
flameeyes
Branch:
MAIN
Changes since
1.54: +21 -1 lines
Diff to
previous 1.54
Added elibtoolize patch for Gentoo/FreeBSD, to use linux-style link versioning.
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 2 21:12:09 2005 UTC
(7 years, 8 months ago)
by
azarah
Branch:
MAIN
Changes since
1.52: +33 -39 lines
Diff to
previous 1.52
Merge uclibctoolize() stuff with elibtoolize(), and add required
patches to make elibtoolize not bork on portage patch failing.
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 2 10:02:50 2005 UTC
(7 years, 8 months ago)
by
azarah
Branch:
MAIN
Changes since
1.51: +28 -26 lines
Diff to
previous 1.51
Do not run elibtoolize again if already run. The check for no patches applied was in the wrong for loop.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:23:20 2005 UTC
(7 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.48: +1 -2 lines
Diff to
previous 1.48
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 6 20:20:03 2005 UTC
(7 years, 10 months ago)
by
agriffis
Branch:
MAIN
Changes since
1.47: +1 -2 lines
Diff to
previous 1.47
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 11 05:46:09 2004 UTC
(9 years, 1 month ago)
by
mr_bones_
Branch:
MAIN
Changes since
1.25: +2 -2 lines
Diff to
previous 1.25
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
Revision
1.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 2 21:54:28 2004 UTC
(9 years, 4 months ago)
by
azarah
Branch:
MAIN
Changes since
1.23: +202 -817 lines
Diff to
previous 1.23
Mostly complete rewrite in effort to make it easier to maintain.
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.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 18 09:00:45 2003 UTC
(10 years, 3 months ago)
by
carpaski
Branch:
MAIN
Changes since
1.20: +2 -2 lines
Diff to
previous 1.20
If description is set... don't overwrite it...
Fixes to everything but ASPELL and KDE-SOURCE
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|