summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
AgeCommit message (Expand)Author
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-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-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-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
2013-11-18gnu: pspp: Add input cairo....* gnu/packages/maths.scm (pspp): Add cairo and further necessary inputs. * gnu/packages/patches/pspp-tests.patch: New file, thanks to John Darrington <john@darrington.wattle.id.au>. * gnu-system.am (dist_patch_DATA): Register patch. Andreas Enge
2013-11-16gnu: glibc: Really disable 'ldconfig' and /etc/ld.so.cache....* gnu/packages/base.scm (glibc): Add 'snippet' to set use_ldconfig=no. Remove "glibc-no-ld-so-cache.patch"; that patch would still build 'ldconfig', and ld.so would still contain ld.so.cache-related code, and would look for info in /etc/etc/ld.so.cache (sic). * gnu/packages/patches/glibc-no-ld-so-cache.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2013-11-04gnu: mit-krb5: don't assume arguments are evaluated right-to-left....* gnu/packages/patches/mit-krb5-init-fix.patch: New file. * gnu/packages/mit-krb5.scm (mit-krb5): Apply patch at the end of the custom unpack phase. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: liboop: fix deplibs check method for mips64....* gnu/packages/patches/liboop-mips64-deplibs-fix.patch: New file. * gnu/packages/lsh.scm (liboop): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: gd: fix deplibs check method for mips64....* gnu/packages/patches/gd-mips64-deplibs-fix.patch: New file. * gnu/packages/gd.scm (gd): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: libmad: Fix MIPS assembler code to work with new GCC....* gnu/packages/patches/libmad-mips-newgcc.patch: New file. * gnu/packages/mp3.scm (libmad): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: libtheora: patch ancient config.guess to support mips64....* gnu/packages/patches/libtheora-config-guess.patch: New file. * gnu/packages/oggvorbis.scm (libtheora): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: alsa-lib: fix atomic op declarations for MIPS....* gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: New file. * gnu/packages/linux.scm (alsa-lib): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: gdb: Fix opcode table for Loongson fused multiply-add....* gnu/packages/patches/gdb-loongson-madd-fix.patch: New file. * gnu/packages/gdb.scm (gdb): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: libffi: fix handling of uint32_t arguments on MIPS N32....* gnu/packages/patches/libffi-mips-n32-fix.patch: New file. * gnu/packages/libffi.scm (libffi): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: libtool: skip a test that fails on MIPS N32....* gnu/packages/patches/libtool-skip-tests-for-mips.patch: New file. * gnu/packages/autotools.scm (libtool): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-11-03gnu: binutils: apply fixes and workarounds for Loongson 2F CPUs....* gnu/packages/patches/binutils-loongson-madd-fix.patch: New file. * gnu/packages/patches/binutils-loongson-workaround.patch: New file. * gnu/packages/base.scm (binutils): Add patches. * gnu-system.am (dist_patch_DATA): Add patches. Mark H Weaver
2013-11-01Merge branch 'master' into core-updatesLudovic Courtès
2013-11-01gnu: pulseaudio: increase timeout of thread test....* gnu/packages/patches/pulseaudio-test-timeouts.patch: New file. * gnu/packages/pulseaudio.scm (pulseaudio): Add patch. * gnu-system.am (dist_patch_DATA): Add patch. Mark H Weaver
2013-10-30gnu: Add gstreamer-0.10....* gnu/packages/gstreamer.scm (gstreamer-0.10): New variable. * gnu/packages/patches/gstreamer-0.10-bison3.patch, gnu/packages/patches/gstreamer-0.10-silly-test.patch: New files. * gnu-system.am (dist_patch_DATA): Add patches. Andreas Enge
2013-10-17gnu: glib: Work around test failure in 'gio/tests/network-address.c'....* gnu/packages/patches/glib-tests-newnet.patch: New file. * gnu/packages/glib.scm (glib): Use it. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-10-16gnu: make: Update to 4.0, with Guile support....* gnu/packages/base.scm (gnu-make): Update to 4.0. Add Guile as an input. (gnu-make-boot0): Patch 'build.sh' so it does not attempt to build 'guile.c'. (gnu-make-final): New variable. (%final-inputs): Use it. (glibc): Add 'glibc-make-4.0.patch'. * gnu/packages/patches/glibc-make-4.0.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-10-13gnu: cmake: Update patch to work with new system....* gnu/packages/patches/cmake-fix-tests.patch: Update to work with -p1. * gnu/packages/cmake.scm (cmake): Drop patch flag -p0. Andreas Enge
2013-10-12gnu: Add Qt 4.8.5....* gnu/packages/qt.scm (qt-4): New variable. * gnu/packages/patches/qt4-tests.patch: New file, patch dropping tests requiring a running X server. Andreas Enge
2013-10-11gnu: Valgrind: make it work with glibc 2.18....* gnu/packages/patches/valgrind-glibc.patch: update it. Cyril Roelandt
2013-10-10gnu: tar: Update to 1.17....* gnu/packages/base.scm (tar): Update to 1.17. Remove 'arguments' and 'inputs'. * gnu/packages/patches/tar-gets-undeclared.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove 'tar-gets-undeclared.patch'. Ludovic Courtès
2013-09-30gnu: glib: Update to 2.38.0....* gnu/packages/glib.scm (glib): Update to 2.38.0 and drop rewriting of GTESTER. * gnu/packages/patches/glib-tests-homedir.patch: Update patch for 2.38.0. * gnu/packages/patches/glib-tests-desktop.patch: Update patch for 2.38.0 and drop test dbus-appinfo. Andreas Enge
2013-09-25gnu: m4: Upgrade to 1.4.17....* gnu/packages/m4.scm (m4): Upgrade to 1.4.17. Remove 'm4-s_isdir.patch' and 'm4-gets-undeclared.patch'. * gnu/packages/patches/m4-s_isdir.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2013-09-23Merge branch 'master' into core-updatesLudovic Courtès
2013-09-15gnu: glibc: Fix 'ldd' on x86_64....Reported by Cyril Roelandt at <https://lists.gnu.org/archive/html/guix-devel/2013-09/msg00136.html>. * gnu/packages/patches/glibc-ldd-x86_64.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Use it. Ludovic Courtès
2013-09-13gnu: gnutls: Upgrade to 3.2.4....* gnu/packages/gnutls.scm (gnutls): Update to 3.2.4; remove 'arguments' field, remove "patch/fix-tests" from the inputs. * gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès
2013-09-11gnu: avahi, dbus: Use /var as $localstatedir....* gnu/packages/avahi.scm (avahi): Pass '--localstatedir'; add 'patch/localstatedir'. * gnu/packages/glib.scm (dbus): Pass '--localstatedir' and '--with-session-socket-dir'; add 'patch/localstatedir'. * gnu/packages/patches/avahi-localstatedir.patch, gnu/packages/patches/dbus-localstatedir.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Ludovic Courtès
2013-08-30gnu: hop: Allow compilation with Bigloo 4.0b....Fixes <http://bugs.gnu.org/15194>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/hop-bigloo-4.0b.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/scheme.scm (hop): Use it. Ludovic Courtès