aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
AgeCommit message (Collapse)Author
2013-03-06gnu: Add w3m.Nikita Karetnikov
* 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'.
2013-03-04Merge branch 'master' into core-updatesLudovic Courtès
Conflicts: Makefile.am guix/scripts/gc.scm guix/scripts/package.scm guix/ui.scm tests/guix-package.sh
2013-03-03gnu: Add vpnc.Andreas Enge
* 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.
2013-02-27gnu: Add cross tool chain.Ludovic Courtès
* 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".
2013-02-27gnu: qemu-kvm: Add patch to have multiple SMB shares.Ludovic Courtès
* 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.
2013-02-27gnu: guile-static: Add bindings for `reboot'.Ludovic Courtès
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
2013-02-27gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès
* 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.
2013-02-27gnu: Add missing patch for mcron.Ludovic Courtès
* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-16gnu: qemu-kvm: Add patch to have multiple SMB shares.Ludovic Courtès
* 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.
2013-02-16gnu: guile-static: Add bindings for `reboot'.Ludovic Courtès
* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
2013-02-15gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès
* 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.
2013-02-14gnu: Add missing patch for mcron.Ludovic Courtès
* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-02-10gnu: Add tcsh.Cyril Roelandt
* gnu/packages/tcsh.scm: New file. * gnu/packages/patches/tcsh-fix-autotest.patch: New file * Makefile.am: Add them.
2013-02-10gnu: Add GNU GRUB.Ludovic Courtès
* 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.
2013-01-31gnu: Add flac.Andreas Enge
* 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.
2013-01-26gnu: Add TECkit.Andreas Enge
* gnu/packages/freetype.scm (teckit): New variable. * gnu/packages/patches/teckit-cstdio.patch: New file. * Makefile.am (dist_patch_DATA): Add patch.
2013-01-25gnu: Add libapr.Cyril Roelandt
* gnu/packages/libapr.scm: New file. * gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file * Makefile.am: Add them
2013-01-22gnu: automake: Adjust test suite to lack of /bin/sh.Ludovic Courtès
* 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.
2013-01-21gnu: Add missing libevent patch.Ludovic Courtès
* gnu/packages/patches/libevent-dns-tests.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
2013-01-19distro: glib: Run the test suite; add DBus.Ludovic Courtès
* 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'.
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
* distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.