[gnome-ostree] manifest: Switch texinfo to dist-xz
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] manifest: Switch texinfo to dist-xz
- Date: Tue, 30 Oct 2012 13:10:42 +0000 (UTC)
commit ee29ec32aee57f87a1c43b3e89571d1ef0c36cf0
Author: Colin Walters <walters verbum org>
Date: Tue Oct 30 09:07:46 2012 -0400
manifest: Switch texinfo to dist-xz
Necessary for a Poky "Danny" rebase.
manifest.json | 3 ++-
patches/texinfo-dist-xz.patch | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f183b1d..222e233 100644
--- a/manifest.json
+++ b/manifest.json
@@ -348,7 +348,8 @@
{"src": "cgwalters:texinfo-git-mirror",
"tag": "TEXI2HTML_1_82",
"config-opts": ["--disable-man-pages"],
- "patches": ["texinfo-disable-man.patch"]},
+ "patches": ["texinfo-disable-man.patch",
+ "texinfo-dist-xz.patch"]},
{"src": "fd:xorg/util/makedepend",
"component": "devel",
diff --git a/patches/texinfo-dist-xz.patch b/patches/texinfo-dist-xz.patch
new file mode 100644
index 0000000..81a3399
--- /dev/null
+++ b/patches/texinfo-dist-xz.patch
@@ -0,0 +1,26 @@
+From d3525c7f7e53ca1b0a5c20b40243e9f82e7f3222 Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Tue, 30 Oct 2012 08:56:45 -0400
+Subject: [PATCH] configure: Use dist-xz
+
+dist-lzma has been removed in Automake 1.12.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 31f0c7e..3b2de7b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -13,7 +13,7 @@ AC_INIT([GNU Texinfo], [4.13], [bug-texinfo gnu org])
+
+ dnl Must come before AM_INIT_AUTOMAKE.
+ AC_CONFIG_AUX_DIR([build-aux])
+-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma])
++AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-xz])
+
+ # Minimum Autoconf version required.
+ AC_PREREQ(2.59)
+--
+1.7.11.7
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]