~ruther/guix-local

50c26d9e — 宋文武 11 years ago
gnu: iptables: Add $libdir to the RUNPATH of executables.

* gnu/packages/linux.scm (iptables)[arguments]: Add #:configure-flags.
6d889daf — 宋文武 11 years ago
gnu: libcap: Add $libdir to the RUNPATH of executables.

* gnu/packages/linux.scm (libcap)[arguments]: Set LDFLAGS to
  '-Wl,-rpath=...' in Make.Rules.
d1f9e45e — 宋文武 11 years ago
gnu: cdparanoia: Don't use patchelf.

* gnu/packages/cdrom.scm (cdparanoia): Remove 'patchelf' from inputs.
  [arguments]: Remove #:modules, #:imported-modules and #:phases.  Pass
  'LDFLAGS=-Wl,-rpath=...' as #:configure-flags.
  [origin]: Add 'snippet'.
be841181 — 宋文武 11 years ago
gnu: netpbm: Add $libdir to the RUNPATH of binaries.

* gnu/packages/netpbm.scm (netpbm)[arguments]: Add 'LDFLAGS += -Wl,-rpath=...'
  to config.mk in the configure phase.
6b206853 — 宋文武 11 years ago
gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.

Fixes <http://bugs.gnu.org/20052>.

* gnu/packages/version-control.scm (subversion)[arguments]:
  Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
53a53be9 — Ludovic Courtès 11 years ago
gnu: boost: Add $libdir to the RUNPATH of libraries.

* gnu/packages/boost.scm (boost)[arguments]: Add -Wl,-rpath=... to
  BUILD-FLAGS.  Remove 'check' phase and use #:tests? #f instead.
3314f8a7 — Ludovic Courtès 11 years ago
gnu: libtool: Leave out the test suite workarounds.

They are no longer needed since the latest ld-wrapper changes (commit
51d0cd9.)

* gnu/packages/patches/libtool-skip-tests2.patch: New file.
* gnu/packages/autotools.scm (libtool)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
b3455870 — 宋文武 11 years ago
gnu: libvpx: Augment rpath.

Fixes <http://bugs.gnu.org/20055>.

* gnu/packages/video.scm (libvpx)[arguments]: Set LDFLAGS to
  '-Wl,-rpath=$out/lib' in configure phase.
3a4de6b2 — Ludovic Courtès 11 years ago
gnu: Add missing quotes in phase names passed to 'modify-phases'.

This is a followup to f8503e2.

* gnu/packages/gnome.scm (glib-networking): Add missing quotes before
  phase names passed to 'modify-phases'.
  (libsoup): Likewise.
  (gnome-terminal): Likewise.
  (colord): Likewise.
  (geoclue): Likewise.
* gnu/packages/gtk.scm (at-spi2-core, at-spi2-atk): Likewise.
* gnu/packages/haskell.scm (ghc-network): Likewise.
* gnu/packages/imagemagick.scm (perl-image-magick): Likewise.
* gnu/packages/video.scm (aalib): Likewise.
* gnu/packages/web.scm (nginx): Likewise.
caaf1933 — Ludovic Courtès 11 years ago
gnu: Fix incorrect references to %GNU-BUILD-SYSTEM-MODULES.

Fixes a regression introduced in 8ff3df5.

* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use quasiquote, not
  quote.
  (emacs-wget)[arguments]: Likewise, and use unquote-splicing for
  %GNU-BUILD-SYSTEM-MODULES.
  (emms): Likewise.
* gnu/packages/haskell.scm (ghc): Likewise.
* gnu/packages/samba.scm (samba): Likewise.
b210b35d — Ludovic Courtès 11 years ago
lint: Report patches that cannot be found.

* guix/scripts/lint.scm (check-patch-file-names): Wrap body in 'guard'.
* tests/lint.scm ("patches: not found"): New test.
56b1b74c — Ludovic Courtès 11 years ago
lint: Rename 'check-patches' to 'check-patch-file-names'.

* guix/scripts/lint.scm (check-patches): Rename to...
  (check-patch-file-names): ... this.  Rename 'filename' to 'file'.
  (%checkers): Adjust accordingly.
* tests/lint.scm ("patches: file names"): Likewise.
a55e2b22 — Tomáš Čech 11 years ago
gnu: curl: Update to 7.41.0.  Support CURLOPT_CAPATH on GnuTLS.

Fixes <http://bugs.gnu.org/20121>.

* gnu/packages/patches/curl-gss-api-fix.patch: Delete file.
* gnu/packages/patches/curl-support-capath-on-gnutls.patch,
  gnu/packages/patches/curl-support-capath-on-gnutls-conf.patch: New files.
* gnu-system.am (dist_patch_DATA): Add new patches and remove old one.
* gnu/packages/curl.scm (curl): Update to 7.41.0.  Add new patches and remove
  old one.  Disable one unit test.

Modified-By: Mark H Weaver <mhw@netris.org>
7dae5ac4 — 宋文武 11 years ago
gnu: gnome-themes-standard: Update to 3.16.0.

This is a followup to 12f7f4a.

* gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
7934c8cf — Mark H Weaver 11 years ago
gnu: python-2: Restore python-libffi-mips-n32-fix.patch.

This patch was removed in 08c045091e8d8da3b4c677540ed577e8f2448b0d,
but it's still needed for python-2.

* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Restore it.
* gnu-system.am (dist_patch_DATA): Add it back.
08c04509 — Cyril Roelandt 11 years ago
python: Update to 3.4.3

* gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3.
* gnu/packages/patches/python-fix-tests.patch: Update the required test fixes.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it...
* gnu-system.am (dist_patch_DATA): ... and do not reference it here.
2bfe7437 — Andy Wingo 11 years ago
gnu: Add geocode-glib.

* gnu/packages/gnome.scm (geocode-glib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
12f7f4aa — Andy Wingo 11 years ago
gnu: gnome-desktop: Update to 3.16.0.

* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ee540857 — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
afd40799 — Ludovic Courtès 11 years ago
gnu: libtasn1: Update to 4.4 [fix for CVE-2015-2806].

* gnu/packages/gnutls.scm (libtasn1): Update to 4.4.
Next