| Commit message (Expand) | Author | Age |
* | gnu: cmake: Update to 3.11.0.•••* gnu/packages/cmake.scm (cmake): Update to 3.11.0.
[arguments]: Enable fixed test. Adjust file substitutions. Run tests and
"./configure" in parallel.
(cmake-3.11): Remove variable.
* gnu/packages/storage.scm (ceph)[arguments]: Remove #:cmake.
| Marius Bakke | 2018-03-29 |
* | gnu: libgpg-error: Update to 1.28.•••* gnu/packages/gnupg.scm (libgpg-error): Update to 1.28.
| Marius Bakke | 2018-03-29 |
* | gnu: tcl, tk: Update to 8.6.8.•••* gnu/packages/tcl.scm (tcl, tk): Update to 8.6.8.
| Marius Bakke | 2018-03-29 |
* | gnu: python: Update to 3.6.5.•••* gnu/packages/python.scm (python-3.6): Update to 3.6.5.
| Marius Bakke | 2018-03-29 |
* | gnu: icu4c: Update to 61.1.•••* gnu/packages/icu4c.scm (icu4c): Update to 61.1.
| Marius Bakke | 2018-03-29 |
* | gnu: util-linux: Update to 2.32.•••* 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'.
| Marius Bakke | 2018-03-29 |
* | gnu: openssl: Update to 1.0.2o.•••* gnu/packages/tls.scm (openssl): Update to 1.0.2o. Remove snippet.
| Mark H Weaver | 2018-03-28 |
* | gnu: elogind: Fix build with glibc-2.27.•••* 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.
| Mark H Weaver | 2018-03-28 |
* | gnu: liba52: Use invoke.•••* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom
bootstrap phase.
| Mark H Weaver | 2018-03-27 |
* | gnu: aalib: Use invoke.•••* gnu/packages/video.scm (aalib)[arguments]: Use invoke in the custom
configure phase.
| Mark H Weaver | 2018-03-27 |
* | gnu: aspell-dict-*: Use invoke.•••* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom
configure phase.
| Mark H Weaver | 2018-03-27 |
* | gnu: Use invoke and return #t from all builders.•••* 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.
| Mark H Weaver | 2018-03-27 |
* | gnu: 0ad-data: Use invoke.•••* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
| Mark H Weaver | 2018-03-27 |
* | gnu: vera: Use invoke.•••* gnu/packages/dictionaries.scm (vera)[arguments]: Use invoke and remove
vestigial plumbing in the builder.
| Mark H Weaver | 2018-03-27 |
* | gnu: sicp: Use invoke.•••* gnu/packages/scheme.scm (sicp)[arguments]: Use invoke and remove vestigial
plumbing in the builder.
| Mark H Weaver | 2018-03-27 |
* | gnu: curl: Use nghttp2's ‘lib’ output.•••This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813,
which was based on a monolithic nghttp2.
* gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
| Tobias Geerinckx-Rice | 2018-03-28 |
* | gnu: libatomic-ops: Update to 7.6.4.•••* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.4.
| Marius Bakke | 2018-03-27 |
* | gnu: bzip2: Provide libbz2.so and libbz2.so.1.•••Fixes <https://bugs.gnu.org/30006>.
* gnu/packages/compression.scm (bzip2)[arguments]: Rework
INSTALL-SHARED-LIBS-PHASE to manage all library symlinks.
| Marius Bakke | 2018-03-27 |
* | gnu: libselinux: Use invoke.•••* gnu/packages/selinux.scm (libselinux)[arguments]: Use invoke in the 'pywrap'
and 'install-pywrap' phases.
| Mark H Weaver | 2018-03-25 |
* | gnu: libva: Return #t from all phases.•••* gnu/packages/video.scm (libva)[arguments]: Return #t from
the 'fix-dlopen-paths' phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: perl-boot0: Return #t from all phases.•••* gnu/packages/commencement.scm (perl-boot0): Return #t from the
'disable-pthreads' phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: make-bootstrap: Adapt glibc-bootstrap-system.patch for glibc-2.27.•••* gnu/packages/patches/glibc-bootstrap-system.patch: Adapt for glibc-2.27.
| Mark H Weaver | 2018-03-25 |
* | gnu: crda: Inhibit gzip timestamp.•••* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: asciidoc: Restore custom 'bootstrap' 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.
| Mark H Weaver | 2018-03-25 |
* | gnu: wireless-regdb: Inhibit gzip timestamp.•••* gnu/packages/linux.scm (wireless-regdb)[arguments]: Add 'gzip-determinism'
phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: xf86-video-intel: Fix error during bootstrap.•••* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add 'pre-bootstrap'
phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: shadow: Return #t from all phases.•••* gnu/packages/admin.scm (shadow)[arguments]: Return #t from
the 'set-nscd-file-name' phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: pulseaudio: Fix build with glibc-2.27.•••* 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.
| Mark H Weaver | 2018-03-25 |
* | gnu: mkfontdir: Return #t from all phases.•••* gnu/packages/xorg.scm (mkfontdir)[arguments]: Return #t from
the 'wrap-mkfontdir' phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: binutils-vc4: Use invoke.•••* gnu/packages/embedded.scm (binutils-vc4)[arguments]: Use invoke.
| Mark H Weaver | 2018-03-25 |
* | gnu: bdb: Use invoke.•••* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Use invoke in the
custom configure phase.
| Mark H Weaver | 2018-03-25 |
* | gnu: clang: Return #t from all phases.•••* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the
'set-glibc-file-names' phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: at-spi2-atk: Use invoke.•••* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
| Mark H Weaver | 2018-03-23 |
* | gnu: at-spi2-core: Use invoke.•••* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Use invoke.
| Mark H Weaver | 2018-03-23 |
* | gnu: texmaker: Use invoke.•••* gnu/packages/tex.scm (texmaker)[arguments]: Use invoke in the custom
configure phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-metafont-base: Use invoke.•••* gnu/packages/tex.scm (texlive-metafont-base)[arguments]: Use invoke in the
custom build phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-latex-base: Use invoke.•••* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Use invoke and remove
vestigial plumbing.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-fonts-rsfs: Remove vestigial error plumbing.•••* gnu/packages/tex.scm (texlive-fonts-rsfs)[arguments]: Remove vestigial error
code plumbing.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-fonts-latex: Use invoke.•••* gnu/packages/tex.scm (texlive-fonts-latex)[arguments]: Use invoke and remove
vestigial plumbing from the build phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-fonts-knuth-lib: Use invoke.•••* gnu/packages/tex.scm (texlive-fonts-knuth-lib)[arguments]: Use invoke in the
custom build phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-fonts-ec: Remove vestigial error code plumbing.•••* gnu/packages/tex.scm (texlive-fonts-ec)[arguments]: Remove vestigial error
code plumbing.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-fonts-cm: Use invoke.•••* gnu/packages/tex.scm (texlive-fonts-cm)[arguments]: Use invoke and remove
vestigial plumbing.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-fonts-amsfonts: Use invoke.•••* gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]: Use invoke and
remove vestigial plumbing in the custom build phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: texlive-bin: Use invoke.•••* gnu/packages/tex.scm (texlive-bin)[arguments]: Use invoke in the 'postinst'
phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: tcl: Use invoke.•••* gnu/packages/tcl.scm (tcl)[arguments]: Use invoke and remove vestigial
plumbing in the 'install-private-headers' phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: subversion: Use invoke.•••* gnu/packages/version-control.scm (subversion)[arguments]: Use invoke and
remove vestigial plumbing in the 'install-perl-bindings' phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: postgresql: Use invoke.•••* gnu/packages/databases.scm (postgresql)[arguments]: Use invoke in the
'build-contrib' and 'install-contrib' phases.
| Mark H Weaver | 2018-03-23 |
* | gnu: pciutils: Use invoke.•••* gnu/packages/pciutils.scm (pciutils)[arguments]: Use invoke in the custom
install phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: openssh: Use invoke.•••* gnu/packages/ssh.scm (openssh)[arguments]: Use invoke and remove vestigial
plumbing in the custom install phase.
| Mark H Weaver | 2018-03-23 |
* | gnu: le-certs: Use invoke.•••* gnu/packages/certs.scm (le-certs)[arguments]: Use invoke in the builder.
| Mark H Weaver | 2018-03-23 |