summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
AgeCommit message (Expand)Author
2014-04-10gnu: qemu: Remove 'qemu-with-multiple-smb-shares' package....* gnu/packages/qemu.scm (qemu/smb-shares): Remove. * gnu/packages/patches/qemu-multiple-smb-shares.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-04-09gnu: qemu: Upgrade to 1.7.1; add virtfs support....* gnu/packages/qemu.scm (qemu-headless): Upgrade to 1.7.1. [source]: Remove 'patches' field. [arguments]: Add --enable-virtfs configure flag. [inputs]: Add libcap and attr. * gnu/packages/patches/qemu-make-4.0.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-04-07gnu: Add patchutils and quilt...* gnu/packages/patchutils.scm: New file * gnu/packages/patches/patchutils-xfail-gendiff-tests.patch: New patch * gnu-system.am (GNU_SYSTEM_MODULES): Add patchutils. (dist_patch_DATA): Add patch. Eric Bavier
2014-04-07gnu: Python: disable failing tests on MIPS64....* gnu/packages/patches/python-fix-tests.patch: disable two failing tests on MIPS64. Cyril Roelandt
2014-04-07gnu: python: Apply mips n32 fix to bundled libffi....* gnu/packages/patches/python-libffi-mips-n32-fix.patch: New file. * gnu/packages/python.scm (python-2, python): Add it. * gnu-system.am (dist_patch_DATA): Add it. Mark H Weaver
2014-04-07gnu: Python: disable test_wait_result() as it fails on some setups...* gnu/packages/patches/python-fix-tests.patch: disable a failing test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Cyril Roelandt
2014-04-05gnu: qemu: Change multiple-SMB-share patch to /gnu/store....* gnu/packages/patches/qemu-multiple-smb-shares.patch: Change "/nix/store" to "/gnu/store". Ludovic Courtès
2014-04-04gnu: guile-ssh: Use libssh 0.5.5 patched for CVE-2014-0017....* gnu/packages/patches/libssh-CVE-2014-0017.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (libssh-0.5): New variable. (guile-ssh): Use it. Ludovic Courtès
2014-04-04gnu: valgrind: Adjust patch for glibc 2.19....* gnu/packages/patches/valgrind-glibc.patch: s/2.18/2.19/. Ludovic Courtès
2014-04-02gnu: sqlite: Fix sqlite on systems with page size larger than 32K....Based on a patch by Dan Kennedy <danielk1977@gmail.com>. * gnu/packages/patches/sqlite-large-page-size-fix.patch: New file. * gnu/packages/sqlite.scm (sqlite): Add it. * gnu-system.am (dist_patch_DATA): Add it. Mark H Weaver
2014-03-26gnu: Add mc...* gnu/packages/mc.scm: New file * gnu/packages/patches/mc-fix-ncurses-build.patch: New patch * gnu-system.am (GNU_SYSTEM_MODULES): Add mc.scm. (dist_patch_DATA): Add patch Eric Bavier
2014-03-25gnu: remove python-fix-dbm.patch...* gnu/packages/patches/python-fix-dbm.patch: remove file. It is not needed anymore, and is probably a left-over of a failed merge. * gnu-system.am: remove gnu/packages/patches/python-fix-dbm.patch Cyril Roelandt
2014-03-25gnu: Enable tests in Python 3....* gnu/packages/python.scm: enable tests for Python 3 * gnu/packages/python-fix-tests.patch: New file. * gnu/packages/gnu-system.am (dist_patch_DATA): add it. Cyril Roelandt
2014-03-17Merge branch 'master' into core-updatesLudovic Courtès
2014-03-17gnu: pulseaudio: Upgrade to 5.0....* gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0. Remove patches. * gnu/packages/patches/pulseaudio-test-timeouts.patch, gnu/packages/patches/pulseaudio-volume-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-03-10Merge branch 'master' into core-updatesLudovic Courtès
2014-03-07gnu: Add a2ps, trueprint, enscript, and source-highlight...* gnu/packages/pretty-print.scm: New file * gnu/packages/patches/source-highlight-regexrange-test.patch: New file * gnu-system.am (dist_patch_DATA): Add patch. (GNU_SYSTEM_MODULES): Add pretty-print.scm Eric Bavier
2014-03-07coreutils: fix test suite...* gnu/packages/patches/coreutils-skip-nohup.patch: patch taken from the git repository of coreutils, that makes sure tests/misc/nohup.sh does not fail when /dev/tty does not exist. * gnu/packages/base.scm (coreutils): use it. * gnu-system.am (dist_patch_DATA): add it. Cyril Roelandt
2014-03-06gnu: Add bitlbee....* gnu/packages/messaging.scm (bitlbee): New variable. * gnu/packages/patches/bitlbee-fix-tests.patch: New file. * gnu/packages/patches/bitlbee-memset-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add patches. Mark H Weaver
2014-02-28gnu: coreutils: Patch 'Makefile.in', not 'local.mk'....* gnu/packages/patches/coreutils-dummy-man.patch: Patch 'Makefile.in', not 'local.mk'; the latter otherwise requires Automake to regenerate the build system. Ludovic Courtès
2014-02-22gnu: coreutils: Attempt to really fix cross-compilation....* gnu/packages/patches/coreutils-dummy-man.patch: Directly take the patch from <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. Ludovic Courtès
2014-02-22Merge branch 'master' into core-updates...Conflicts: gnu-system.am Ludovic Courtès
2014-02-21gnu: mpc123: Add patch that fixes a segfault....* gnu/packages/patches/mpc123-initialize-ao.patch: New file. * gnu/packages/mp3.scm (mpc123): Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2014-02-19gnu: bigloo: Upgrade to 4.1a....* gnu/packages/scheme.scm (bigloo): Upgrade to 4.1a. Ludovic Courtès
2014-02-17gnu: patchelf: Fix platform page size determination....* gnu/packages/patches/patchelf-page-size.patch: New file. * gnu/packages/elf.scm (patchelf): Add the patch. * gnu-system.am (dist_patch_DATA): Add the patch. Mark H Weaver
2014-02-16gnu: dmd: Sleep longer in tests, for slower machines....* gnu/packages/patches/dmd-tests-longer-sleeps.patch: New file. * gnu/packages/admin.scm (dmd): Add the patch. * gnu-system.am (dist_patch_DATA): Add it. Mark H Weaver
2014-02-16gnu: ratpoison: Patch to use $SHELL instead of /bin/sh....* gnu/packages/patches/ratpoison-shell.patch: New file. * gnu/packages/ratpoison.scm (ratpoison): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2014-02-12gnu: gnunet: Fix failing testcases....* gnu/packages/gnunet.scm (gnurl): Add pkg-config. * gnu/packages/patches/gnunet-fix-tests.patch: Append fix for integration testcases. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sree Harsha Totakura
2014-02-11gnu: curl, gnurl: Fix failing testcase 172....* gnu/packages/patches/curl-fix-test172.patch: New file. * gnu-system.am (dist_patch_DATA): Add the patch file. * gnu/packages/gnunet.scm (gnurl): Apply the patch file. * gnu/packages/curl.scm (curl): Apply the patch file. Signed-off-by: Andreas Enge <andreas@enge.fr> Sree Harsha Totakura
2014-02-10gnu: Add GNUnet....* gnunet/packages/gnunet.scm (gnunet): New variable. * gnu/package/patches/gnunet-fix-scheduler.patch: New file. * gnu/package/patches/gnunet-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add the above two patch files. Co-authored-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sree Harsha Totakura
2014-02-10gnu: glibc: Upgrade to 2.19....* gnu/packages/base.scm (glibc): Upgrade to 2.19. Remove 'glibc-make-4.0.patch'. * gnu/packages/patches/glibc-make-4.0.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-02-10gnu: coreutils: Fix cross-compilation issue with 'dummy-man'....This should work around the bug described at <http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/coreutils/coreutils-8.22/fix-for-dummy-man-usage.patch>. * gnu/packages/base.scm (coreutils)[patches]: Add 'coreutils-dummy-man.patch'. [native-inputs]: Don't pass PERL when (%current-target-system) is true. * gnu/packages/patches/coreutils-dummy-man.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2014-02-09gnu: slim: Work around flaky synchronization with the X server....* gnu/packages/patches/slim-sigusr1.patch: New file. * gnu/packages/slim.scm (slim): Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2014-02-06gnu: gdb: Upgrade to 7.7....* gnu/packages/gdb.scm (gdb): Upgrade to 7.7. Remove 'gdb-loongson-madd-fix.patch', no longer needed. * gnu/packages/patches/gdb-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2014-02-05gnu: slim: Upgrade to 1.3.6; allow the choice of a config file at run time....* gnu/packages/slim.scm (slim): Upgrade to 1.3.6. Add patches. Comment out systemd-related stuff from CMakeLists.txt. Add "-DBUILD_SHARED_LIBS=OFF" and "-DCMAKE_SKIP_BUILD_RPATH=ON" to #:configure-flags. Adjust 'home-page' field. * gnu/packages/patches/slim-config.patch, gnu/packages/patches/slim-session.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Ludovic Courtès
2014-02-05gnu: inkscape: New module...* gnu/packages/inkscape.scm, gnu/packages/patches/inkscape-stray-comma.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm. (dist_patch_DATA): Add inkscape-stray-comma.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2014-01-25Merge branch 'master' into core-updatesLudovic Courtès
2014-01-20gnu: glib: Upgrade to 2.39.1....* gnu/packages/glib.scm (glib): Upgrade to 2.39.1. Run tests sequentially. * gnu/packages/patches/glib-tests-desktop.patch: Adjust for 2.39.1. Add hunk for gsettings.c. Ludovic Courtès
2014-01-15gnu: pspp: Upgrade to 0.8.2...* gnu/packages/maths.scm (pspp): Update to 0.8.2. * gnu/packages/patches/pspp-tests.patch: Deleted. * gnu-system.am: Removed pspp-tests.patch from the manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2014-01-08gnu: binutils: Upgrade to 2.24....* gnu/packages/patches/binutils-loongson-madd-fix.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (binutils): Upgrade to 2.24. Remove 'binutils-loongson-madd-fix.patch'. Remove 'outputs' field. Pass '--enable-install-libbfd'. Ludovic Courtès
2014-01-03gnu: pulseaudio: Add patch for 'volume-test'; re-enable tests....* gnu/packages/patches/pulseaudio-volume-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio): Use it. Remove #:tests? #t. Ludovic Courtès
2013-12-29gnu: gnome: Add new package gtkglext...* gnu/packages/gnome.scm (gtkglext): New variable. * gnu/packages/patches/gtkglext-disable-disable-deprecated.patch, gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Darrington
2013-12-15gnu: gobject-introspection: look for 'gcc' when no compiler seems available....* gnu/packages/patches/gobject-introspection.patch: New file. Cyril Roelandt
2013-12-13gnu: ffmpeg: Check via "make fate"....* gnu/packages/patches/ffmpeg-check.patch: Drop patch. * gnu-system.am (dist_patch_DATA): Unregister patch. * gnu/packages/video.scm (ffmpeg): Drop patch and use "fate" as test target as recommended at http://trac.ffmpeg.org/ticket/3177#comment:11 . * gnu/packages/video.scm Andreas Enge
2013-12-11gnu: guix: Upgrade to 0.5....* gnu/packages/package-management.scm (guix): Upgrade to 0.5. Update the bootstrap binaries; add mips64el; add 'guix-test-networking.patch'. Ludovic Courtès
2013-12-08gnu: Populate /etc upon startup....* gnu/packages/patches/dmd-getpw.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/system.scm (dmd): Use it. * gnu/system/vm.scm (system-qemu-image): Don't explicitly populate /etc; don't add ETC to the GC roots. * gnu/system/dmd.scm (dmd-configuration-file): Add 'etc' parameter. [config]: Populate /etc from there. Ludovic Courtès
2013-12-05gnu: ffmpeg: Enable tests....* gnu/packages/video.scm (ffmpeg): Add upstream patch and re-enable tests. * gnu/packages/patches/ffmpeg-check.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. Andreas Enge
2013-11-27gnu: luit: Accomodate stricter warnings of gcc-4.8....* gnu/packages/patches/luit-posix.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/xorg.scm (luit): Apply patch. Andreas Enge
2013-11-26gnu: qemu: Upgrade to 1.6.1....* gnu/packages/patches/qemu-make-4.0.patch: New file. * gnu/packages/qemu.scm (qemu-headless): Use it. Upgrade to 1.6.1. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-11-26gnu: xmodmap: Add patch to allow builds with GCC 4.8....* gnu/packages/patches/xmodmap-asprintf.patch: New file. * gnu/packages/xorg.scm (xmodmap): Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès