Commit Graph

6447 Commits

Author SHA1 Message Date
Will Dietz
519d19bf72
Merge pull request #39877 from dtzWill/fix/ltrace-debian-patches
ltrace: fix warnings and bugs using patches from debian
2018-05-02 14:04:02 -05:00
Will Dietz
3ecad27032 ltrace: fix warnings and bugs using patches from debian
For details on the patches applied, see:

https://sources.debian.org/patches/ltrace/0.7.3-6/

Disabling '-Werror' may be a problem in the future again,
but for now keep things simple now that they're fixed.
2018-05-02 13:28:11 -05:00
Pascal Bach
5b060e8647 gitlab-runner: 10.6.0 -> 10.7.1 2018-05-02 19:21:49 +02:00
James Kay
76f32d9b41
godot: add a dev output containing the gdnative headers 2018-05-02 11:24:32 +01:00
Michael Raskin
80c77a2efd slimerjs: 0.10.3 -> 1.0.0 2018-05-02 02:46:52 +02:00
seese
0a19162fa9 buildbot: disable tests on aarch64 because of TimeoutErrors (#39826)
buildbot: disable tests because of TimeoutErrors - only on aarch64
2018-05-01 23:47:53 +02:00
Jörg Thalheim
5a990f5629
Merge pull request #39825 from tobimpub/cquery-update
cquery: 2018-03-31 -> 2018-05-01
2018-05-01 21:35:05 +01:00
Pascal Wittmann
30a065bc99
checkstyle: 8.9 -> 8.10 2018-05-01 21:13:51 +02:00
Matthew Justin Bauer
5e6f1abfd3
Merge pull request #39790 from matthewbauer/gnu-on-darwin
GNUs on Darwin
2018-05-01 13:56:54 -05:00
Tobias Mayer
5fb8267031 cquery: 2018-03-31 -> 2018-05-01
The update should fix the build on osx.
2018-05-01 20:40:06 +02:00
Francesco Gazzetta
9c01a77450 gron: 0.5.1 -> 0.5.2 2018-05-01 09:13:59 +00:00
Ryan Mulligan
038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Matthew Bauer
8838533ec1 dejagnu: supports darwin 2018-04-30 22:28:11 -05:00
Will Dietz
4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Will Dietz
4aa5504aa3
Merge pull request #39723 from dtzWill/update/gllvm-2018-04-28
gllvm: 2018-02-09 -> 2018-04-28 (~= 1.0.2)
2018-04-30 11:19:30 -05:00
Fatih Altinok
02cb787c0c flow: 0.70.0 -> 0.71.0 2018-04-30 18:05:15 +02:00
Will Dietz
dc6cda78fb gllvm: 2018-02-09 -> 2018-04-28 (~= 1.0.2) 2018-04-30 10:57:52 -05:00
georgewhewell
e22ba26c7b binutils: apply patch on aarch64 to fix https://sourceware.org/bugzilla/show_bug.cgi?id=22764
(cherry picked from commit 5ce2d3355d)
2018-04-28 19:46:05 +01:00
Jörg Thalheim
68d144b6ed
Merge pull request #39624 from Ekleog/kcov-35
kcov: 34 -> 35
2018-04-27 23:25:27 +01:00
Jörg Thalheim
8c27246e7b
Merge pull request #39619 from Ekleog/opam-issue-14466
opam: propagate `curl` and `unzip` dependencies
2018-04-27 23:11:01 +01:00
Léo Gaspard
4317f7ab26
kcov: fix build on aarch64
Apparently, without this patch `NT_PRSTATUS` is not found. So the patch
adds the include apparently necessary. `NT_PRSTATUS` is also defined in
`<linux/ptrace.h>`, which would likely have been a better name, were it
not in the `linux/` directory, which is a priori not stable.

The need to do that is kind of weird (the change was introduced in [1],
and fedora apparently didn't need this additional import), but I'll try
to upstream it.

[1] https://github.com/SimonKagstrom/kcov/pull/239
2018-04-28 00:10:40 +02:00
Léo Gaspard
be0b3e3cd0
kcov: 34 -> 35
As the maintainer currently in `meta.maintainers` appears to not have
touched the package since 2015, I've also added myself there.
2018-04-27 22:23:16 +02:00
Léo Gaspard
06c7d4d40d
opam: propagate curl and unzip dependencies
These are required for `opam init` to succeed.

Closes #14466
Cc @henrytill
2018-04-27 20:42:09 +02:00
Peter Simons
12ba3954d7 multi-ghc-travis: update to latest git version 2018-04-27 12:21:24 +02:00
Robert Schütz
18e4125b88 Revert "checkbashism: 2.0.0.2 -> 2.18.1"
This reverts commit c4ac43a20c.

See https://github.com/NixOS/nixpkgs/pull/38102.
2018-04-26 17:32:18 +02:00
Peter Hoeg
96fddac691 wp-cli: 1.5.0 -> 1.5.1 2018-04-26 18:37:03 +08:00
Jörg Thalheim
c3e137e7cb rubycop: 0.47.0 -> 0.55.0 2018-04-25 22:15:44 +01:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Will Dietz
30357e203a lsof: 4.90 -> 4.91 2018-04-25 12:53:37 -05:00
Vincent Laporte
c4b7bbf77e ocamlPackages.findlib: 1.7.3 -> 1.8.0 2018-04-25 18:19:27 +02:00
aszlig
a3502ba765
gn: Add libc++ and libc++abi from third_party
On GNU/Linux the build references these files, so let's fetch them from
the Chromium repository. I haven't checked whether they are heavily
patched or whether we can use the version from LLVM, but when looking at
the changes, they do seem to divert a bit from upstream LLVM.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @stesie
2018-04-25 15:01:41 +02:00
aszlig
ac61ae50b7
gn: Switch to fetchzip for apple_apsl directory
The tarball from upstream seems to be generated on the fly, so the
output is not deterministic and using fetchzip makes this more reliable
as we have a recursively hashed output path without any of the
non-determinisms in tarballs.

Unfortunately, the build still fails on NixOS systems, because we need a
few more stuff in the build tree.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @stesie
2018-04-25 15:01:38 +02:00
Rodney Lorrimar
ca7d983999 buildkite-agent3: init at 3.0.1 (#39471)
New stable release. Version 2.6 is kept for backwards compatibility.

https://github.com/buildkite/agent/releases/tag/v3.0.0
https://github.com/buildkite/agent/releases/tag/v3.0.1
2018-04-25 13:47:26 +01:00
Matthew Justin Bauer
d71d7c913e
Merge pull request #39465 from matthewbauer/work
Various work on broken packages
2018-04-25 00:30:32 -05:00
adisbladis
656f69bea5
buildbot-plugins.wsgi-dashboards: Remove maintainer akazakov
Missing from maintainers file
2018-04-25 12:11:43 +08:00
Matthew Bauer
04e13de94f gn: fix Darwin build 2018-04-24 20:54:36 -05:00
adisbladis
a2f617f49f
qcachegrind: Remove qt 5.10 build fix patch, now applied upstream 2018-04-25 09:35:51 +08:00
Peter Hoeg
45f1205bab
Merge pull request #39304 from peterhoeg/f/ha
home-assistant: add a few knobs and make config YAML
2018-04-25 01:35:12 +00:00
Pascal Wittmann
d3a5a921fb
Merge pull request #39368 from flokli/sqldeveloper-desktopitem
sqldeveloper: add desktop item
2018-04-24 18:02:33 +02:00
Matthew Justin Bauer
cf6fdcabac
Merge pull request #36964 from ryantm/auto-update/buildbot
buildbot: 1.0.0 -> 1.1.0
2018-04-23 12:03:46 -05:00
Florian Klink
b73c44ece4 sqldeveloper: add desktop item 2018-04-23 15:05:32 +02:00
Jörg Thalheim
635f24def5
Merge pull request #39314 from dhess/fix-hydra
hydra: fix run-time dependencies after latest CPAN update.
2018-04-23 08:35:47 +01:00
Tim Cuthbertson
ad5b090853 gup: add passthru.updateScript 2018-04-22 15:16:36 +10:00
Tim Cuthbertson
b52f5dba48 gup: simplify build expression 2018-04-22 15:16:02 +10:00
Peter Hoeg
3e3b5895ca remarshal: use python3 instead of python2
Officially both python2 and 3 are supported.
2018-04-22 10:12:22 +08:00
Drew Hess
f7fe61207b
hydra: fix run-time dependencies after latest CPAN update. 2018-04-21 14:50:07 -07:00
Jörg Thalheim
d79df63ea2 cloudfoundry-cli: 6.32.0 -> 6.36.1 2018-04-21 20:58:25 +01:00
Joachim F
dff29c676b
Merge pull request #39095 from moaxcp/master
visualvm: 1.3.9 -> 1.4
2018-04-21 19:43:23 +00:00
Tim Steinbach
82f70b63c0
gradle: 4.6 -> 4.7 2018-04-21 11:25:22 -04:00
John Mercier
4115237312 jbake: wrap script
Upstream script now uses JAVA_HOME. This change wraps the script so JAVA_HOME is set.
2018-04-21 08:50:13 -04:00