Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libguestfs/files/1.26: 0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch 0001_add_gentoo_names_to_configure.patch 0002_add_gentooway_to_remove_la_files.patch 0103_disable_php_bindings_makefile.patch 0000_bug_499150.patch
Date: Thu, 01 May 2014 19:23:32
Message-Id: 20140501192328.A7C842004C@flycatcher.gentoo.org
1 maksbotan 14/05/01 19:23:28
2
3 Added:
4 0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch
5 0001_add_gentoo_names_to_configure.patch
6 0002_add_gentooway_to_remove_la_files.patch
7 0103_disable_php_bindings_makefile.patch
8 0000_bug_499150.patch
9 Log:
10 Bump to 1.26.1
11
12 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
13
14 Revision Changes Path
15 1.1 app-emulation/libguestfs/files/1.26/0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch?rev=1.1&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch?rev=1.1&content-type=text/plain
19
20 Index: 0005_enable_gtk_docs_in_broken_autotools-utils-eclass.patch
21 ===================================================================
22 diff --git a/configure.ac b/configure.ac
23 --- a/configure.ac
24 +++ b/configure.ac
25 @@ -1491,11 +1491,12 @@
26 ])
27
28 # check for gtk-doc
29 -m4_ifdef([GTK_DOC_CHECK], [
30 - GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
31 -],[
32 - AM_CONDITIONAL([ENABLE_GTK_DOC], false)
33 -])
34 +#m4_ifdef([GTK_DOC_CHECK], [
35 +# GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
36 +#],[
37 +# AM_CONDITIONAL([ENABLE_GTK_DOC], false)
38 +#])
39 +GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
40
41 dnl Library versioning.
42 MAX_PROC_NR=`cat $srcdir/src/MAX_PROC_NR`
43
44
45
46 1.1 app-emulation/libguestfs/files/1.26/0001_add_gentoo_names_to_configure.patch
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0001_add_gentoo_names_to_configure.patch?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0001_add_gentoo_names_to_configure.patch?rev=1.1&content-type=text/plain
50
51 Index: 0001_add_gentoo_names_to_configure.patch
52 ===================================================================
53 diff --git a/configure.ac b/configure.ac
54 --- a/configure.ac
55 +++ b/configure.ac
56 @@ -482,6 +482,11 @@
57 DISTRO=UBUNTU
58 fi
59 fi
60 +
61 +if test -f /etc/gentoo-release; then
62 + DISTRO=GENTOO
63 +fi
64 +
65 if test -f /etc/arch-release; then
66 DISTRO=ARCHLINUX
67 fi
68
69
70
71 1.1 app-emulation/libguestfs/files/1.26/0002_add_gentooway_to_remove_la_files.patch
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0002_add_gentooway_to_remove_la_files.patch?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0002_add_gentooway_to_remove_la_files.patch?rev=1.1&content-type=text/plain
75
76 Index: 0002_add_gentooway_to_remove_la_files.patch
77 ===================================================================
78 diff --git a/configure.ac b/configure.ac
79 --- a/configure.ac
80 +++ b/configure.ac
81 @@ -1487,8 +1487,10 @@
82
83 dnl Replace libtool with a wrapper that clobbers dependency_libs in *.la files
84 dnl http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html
85 -LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool'
86 -AC_SUBST([LIBTOOL])
87 +dnl LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool'
88 +dnl AC_SUBST([LIBTOOL])
89 +LT_INIT
90 +
91
92 dnl Produce output files.
93 AC_CONFIG_HEADERS([config.h])
94
95
96
97 1.1 app-emulation/libguestfs/files/1.26/0103_disable_php_bindings_makefile.patch
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0103_disable_php_bindings_makefile.patch?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0103_disable_php_bindings_makefile.patch?rev=1.1&content-type=text/plain
101
102 Index: 0103_disable_php_bindings_makefile.patch
103 ===================================================================
104 diff --git a/Makefile.am b/Makefile.am
105 --- a/Makefile.am
106 +++ b/Makefile.am
107 @@ -88,9 +88,6 @@
108 if HAVE_HASKELL
109 SUBDIRS += haskell
110 endif
111 -if HAVE_PHP
112 -SUBDIRS += php
113 -endif
114 if HAVE_ERLANG
115 SUBDIRS += erlang erlang/examples
116 endif
117
118
119
120 1.1 app-emulation/libguestfs/files/1.26/0000_bug_499150.patch
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0000_bug_499150.patch?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libguestfs/files/1.26/0000_bug_499150.patch?rev=1.1&content-type=text/plain
124
125 Index: 0000_bug_499150.patch
126 ===================================================================
127 --- a/configure.ac 2014-01-24 19:04:05.633056872 +0100
128 +++ b/configure.ac 2014-01-24 19:04:34.685691757 +0100
129 @@ -24,6 +24,7 @@
130
131 AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
132 AC_CONFIG_AUX_DIR([build-aux])
133 +AM_GNU_GETTEXT_VERSION(0.18.3)
134
135 dnl Initialize automake. automake < 1.12 didn't have serial-tests and
136 dnl gives an error if it sees this, but for automake >= 1.13