summary refs log tree commit diff
path: root/pkgs/development/tools/misc/libtool
Commit message (Collapse)AuthorAge
* application/development: /s/name/pname&version/Felix Buehler2021-06-30
|
* libtool2: add bootstrapping warningAndrew Childs2021-05-17
|
* libtool2: macOS 11 supportAndrew Childs2021-05-17
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* treewide: strip more things in crossMatthew Bauer2020-05-12
| | | | Stripping reduces closure sizes.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libtool2: enable parallel buildsBenjamin Hipple2019-05-24
|
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* libtool2: Enable cross-compilationBen Gamari2018-01-22
|
* libtool: Enable cross compilationBen Gamari2017-12-03
|
* misc pkgs: Recategorize some dependenciesJohn Ericson2017-09-05
|
* libtool2: Don't use stdenv ? crosshsloan2017-06-28
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\ | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * libtool: 2.4.5 -> 2.4.6William A. Kennington III2015-03-26
| |
| * libtool: updateVladimír Čunát2015-03-09
| | | | | | | | | | I see nothing dangerous in NEWS. Also refactored the expression.
| * unmaintain a bunch of packagesLudovic Courtès2015-01-13
| |
* | Merge branch 'staging' into v/modularVladimír Čunát2014-08-31
|\| | | | | | | | | | | | | Conflicts (easy): pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/development/libraries/gtk+/2.x.nix
| * Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* | mutiout: make it builtinVladimír Čunát2014-08-30
| |
* | WIP: getting goodVladimír Čunát2014-08-27
| |
* | Merge 'staging' into multiple-outputsVladimír Čunát2014-08-23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/flac/default.nix pkgs/build-support/gcc-wrapper/builder.sh pkgs/development/libraries/apr-util/default.nix pkgs/development/libraries/apr/default.nix pkgs/development/libraries/atk/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/builder.sh pkgs/development/libraries/glibc/2.17/locales.nix pkgs/development/libraries/libjpeg/default.nix pkgs/development/libraries/libogg/default.nix pkgs/development/libraries/libsamplerate/default.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/libvorbis/default.nix pkgs/development/libraries/mesa/default.nix pkgs/development/libraries/pango/default.nix pkgs/development/web/nodejs/default.nix pkgs/os-specific/linux/pam/default.nix pkgs/os-specific/linux/systemd/default.nix pkgs/stdenv/generic/setup.sh pkgs/stdenv/linux/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-small.nix
| * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |
* | Merge remote-tracking branch 'origin/master' into multiple-outputsEelco Dolstra2013-06-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/acl/default.nix pkgs/development/libraries/atk/2.6.x.nix pkgs/development/libraries/attr/default.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/glib/2.34.x.nix pkgs/development/libraries/gtk+/2.24.x.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/openssl/default.nix pkgs/development/libraries/pango/1.30.x.nix pkgs/misc/cups/default.nix pkgs/os-specific/linux/util-linux/default.nix pkgs/servers/x11/xorg/builder.sh pkgs/servers/x11/xorg/default.nix pkgs/top-level/all-packages.nix
| * Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | | | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* | libtool: Separate libltdl from the main packageEelco Dolstra2012-08-24
|/ | | | | | | Some packages have a runtime dependency on libltdl, but shouldn't depend on the rest of libtool (which in turn depends on binutils and other stdenv tools). For example, splitting off libltdl cuts about 35 MiB from the closure of PulseAudio.
* GNU Libtool 2.4.2.Ludovic Courtès2011-10-30
| | | | svn path=/nixpkgs/trunk/; revision=30111
* GNU Libtool: Use `dontStrip' instead of the non-existent `dontNativeStrip'.Ludovic Courtès2011-07-01
| | | | svn path=/nixpkgs/trunk/; revision=27571
* GNU Libtool: Don't run the native `strip' when cross-compiling.Ludovic Courtès2011-07-01
| | | | svn path=/nixpkgs/trunk/; revision=27568
* GNU Libtool 2.4.Ludovic Courtès2010-10-07
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24162
* GNU Libtool 2.2.10.Ludovic Courtès2010-08-20
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23277
* Remove `unpackCmd's not needed with GNU tar format auto-detection (r18492).Ludovic Courtès2009-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18653
* Fixing some things on the gcc-cross-wrapper (libc was not properly added to theLluís Batlle i Rossell2009-11-20
| | | | | | | | | | | | | linking path), and with this achieved bash being cross-compilable. I fixed the few expressions involved in bash building, so they have well stated native and non-native inputs. I also tried to cross-build guile, and with this I found a problem in the actual cross-gcc: it calls the binutils ld, instead of the ld wrapper. This way, the programs/shared_libraries don't get the proper -rpath. svn path=/nixpkgs/branches/stdenv-updates/; revision=18497
* GNU Libtool: Disable tests for now.Ludovic Courtès2009-11-20
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18491
* GNU Libtool 2.2.6b.Ludovic Courtès2009-11-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18475
* * acl, attr: updated, and use libtool 2.Eelco Dolstra2009-03-30
| | | | | | * Removed libtoolOld. svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
* GNU Libtool 1.5.x: Add `meta' attribute.Ludovic Courtès2008-11-03
| | | | svn path=/nixpkgs/trunk/; revision=13178
* GNU Libtool 2.x: Add `meta' attribute.Ludovic Courtès2008-11-03
| | | | svn path=/nixpkgs/trunk/; revision=13177
* Add GNU Libtool 2.2.x.Ludovic Courtès2008-11-03
| | | | svn path=/nixpkgs/trunk/; revision=13176
* * Don't fixup "#! /bin/sh" in Autoconf/Automake/Libtool, otherwise theyEelco Dolstra2008-08-04
| | | | | | will use the "fixed" path in generated files. svn path=/nixpkgs/trunk/; revision=12485
* Libtool: Use `mirror://'.Ludovic Courtès2008-02-15
| | | | svn path=/nixpkgs/trunk/; revision=10712
* GNU Libtool 1.5.26.Ludovic Courtès2008-02-15
| | | | svn path=/nixpkgs/trunk/; revision=10711
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Latest Libtool.Eelco Dolstra2006-07-14
| | | | svn path=/nixpkgs/trunk/; revision=5710
* add libtool 1.5.22Armijn Hemel2006-06-30
| | | | svn path=/nixpkgs/trunk/; revision=5545
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623