summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
Commit message (Expand)AuthorAgeFilesLines
* gnu: 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ès2013-10-101-26/+0
* gnu: 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 Enge2013-09-302-31/+50
* gnu: 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ès2013-09-251-14/+0
* Merge branch 'master' into core-updatesLudovic Courtès2013-09-233-36/+42
|\
| * gnu: 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ès2013-09-131-36/+0
| * gnu: 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ès2013-09-112-0/+42
* | gnu: 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ès2013-09-151-0/+10
|/
* gnu: 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ès2013-08-301-0/+122
* gnu: Add Valgrind.•••* gnu/packages/valgrind.scm, gnu/packages/patches/valgrind-glibc.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add valgrind.scm. (dist_patch_DATA): Add valgrind-glibc.patch. Ludovic Courtès2013-08-241-0/+78
* gnu: guile-static: Add missing hunk in guile-default-utf8.patch.•••Before that, the ‘guile’ binary from ‘guile-static-stripped’ would abort as it tries and fails to open an iconv descriptor for ISO-8859-1. * gnu/packages/patches/guile-default-utf8.patch: Add missing hunk for Guile 2.0.9. Ludovic Courtès2013-08-211-0/+11
* gnu: bigloo: Update to 4.0b.•••* gnu/packages/scheme.scm (bigloo): Update to 4.0b. Patch the `configure-gc' scripts. Remove `patch-absolute-file-names' phase. * gnu/packages/patches/bigloo-gc-shebangs.patch: Adjust to new version. Ludovic Courtès2013-08-201-9/+10
* gnu: Add ripperX.•••* gnu/packages/mp3.scm (ripperx): New variable. * gnu/packages/patches/ripperx-libm.patch: New file. * gnu-system.am (dist_patch_DATA): Add patch. Andreas Enge2013-08-071-0/+12
* gnu: Add cdparanoia.•••* gnu/packages/cdrom.scm (cdparanoia): New variable. * gnu/packages/patches/cdparanoia-fpic.patch: New file. * gnu-system.am: Add patch. Andreas Enge2013-08-071-0/+60
* gnu: Rename "libapr" to "apr" and "libaprutil" to "apr-util".•••* gnu/packages/apr.scm: Rename file from libapr.scm. * gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file from libapr-skip-getservbyname-test.patch. * gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr. * gnu-system.am (dist_patch_DATA): Rename patch file. * gnu/packages/apr.scm (apr): Rename from libapr. * gnu/packages/apr.scm (apr-util): Rename from libaprutil, change input name. * gnu/packages/version-control.scm (subversion): Change input name. Andreas Enge2013-08-051-0/+0
* gnu: plotutils: Allow compilation with newer libpng.•••* gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file. * gnu/packages/plotutils.scm (plotutils): Add `plotutils-libpng-jmpbuf.patch' as an input, and apply it. Ludovic Courtès2013-07-121-0/+23
* Merge branch 'core-updates'Ludovic Courtès2013-07-091-77/+0
|\
| * gnu: gettext: Upgrade to 0.18.3.•••* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3. Remove patch. Change `patch-tests' phase to use (which "sh'); keep it regardless of whether we're cross compiling. Ludovic Courtès2013-07-081-77/+0
* | gnutls: fix the test-suite for 32 bits systems.•••* gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file. * gnu-system.am: Add it here... * gnu/packages/gnutls.scm (gnutls): ... and use it here. Thanks to Nikos Mavrogiannopoulos for providing this patch: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778 Cyril Roelandt2013-06-281-0/+36
* | gnu: lsh: Upgrade to 2.1.•••* gnu/packages/lsh.scm (lsh): Upgrade to 2.1. Add Nettle as an input. Remove now unneeded patches. * gnu/packages/patches/lsh-guile-compat.patch, gnu/packages/patches/lsh-no-root-login.patch, gnu/packages/patches/lsh-pam-service-name.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them. Ludovic Courtès2013-06-273-39/+0
|/
* gnu: glib: Update to 2.37.1.•••* gnu/packages/glib.scm (glib): Update to 2.37.1. Add Bash and tzdata as inputs. Remove `glib-tests-timezone.patch'. Augment `pre-build' phase to set `TZDIR', `XDG_CACHE_HOME', and to modify makefiles to honor $(TESTS_ENVIRONMENT). * gnu/packages/patches/glib-tests-desktop.patch, gnu/packages/patches/glib-tests-homedir.patch: Update. * gnu/packages/patches/glib-tests-timezone.patch: Remove. * Makefile.am (dist_patch_DATA): Update accordingly. Ludovic Courtès2013-06-083-66/+26
* gnu: cross-gcc: Change patch so that `CROSS_LIBRARY_PATH' is honored.•••* gnu/packages/patches/gcc-cross-environment-variables.patch: Add two hunks, most notably one that changes GCC to honor LIBRARY_PATH_ENV when cross-compiling. Ludovic Courtès2013-05-241-0/+24
* gnu: Add Scheme48.•••* gnu/packages/scheme.scm (scheme48): New variable. * gnu/packages/patches/scheme48-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-05-111-0/+36
* gnu: shishi: Update to 1.0.2.•••* gnu/packages/shishi.scm (shishi): Update to 1.0.2. * gnu/packages/patches/shishi-gets-undeclared.patch: Remove it. * Makefile.am (dist_patch_DATA): Adjust accordingly. Nikita Karetnikov2013-04-121-71/+0
* gnu: Python: fix the compilation of some modules from the standard library.•••This commit enables the bz2, dbm, readline, ssl and zlib modules. * gnu/packages/gdbm.scm: Enable the compatibility mode. * gnu/packages/python.scm: Enable a few modules from the standard library. * gnu/packages/patches/python-fix-dbm.patch: New file. * Makefile.am: Add it. Cyril Roelandt2013-04-121-0/+20
* Merge branch 'xorg' into core-updatesAndreas Enge2013-04-041-0/+15
|\
| * gnu: Add xpdf.•••* gnu/packages/pdf.scm (xpdf): New variable. * gnu/packages/patches/xpdf-constchar.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Andreas Enge2013-03-311-0/+15
* | Merge branch 'master' into core-updates•••Conflicts: Makefile.am gnu/packages/base.scm Ludovic Courtès2013-03-294-6/+79
|\ \ | |/ |/|
| * glib: Patch around prlimit(2) failure.•••* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome. [inputs]: Add `patch/tests-prlimit'. [arguments]: Add it. * gnu/packages/patches/glib-tests-prlimit.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-03-271-0/+14
| * gnu: Add cmake.•••* gnu/packages/cmake.scm: New file. * gnu/packages/patches/cmake-fix-tests.patch: New file. * Makefile.am: Add them. Cyril Roelandt2013-03-211-0/+45
| * gnu: emacs: Update to 24.3.•••* gnu/packages/emacs.scm (emacs): Update to 24.3. Use the .xz tarball. * gnu/packages/patches/emacs-configure-sh.patch: Adjust. Ludovic Courtès2013-03-141-6/+5
| * gnu: Add w3m.•••* gnu/packages/w3m.scm, gnu/packages/patches/w3m-fix-compile.patch: New files. * Makefile.am (MODULES): Add 'w3m.scm'. (dist_patch_DATA): Add 'w3m-fix-compile.patch'. Nikita Karetnikov2013-03-061-0/+15
* | Merge branch 'master' into core-updates•••Conflicts: Makefile.am guix/scripts/gc.scm guix/scripts/package.scm guix/ui.scm tests/guix-package.sh Ludovic Courtès2013-03-041-0/+15
|\|
| * gnu: Add vpnc.•••* gnu/packages/vpn.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/patches/vpnc-script.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Andreas Enge2013-03-031-0/+15
| * gnu: qemu-kvm: Add patch to have multiple SMB shares.•••* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable. * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-161-0/+20
| * gnu: guile-static: Add bindings for `reboot'.•••* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'. Ludovic Courtès2013-02-161-2/+44
| * gnu: guile-static: Add bindings for low-level Linux syscalls.•••* gnu/packages/make-bootstrap.scm (%guile-static): Add `guile-linux-syscalls.patch' as an input, and use it. * gnu/packages/patches/guile-linux-syscalls.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-151-0/+234
| * gnu: Add missing patch for mcron.•••* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-141-0/+22
* | gnu: Add cross tool chain.•••* gnu/packages/cross-base.scm: New file. * gnu/packages/patches/gcc-cross-environment-variables.patch: New file. * Makefile.am (MODULES): Add cross-base.scm. (dist_patch_DATA): Add gcc-cross-environment-variables.patch. * gnu/packages/base.scm (gcc-4.7): Use `LDFLAGS_FOR_TARGET' instead of `LDFLAGS_FOR_BUILD', and use `-B' instead of `-L'. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "mips64el-linux". Ludovic Courtès2013-02-271-0/+24
* | gnu: qemu-kvm: Add patch to have multiple SMB shares.•••* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable. * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-271-0/+20
* | gnu: guile-static: Add bindings for `reboot'.•••* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'. Ludovic Courtès2013-02-271-2/+44
* | gnu: guile-static: Add bindings for low-level Linux syscalls.•••* gnu/packages/make-bootstrap.scm (%guile-static): Add `guile-linux-syscalls.patch' as an input, and use it. * gnu/packages/patches/guile-linux-syscalls.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-271-0/+234
* | gnu: Add missing patch for mcron.•••* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-271-0/+22
|/
* gnu: Add tcsh.•••* gnu/packages/tcsh.scm: New file. * gnu/packages/patches/tcsh-fix-autotest.patch: New file * Makefile.am: Add them. Cyril Roelandt2013-02-101-0/+231
* gnu: Add GNU GRUB.•••* gnu/packages/grub.scm, gnu/packages/patches/grub-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add grub.scm. (dist_patch_DATA): Add grub-gets-undeclared.patch. Ludovic Courtès2013-02-101-0/+42
* gnu: Add flac.•••* gnu/packages/oggvorbis.scm (flac): New variable. * gnu/packages/oggvorbis.scm (vorbis-tools): Add flac input. * gnu/packages/patches/flac-fix-memcmp-not-declared.patch: New file. Andreas Enge2013-01-311-0/+13
* gnu: Add TECkit.•••* gnu/packages/freetype.scm (teckit): New variable. * gnu/packages/patches/teckit-cstdio.patch: New file. * Makefile.am (dist_patch_DATA): Add patch. Andreas Enge2013-01-261-0/+10
* gnu: Add libapr.•••* gnu/packages/libapr.scm: New file. * gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file * Makefile.am: Add them Cyril Roelandt2013-01-251-0/+25
* gnu: automake: Adjust test suite to lack of /bin/sh.•••* gnu/packages/autotools.scm (autoconf-wrapper): New variable. (automake): Use AUTOCONF-WRAPPER instead of AUTOCONF. Add `automake-skip-amhello-tests.patch' as an input. Add #:patches and #:phases arguments. * gnu/packages/patches/automake-skip-amhello-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-01-221-0/+39
* gnu: Add missing libevent patch.•••* gnu/packages/patches/libevent-dns-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-01-211-0/+16
* distro: glib: Run the test suite; add DBus.•••* distro/packages/glib.scm: Rename to... * gnu/packages/glib.scm: ... this. Update module declaration accordingly. (dbus): New variable. (glib): Change version number to 2.34.3, and adjust URL accordingly. Add a "doc" output. Add #:configure-flags, #:patches, and #:phases arguments. Add DBUS as an input, as well a three patches. * Makefile.am (MODULES): Adjust to file renaming. (dist_patch_DATA): Add `glib-tests-timezone.patch', `glib-tests-homedir.patch', and `glib-tests-desktop.patch'. Ludovic Courtès2013-01-193-0/+187