Commit Graph

24978 Commits (3e629738a3acd908acc510023c85db448e3553c3)

Author SHA1 Message Date
Mark H Weaver 3e629738a3
gnu: cross-base: Use invoke in (gnu build cross-toolchain).
* gnu/build/cross-toolchain.scm (set-cross-path/mingw, install-strip): Use
invoke.
2018-03-23 04:41:53 -04:00
Mark H Weaver dcd5ea699f
gnu: gawk: Return #t from all phases.
* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from
the 'set-shell-file-name' phase.
2018-03-23 04:41:51 -04:00
Mark H Weaver 21398edae2
gnu: fontconfig: Use invoke.
* gnu/packages/fontutils.scm (fontconfig): Use invoke in the install phase.
2018-03-23 04:41:48 -04:00
Mark H Weaver 3918ed732e
gnu: ffmpeg: Use invoke.
* gnu/packages/video.scm (ffmpeg)[arguments]: Use invoke in the custom
configure phase.
2018-03-23 04:41:46 -04:00
Mark H Weaver 114ef0a4c5
gnu: faad2: Use invoke.
* gnu/packages/audio.scm (faad2)[arguments]: Use invoke in the 'bootstrap'
phase.
2018-03-23 04:41:44 -04:00
Mark H Weaver 472415c8df
gnu: extra-cmake-modules: Return #t from all phases.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[arguments]: Return #t
from the 'fix-lib-path' phase.
2018-03-23 04:41:42 -04:00
Mark H Weaver e2d90ee428
gnu: emacs: Return #t from all phases.
* gnu/packages/emacs.scm (emacs)[arguments]: Return #t from the 'fix-/bin/pwd'
phase.
2018-03-23 04:41:39 -04:00
Mark H Weaver 3f54fd1ea5
gnu: elogind: Return #t from all phases.
* gnu/packages/freedesktop.scm (elogin)[arguments]: Return #t from all phases.
Use invoke and remove vestigial plumbing in the 'autogen' phase.
2018-03-23 04:41:37 -04:00
Mark H Weaver f97cb24967
gnu: dejagnu: Return #t from all phases.
* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Return #t from all phases.
Raise an exception if make check fails.
2018-03-23 04:41:35 -04:00
Mark H Weaver fac441b365
gnu: curl: Use invoke.
* gnu/packages/curl.scm (curl)[arguments]: Use invoke in the check phase.
2018-03-23 04:41:33 -04:00
Mark H Weaver 95cc40a88a
gnu: autoconf@2.13: Use invoke.
* gnu/packages/autotools.scm (autoconf-2.13)[arguments]: Use invoke in the
custom configure phase.
2018-03-23 04:40:10 -04:00
Mark H Weaver 3d77ecfed4
gnu: apr-util: Use invoke.
* gnu/packages/apr.scm (apr-util)[arguments]: Use invoke in the custom
configure phase.
2018-03-23 04:40:08 -04:00
Mark H Weaver ab6e5690af
gnu: glibc/linux: Return #t from pre-configure phase.
* gnu/packages/base.scm (glibc/linux)[arguments]: Return #t from the
pre-configure phase.
2018-03-23 04:40:01 -04:00
Tobias Geerinckx-Rice 590594a175
gnu: openldap: Update to 2.4.46.
* gnu/packages/openldap.scm (openldap): Update to 2.4.46.
2018-03-23 08:28:55 +01:00
Arun Isaac 12420c800e
gnu: cmake: Re-indent.
* gnu/packages/cmake.scm (cmake): Re-indent.
2018-03-23 11:32:33 +05:30
Arun Isaac 89db6c6de9
gnu: cmake: Update to 3.10.2.
* gnu/packages/cmake.scm (cmake): Update to 3.10.2.
[source]: Remove cmake-fix-tests patch.
Do not remove bundled cmlibuv.
[arguments]: Replace system* with invoke.
[inputs]: Add rhash. Sort.
[home-page]: Update URL.
* gnu/packages/patches/cmake-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
2018-03-23 11:32:24 +05:30
Marius Bakke 0223db58ef
gnu: util-linux: Don't build 'nologin'.
* gnu/packages/linux.scm (util-linux)[source](snippet): Add substitution.
2018-03-22 18:58:06 +01:00
Marius Bakke 759ad0690b
gnu: make: End phase on #t.
* gnu/packages/base.scm (gnu-make)[arguments]: Return #t from
'set-default-shell' phase.
2018-03-22 18:58:06 +01:00
Marius Bakke e9b9ea1ec0
gnu: make: Fix compatibility with glibc 2.27.
* gnu/packages/patches/make-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/base.scm (gnu-make)[source](patches): Use it.
2018-03-22 18:58:05 +01:00
Marius Bakke 5e8cb5e698
gnu: glibc: Update to 2.27.
* gnu/packages/base.scm (glibc/linux): Update to 2.27.
[source](patches): Add 'glibc-hidden-visibility-ldconfig.patch' and
'glibc-2.27-git-fixes.patch'.
[native-inputs]: Add BISON.
[arguments]: Remove deprecated "--enable-add-ons" from #:configure-flags.
Also remove unneeded "libc_cv_ssp=no" and "libcv_ssp_strong=no".
(glibc-2.26): New public variable.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[native-inputs]:
Add BISON-BOOT0.
* gnu/packages/patches/glibc-2.27-git-fixes.patch,
gnu/packages/patches/glibc-hidden-visibility-ldconfig.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2018-03-22 18:58:05 +01:00
Mark H Weaver e0f9f85f8d
gnu: tzdata-for-tests: Update to 2018c.
* gnu/packages/base.scm (tzdata-for-tests): Replace with a simple hidden copy
of 'tzdata'.
2018-03-21 20:43:21 -04:00
Ludovic Courtès e288572710
gnu: gcc: Adjust 'strmov' patch for string constants in variables.
Fixes <https://bugs.gnu.org/30395>.

* gnu/packages/patches/gcc-strmov-store-file-names.patch: Update patch
to deal with string constants stored in 'static' variables.
2018-03-20 23:39:51 +01:00
Mark H Weaver ac21be848a
Merge branch 'master' into core-updates 2018-03-20 14:22:06 -04:00
Mark H Weaver d3da21d222
gnu: aspell: Return #t from all phases.
* gnu/packages/aspell.scm (aspell)[arguments]: Return #t from
the 'wrap-aspell' phase.
2018-03-20 14:18:12 -04:00
Mark H Weaver bca2413141
gnu: itstool: Return #t from all phases.
* gnu/packages/glib.scm (itstool)[arguments]: Return #t from
the 'wrap-program' phase.
2018-03-20 14:18:11 -04:00
Mark H Weaver 2e7c3e065b
gnu: webkitgtk: Return #t from all phases.
* gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from
the 'add-gst-plugins-base-include-path' phase.
2018-03-20 14:18:09 -04:00
Mark H Weaver 0392030d6a
gnu: orc: Return #t from all phases.
* gnu/packages/gstreamer.scm (orc)[arguments]: Return #t from
the 'disable-faulty-test' phase.
2018-03-20 14:18:07 -04:00
ng0 4a78fd4617
Correct name and Email for ng0.
* .mailmap: Correct name and Email for ng0.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/emacs.scm, gnu/packages/enlightenment.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm,
gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,
gnu/packages/guile.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm,
gnu/packages/image-viewers.scm, gnu/packages/image.scm,
gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm,
gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm,
gnu/packages/music.scm, gnu/packages/ncurses.scm,
gnu/packages/networking.scm, gnu/packages/nickle.scm,
gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-crypto.scm, gnu/packages/python-web.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/ruby.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/serialization.scm,
gnu/packages/shells.scm, gnu/packages/ssh.scm,
gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xfce.scm, gnu/packages/xml.scm,
gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm,
guix/licenses.scm: Likewise.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2018-03-20 17:17:58 +01:00
Kei Kebreau f812145e3e
gnu: ruby-sanitize: Update to 4.6.3.
This fixes CVE-2018-3740.

* gnu/packages/ruby.scm (ruby-sanitize): Update to 4.6.3.
2018-03-20 11:20:33 -04:00
宋文武 32745b71e1
gnu: cdogs-sdl: Update to commit bab20313.
Fixes <https://bugs.gnu.org/30623>.

* gnu/packages/games.scm (cdogs-sdl): Update to commit
bab2031369b9ea2dbeb7eedbde10a43dd8ca83db.
[source]: Use git-fetch.
2018-03-20 22:33:18 +08:00
Sahithi Yarlagadda c56739df6b
gnu: Add r-dyn.
* gnu/packages/cran.scm (r-dyn): New variable.
2018-03-20 15:00:52 +01:00
Ricardo Wurmus 4f1e4f33a0
gnu: pigx-bsseq: Update to 0.0.8.
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.8.
2018-03-20 14:56:44 +01:00
Marius Bakke dc7e07c9b9
Merge branch 'staging' 2018-03-20 14:13:05 +01:00
Ricardo Wurmus 616446ffbf
gnu: pigx-rnaseq: Update to 0.0.3.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.3.
[inputs]: Add gzip.
2018-03-20 12:20:51 +01:00
Marius Bakke 4735610ee3
gnu: poppler: Update to 0.63.0.
* gnu/packages/pdf.scm (poppler): Update to 0.63.0.
2018-03-20 11:57:26 +01:00
Marius Bakke 019c0eda94
gnu: fontconfig: Update to 2.13.0.
* gnu/packages/patches/fontconfig-remove-debug-printf.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/fontutils.scm (fontconfig): Update to 2.13.0.
[source](patches): Remove.
[propagated-inputs]: Add UTIL-LINUX.
2018-03-20 11:57:25 +01:00
Marius Bakke 7428581f8d
gnu: freetype: Update to 2.9.
* gnu/packages/fontutils.scm (freetype): Update to 2.9.
2018-03-20 11:57:25 +01:00
Ricardo Wurmus e35924865e
Revert "gnu: wayland: Disable failing tests."
This reverts commit e923cee1b9.
2018-03-20 11:47:00 +01:00
Mark H Weaver 647888845c
Merge branch 'master' into core-updates 2018-03-20 00:49:05 -04:00
Tobias Geerinckx-Rice c657716ede
gnu: dnsmasq: Fix description typos.
* gnu/packages/dns.scm (dnsmasq)[description]: Fix some typos.
2018-03-20 02:03:52 +01:00
Tobias Geerinckx-Rice 4e6c51d4eb
gnu: dnsmasq: Update to 2.79.
* gnu/packages/dns.scm (dnsmasq): Update to 2.79.
2018-03-20 02:03:52 +01:00
Marius Bakke a3e2b72ca9
gnu: certbot: Update to 0.22.1.
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.22.1.
2018-03-20 01:40:07 +01:00
Marius Bakke 818e6d9704
gnu: python-cryptography: Update to 2.2.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.2.
2018-03-20 01:25:10 +01:00
Marius Bakke c9838530d3
gnu: imlib2: Update to 1.5.1.
* gnu/packages/image.scm (imlib2): Update to 1.5.1.
2018-03-20 01:24:48 +01:00
Marius Bakke 264cb77646
gnu: imagemagick: Update to 6.9.9-39.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-39.
2018-03-20 01:09:16 +01:00
Marius Bakke 0d729c5b14
gnu: zziplib: Correct license.
* gnu/packages/compression.scm (zziplib)[license]: Add MPL1.1.
2018-03-20 01:06:43 +01:00
Marius Bakke 3f986ff657
gnu: zziplib: Update to 0.13.69.
* gnu/packages/compression.scm (zziplib): Update to 0.13.69.
[home-page]: Use new GitHub home.
[source](uri): Adjust accordingly.
[arguments]: Remove.
2018-03-20 00:56:04 +01:00
Marius Bakke 712be306a8
gnu: rofi: Update to 1.5.1.
* gnu/packages/xdisorg.scm (rofi): Update to 1.5.1.
2018-03-20 00:34:00 +01:00
Marius Bakke dbc75dadb5
Revert "Revert "gnu: patchelf: Update argument phase.""
This change only affects armhf, which doesn't use PatchELF.  My bad!

This reverts commit b1d096f869.
2018-03-20 00:20:59 +01:00
Marius Bakke b1d096f869
Revert "gnu: patchelf: Update argument phase."
It causes too many rebuilds this late in the 'staging' cycle.

This reverts commit c1d1cd817c.
2018-03-20 00:06:34 +01:00