~ruther/guix-local

ref: dc34393569aa4e5db4e4da8d8be8e827d2e94ab3 guix-local/gnu d---------
dc343935 — Ludovic Courtès 11 years ago
gnu: isc-dhcp: In native builds, refer to the final Coreutils and sed.

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add Coreutils and sed only
  when (%current-target-system) is true.
ae5c6fca — Ludovic Courtès 11 years ago
gnu: privoxy: Use etc/privoxy as the sysconfdir.

Reported by "d00000" on #guix.

* gnu/packages/tor.scm (privoxy)[arguments]: Add #:configure-flags.
2c14c6d7 — Mark H Weaver 11 years ago
gnu: gawk: Apply work around to build system for MIPS.

* gnu/packages/gawk.scm (gawk): Work around a build problem on MIPS.
ed4a8816 — Ludovic Courtès 11 years ago
gnu: linux-libre: Upgrade to 3.15.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.15.
c8f60748 — Ludovic Courtès 11 years ago
gnu: kbd: Patch buggy makefile.

* gnu/packages/linux.scm (kbd)[source]: Add 'modules' and 'snippet'
  fields.
c4e52354 — Ludovic Courtès 11 years ago
gnu: guile-ncurses: Work around missing test files.

* gnu/packages/patches/guile-ncurses-tests.patch: New file.
* gnu/packages/guile.scm (guile-ncurses)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
1319cfe9 — Ludovic Courtès 11 years ago
gnu: icu4c: Upgrade to 53.1.

* gnu/packages/icu4c.scm (icu4c): Upgrade to 53.1.
eb705bb3 — Ludovic Courtès 11 years ago
gnu: icu4c: Fix failing test.

* gnu/packages/patches/icu4c-test-date-format.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[source]: Use it.
b344c505 — Ludovic Courtès 11 years ago
gnu: qemu: Remove dependency on Samba.

* gnu/packages/qemu.scm (qemu-headless)[inputs]: Remove SAMBA.
  [arguments]: Remove --smbd configure flag.
7190ae77 — Ludovic Courtès 11 years ago
Reverting "gnu: ncurses: Build libtinfo."

This reverts commit 953c9fcf8c1a2e0cbebadd9c07591caed7d26f8a.  It turns
out that most packages (guile-ncurses, cursynth, aumix, util-linux,
etc.) expect libncurses to provide everything.  So they had to be
patched to add -ltinfow to their LDFLAGS, which is counterproductive.

Other recent distros take that approach---e.g.,
<https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/259139>.
c3428a08 — Ludovic Courtès 11 years ago
gnu: apr: Build sequentially.

* gnu/packages/apr.scm (apr)[arguments]: New field.
09ba396c — Ludovic Courtès 11 years ago
gnu: Remove dependency from gzip to the bootstrap binaries.

* gnu/packages/base.scm (grep-final): New variable.
  (%boot5-inputs): Add it.
  (%final-inputs): Use it.
5c860cec — Ludovic Courtès 11 years ago
gnu: gcc: Really avoid 'install-strip' when cross-compiling.

This is a followup to 6b9229c.

* gnu/packages/gcc.scm (gcc-4.7): Turn 'install-target' into a thunk,
  so (%current-target-system) is current.
7470df5d — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
d2e2f142 — Ludovic Courtès 12 years ago
gnu: gcc-4.7: Upgrade to 4.7.4.

* gnu/packages/gcc.scm (gcc-4.7): Upgrade to 4.7.4.
6b9229ca — Ludovic Courtès 12 years ago
gnu: gcc: Don't use the 'install-strip' target when cross-compiling.

* gnu/packages/gcc.scm (gcc-4.7): Add 'install-target' variable.  Use
  it in the 'install' phase.
fd0b2766 — Ludovic Courtès 12 years ago
gnu: gcc: Fix cross-compilation of gcc (Canadian cross).

* gnu/packages/gcc.scm (gcc-4.7)[arguments] <#:make-flags>:
  When (%current-target-system) is true, pass the empty list or
  '("CFLAGS=-g0 -O2").
6e3ecad6 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Make sure %gcc-stripped binaries are usable.

* gnu/packages/make-bootstrap.scm (%gcc-stripped):
  When (%current-target-system) is false, run gcc, g++, and cpp with
  --version.
c4873bc4 — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Build %gcc-static with --disable-lto.

* gnu/packages/make-bootstrap.scm (%gcc-static): Pass --disable-lto.
a83c6a64 — Eric Bavier 12 years ago
gnu: Add pingus.

* gnu/packages/games.scm (pingus): New variable.
* gnu/packages/patches/pingus-sdl-libs-config.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Next