Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317822 Details for
Bug 420643
sys-cluster/resource-agents-3.93 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch file for resource-agents-3.9.3 version bump
resource-agents-3.9.3-version-bump.patch (text/plain), 3.32 KB, created by
Kazuyoshi
on 2012-07-10 16:17:07 UTC
(
hide
)
Description:
a patch file for resource-agents-3.9.3 version bump
Filename:
MIME Type:
Creator:
Kazuyoshi
Created:
2012-07-10 16:17:07 UTC
Size:
3.32 KB
patch
obsolete
>diff -r 5b68b71a6c5a files/3.9.3-docs.patch >--- /dev/null Thu Jan 01 00:00:00 1970 +0000 >+++ b/files/3.9.3-docs.patch Wed Jul 11 01:03:28 2012 +0900 >@@ -0,0 +1,36 @@ >+# HG changeset patch >+# Parent 0a61ca268448c669883d4640222024e6c06ee5ce >+diff -r 0a61ca268448 -r e051d59c28d2 configure.ac >+--- a/configure.ac Tue Jun 12 20:52:16 2012 +0900 >++++ b/configure.ac Tue Jun 12 21:26:58 2012 +0900 >+@@ -580,11 +580,13 @@ >+ AC_DEFINE_UNQUOTED(POWEROFF_CMD, "$POWEROFF_CMD", path to the poweroff command) >+ AC_DEFINE_UNQUOTED(POWEROFF_OPTIONS, "$POWEROFF_OPTIONS", poweroff options) >+ >+-AC_PATH_PROGS(XSLTPROC, xsltproc) >+-AM_CONDITIONAL(BUILD_DOC, test "x$XSLTPROC" != "x" ) >+-if test "x$XSLTPROC" = "x"; then >+- AC_MSG_WARN([xsltproc not installed, unable to (re-)build manual pages]) >+-fi >++AC_ARG_ENABLE([doc], >++ AS_HELP_STRING([--enable-doc],[Build documentation])) >++ >++AS_IF([test "x$enable_doc" = "xyes"], [ >++ AC_PATH_PROGS(XSLTPROC, xsltproc) >++]) >++AM_CONDITIONAL([BUILD_DOC], [test "x$enable_doc" = "xyes"] ) >+ AC_SUBST(XSLTPROC) >+ >+ AC_PATH_PROGS(POD2MAN, pod2man) >+diff -r 0a61ca268448 -r e051d59c28d2 doc/man/Makefile.am >+--- a/doc/man/Makefile.am Tue Jun 12 20:52:16 2012 +0900 >++++ b/doc/man/Makefile.am Tue Jun 12 21:26:58 2012 +0900 >+@@ -26,7 +26,7 @@ >+ >+ CLEANFILES = $(man_MANS) $(xmlfiles) metadata-*.xml >+ >+-STYLESHEET_PREFIX ?= http://docbook.sourceforge.net/release/xsl/current >++STYLESHEET_PREFIX ?= /usr/share/sgml/docbook/xsl-stylesheets >+ MANPAGES_STYLESHEET ?= $(STYLESHEET_PREFIX)/manpages/docbook.xsl >+ HTML_STYLESHEET ?= $(STYLESHEET_PREFIX)/xhtml/docbook.xsl >+ FO_STYLESHEET ?= $(STYLESHEET_PREFIX)/fo/docbook.xsl >diff -r 5b68b71a6c5a resource-agents-3.9.3.ebuild >--- /dev/null Thu Jan 01 00:00:00 1970 +0000 >+++ b/resource-agents-3.9.3.ebuild Wed Jul 11 01:03:28 2012 +0900 >@@ -0,0 +1,63 @@ >+# Copyright 1999-2012 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+# $Header$ >+ >+EAPI="2" >+ >+inherit autotools multilib eutils base >+ >+DESCRIPTION="Resources pack for Heartbeat / Pacemaker" >+HOMEPAGE="http://www.linux-ha.org/wiki/Resource_Agents" >+SRC_URI="https://github.com/ClusterLabs/${PN}/tarball/v${PV} -> ${P}.tar.gz" >+MY_TREE="2fafa06" >+ >+LICENSE="GPL-2" >+SLOT="0" >+KEYWORDS="~amd64 ~x86" >+IUSE="doc" >+ >+RDEPEND="sys-apps/iproute2 >+ sys-cluster/cluster-glue >+ !<sys-cluster/heartbeat-3.0" >+DEPEND="${RDEPEND} >+ doc? ( >+ dev-libs/libxslt >+ app-text/docbook-xsl-stylesheets >+ )" >+ >+S="${WORKDIR}/ClusterLabs-resource-agents-${MY_TREE}" >+ >+PATCHES=( >+ "${FILESDIR}/3.9.3-docs.patch" >+) >+ >+src_prepare() { >+ base_src_prepare >+ eautoreconf >+} >+ >+src_configure() { >+ econf \ >+ --with-version=${PV} \ >+ --disable-dependency-tracking \ >+ --disable-fatal-warnings \ >+ --localstatedir=/var \ >+ --docdir=/usr/share/doc/${PF} \ >+ --libdir=/usr/$(get_libdir) \ >+ $(use_enable doc) \ >+ --with-ocf-root=/usr/$(get_libdir)/ocf >+} >+ >+src_install() { >+ base_src_install >+ rm -rf "${D}"/etc/init.d/ldirectord || die >+} >+ >+pkg_postinst() { >+ elog "To use Resource Agents installed in /usr/$(get_libdir)/ocf/resource.d" >+ elog "you have to emerge required runtime dependencies manually." >+ elog "" >+ elog "Description and dependencies of all Agents can be found on" >+ elog "http://www.linux-ha.org/wiki/Resource_Agents" >+ elog "or in the documentation of this package." >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 420643
:
317778
| 317822