Age | Commit message (Collapse) | Author |
|
* gnu/packages/python.scm (python-3.6): Update to 3.6.5.
|
|
* gnu/packages/icu4c.scm (icu4c): Update to 61.1.
|
|
* gnu/packages/patches/util-linux-tests.patch: Adjust context.
* gnu/packages/patches/util-linux-CVE-2018-7738.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (util-linux): Update to 2.32.
[source](patches): Remove 'util-linux-CVE-2018-7738.patch'.
|
|
* gnu/packages/tls.scm (openssl): Update to 1.0.2o. Remove snippet.
|
|
* gnu/packages/patches/elogind-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/freedesktop.scm (elogind)[source]: Add patch.
[arguments]: Replace the bootstrap phase with what was previously the
autogen phase.
|
|
* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom
bootstrap phase.
|
|
* gnu/packages/video.scm (aalib)[arguments]: Use invoke in the custom
configure phase.
|
|
* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom
configure phase.
|
|
* gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm,
gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm,
gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm,
gnu/packages/commencement.scm, gnu/packages/dictionaries.scm,
gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm,
gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm,
gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm,
gnu/packages/javascript.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm,
gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm,
gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm,
gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages
using 'trivial-build-system', use invoke where appropriate, raise exceptions
on errors, and otherwise return #t.
|
|
* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
|
|
* gnu/packages/dictionaries.scm (vera)[arguments]: Use invoke and remove
vestigial plumbing in the builder.
|
|
* gnu/packages/scheme.scm (sicp)[arguments]: Use invoke and remove vestigial
plumbing in the builder.
|
|
This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813,
which was based on a monolithic nghttp2.
* gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
|
|
* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.4.
|
|
Fixes <https://bugs.gnu.org/30006>.
* gnu/packages/compression.scm (bzip2)[arguments]: Rework
INSTALL-SHARED-LIBS-PHASE to manage all library symlinks.
|
|
* gnu/packages/selinux.scm (libselinux)[arguments]: Use invoke in the 'pywrap'
and 'install-pywrap' phases.
|
|
* gnu/packages/video.scm (libva)[arguments]: Return #t from
the 'fix-dlopen-paths' phase.
|
|
* gnu/packages/commencement.scm (perl-boot0): Return #t from the
'disable-pthreads' phase.
|
|
* gnu/packages/patches/glibc-bootstrap-system.patch: Adapt for glibc-2.27.
|
|
* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
|
|
Fix a regression introduced by commit
189be331acfda1c242a9c85fca8d2a0356742f48.
* gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom
'bootstrap' phase that present prior to commit 189be33.
|
|
* gnu/packages/linux.scm (wireless-regdb)[arguments]: Add 'gzip-determinism'
phase.
|
|
* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add 'pre-bootstrap'
phase.
|
|
* gnu/packages/admin.scm (shadow)[arguments]: Return #t from
the 'set-nscd-file-name' phase.
|
|
* gnu/packages/patches/pulseaudio-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add the patch.
[arguments]: Replace 'bootstrap' phase.
[native-inputs]: Add autoconf, automake, and libtool.
|
|
* gnu/packages/xorg.scm (mkfontdir)[arguments]: Return #t from
the 'wrap-mkfontdir' phase.
|
|
* gnu/packages/embedded.scm (binutils-vc4)[arguments]: Use invoke.
|
|
* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Use invoke in the
custom configure phase.
|
|
* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the
'set-glibc-file-names' phase.
|
|
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
|
|
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Use invoke.
|
|
* gnu/packages/tex.scm (texmaker)[arguments]: Use invoke in the custom
configure phase.
|
|
* gnu/packages/tex.scm (texlive-metafont-base)[arguments]: Use invoke in the
custom build phase.
|
|
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use invoke and remove
vestigial plumbing.
|
|
* gnu/packages/tex.scm (texlive-fonts-rsfs)[arguments]: Remove vestigial error
code plumbing.
|
|
* gnu/packages/tex.scm (texlive-fonts-latex)[arguments]: Use invoke and remove
vestigial plumbing from the build phase.
|
|
* gnu/packages/tex.scm (texlive-fonts-knuth-lib)[arguments]: Use invoke in the
custom build phase.
|
|
* gnu/packages/tex.scm (texlive-fonts-ec)[arguments]: Remove vestigial error
code plumbing.
|
|
* gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Use invoke and remove
vestigial plumbing.
|
|
* gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]: Use invoke and
remove vestigial plumbing in the custom build phase.
|
|
* gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 'postinst'
phase.
|
|
* gnu/packages/tcl.scm (tcl)[arguments]: Use invoke and remove vestigial
plumbing in the 'install-private-headers' phase.
|
|
* gnu/packages/version-control.scm (subversion)[arguments]: Use invoke and
remove vestigial plumbing in the 'install-perl-bindings' phase.
|
|
* gnu/packages/databases.scm (postgresql)[arguments]: Use invoke in the
'build-contrib' and 'install-contrib' phases.
|
|
* gnu/packages/pciutils.scm (pciutils)[arguments]: Use invoke in the custom
install phase.
|
|
* gnu/packages/ssh.scm (openssh)[arguments]: Use invoke and remove vestigial
plumbing in the custom install phase.
|
|
* gnu/packages/certs.scm (le-certs)[arguments]: Use invoke in the builder.
|
|
* gnu/packages/certs.scm (nss-certs)[arguments]: Use invoke to detect errors
while running 'certdata2pem.py'.
|
|
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use invoke in the check phase.
|
|
* gnu/packages/assembly.scm (nasm)[arguments]: Use invoke in
the 'install-info' phase.
|