diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-07 21:15:07 +0200 |
commit | 8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch) | |
tree | 9056f551fb856c07da87b53e0c04c756f58eb36b /package/pacemaker | |
parent | 20341b4098547b4f1f8e80103d2d7e72069f731c (diff) |
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/pacemaker')
-rw-r--r-- | package/pacemaker/Makefile | 52 | ||||
-rw-r--r-- | package/pacemaker/files/pacemaker.postinst | 7 | ||||
-rw-r--r-- | package/pacemaker/patches/patch-cib_Makefile_in | 11 | ||||
-rw-r--r-- | package/pacemaker/patches/patch-lrmd_Makefile_in | 19 | ||||
-rw-r--r-- | package/pacemaker/patches/patch-mcp_Makefile_in | 11 | ||||
-rw-r--r-- | package/pacemaker/patches/patch-tools_Makefile_in | 12 |
6 files changed, 0 insertions, 112 deletions
diff --git a/package/pacemaker/Makefile b/package/pacemaker/Makefile deleted file mode 100644 index ee3dbebb7..000000000 --- a/package/pacemaker/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -PKG_NAME:= pacemaker -PKG_VERSION:= 1.1.8 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 3aaa95da2bdce96e0c244a2fb0e8b1e3 -PKG_DESCR:= scalable High-Availability cluster resource manager -PKG_SECTION:= ha -PKG_BUILDDEP:= resource-agents cluster-glue pam gnutls corosync libtool -PKG_DEPENDS:= python2 python2-readline python2-bzip2 cluster-glue libuuid -PKG_DEPENDS+= bash resource-agents pam libgnutls glib libxslt libxml2 libltdl librt -PKG_URL:= http://www.clusterlabs.org/ -PKG_SITES:= http://openadk.org/distfiles/ - -PKG_LIBC_DEPENDS:= glibc musl -PKG_ARCH_DEPENDS:= x86 x86_64 - -include $(TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,PACEMAKER,pacemaker,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_ARGS+= --disable-fatal-warnings \ - --with-corosync \ - --without-ais \ - --without-heartbeat -CONFIGURE_ENV+= ac_cv_path_HELP2MAN='' - -pacemaker-install: - $(INSTALL_DIR) $(IDIR_PACEMAKER)/usr/lib/heartbeat - $(INSTALL_DIR) $(IDIR_PACEMAKER)/usr/lib/ocf - $(CP) $(WRKINST)/usr/lib/lib*.so* \ - $(IDIR_PACEMAKER)/usr/lib - $(CP) $(WRKINST)/usr/lib/ocf/* \ - $(IDIR_PACEMAKER)/usr/lib/ocf - $(INSTALL_DIR) $(IDIR_PACEMAKER)/usr/share/pacemaker - $(CP) $(WRKINST)/usr/share/pacemaker/* \ - $(IDIR_PACEMAKER)/usr/share/pacemaker - $(INSTALL_DIR) $(IDIR_PACEMAKER)/usr/sbin - $(CP) $(WRKINST)/usr/sbin/* \ - $(IDIR_PACEMAKER)/usr/sbin - $(INSTALL_DIR) $(IDIR_PACEMAKER)/usr/libexec - $(CP) $(WRKINST)/usr/libexec/* \ - $(IDIR_PACEMAKER)/usr/libexec - $(INSTALL_DIR) $(IDIR_PACEMAKER)/usr/lib/python2.7/site-packages - $(CP) $(WRKINST)/usr/lib/python2.7/site-packages/* \ - $(IDIR_PACEMAKER)/usr/lib/python2.7/site-packages/ - -find ${IDIR_PACEMAKER} -name "\*.pyc" -o -name "*\.pyo" -exec rm {} \; - -include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/pacemaker/files/pacemaker.postinst b/package/pacemaker/files/pacemaker.postinst deleted file mode 100644 index 008dd3320..000000000 --- a/package/pacemaker/files/pacemaker.postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -. $IPKG_INSTROOT/etc/functions.sh -gid=$(get_next_gid) -gid2=$(get_next_gid) -add_user hacluster $(get_next_uid) $gid /tmp -add_group hacluster $gid -add_group haclient $gid2 diff --git a/package/pacemaker/patches/patch-cib_Makefile_in b/package/pacemaker/patches/patch-cib_Makefile_in deleted file mode 100644 index c95cdf227..000000000 --- a/package/pacemaker/patches/patch-cib_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- pacemaker-1.1.8.orig/cib/Makefile.in 2013-02-28 11:07:10.000000000 +0100 -+++ pacemaker-1.1.8/cib/Makefile.in 2013-02-28 11:23:15.000000000 +0100 -@@ -450,6 +450,8 @@ hadir = $(sysconfdir)/ha.d - halibdir = $(CRM_DAEMON_DIR) - commmoddir = $(halibdir)/modules/comm - COMMONLIBS = $(top_builddir)/lib/common/libcrmcommon.la \ -+ $(top_builddir)/lib/fencing/libstonithd.la \ -+ $(top_builddir)/lib/pengine/libpe_rules.la \ - $(top_builddir)/lib/cib/libcib.la - - @BUILD_HELP_TRUE@man8_MANS = diff --git a/package/pacemaker/patches/patch-lrmd_Makefile_in b/package/pacemaker/patches/patch-lrmd_Makefile_in deleted file mode 100644 index c30d80227..000000000 --- a/package/pacemaker/patches/patch-lrmd_Makefile_in +++ /dev/null @@ -1,19 +0,0 @@ ---- pacemaker-1.1.8.orig/lrmd/Makefile.in 2013-02-28 11:07:12.000000000 +0100 -+++ pacemaker-1.1.8/lrmd/Makefile.in 2013-02-28 12:16:59.000000000 +0100 -@@ -455,11 +455,14 @@ lrmdlibdir = $(CRM_DAEMON_DIR) - lrmd_SOURCES = main.c lrmd.c tls_backend.c - lrmd_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \ - $(top_builddir)/lib/services/libcrmservice.la \ -- $(top_builddir)/lib/lrmd/liblrmd.la \ -- $(top_builddir)/lib/fencing/libstonithd.la -+ $(top_builddir)/lib/pengine/libpe_rules.la \ -+ $(top_builddir)/lib/fencing/libstonithd.la \ -+ $(top_builddir)/lib/lrmd/liblrmd.la - - lrmd_test_SOURCES = test.c - lrmd_test_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \ -+ $(top_builddir)/lib/pengine/libpe_rules.la \ -+ $(top_builddir)/lib/fencing/libstonithd.la \ - $(top_builddir)/lib/lrmd/liblrmd.la \ - $(top_builddir)/lib/cib/libcib.la \ - $(top_builddir)/lib/services/libcrmservice.la \ diff --git a/package/pacemaker/patches/patch-mcp_Makefile_in b/package/pacemaker/patches/patch-mcp_Makefile_in deleted file mode 100644 index a3e72277e..000000000 --- a/package/pacemaker/patches/patch-mcp_Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- pacemaker-1.1.8.orig/mcp/Makefile.in 2013-02-28 11:07:13.000000000 +0100 -+++ pacemaker-1.1.8/mcp/Makefile.in 2013-02-28 11:18:34.000000000 +0100 -@@ -456,7 +456,7 @@ MAINTAINERCLEANFILES = Makefile.in - @BUILD_CS_SUPPORT_TRUE@@HAVE_SYSTEMD_TRUE@systemdunit_DATA = pacemaker.service - @BUILD_CS_SUPPORT_TRUE@noinst_HEADERS = - @BUILD_CS_SUPPORT_TRUE@pacemakerd_SOURCES = pacemaker.c corosync.c --@BUILD_CS_SUPPORT_TRUE@pacemakerd_LDADD = $(top_builddir)/lib/cluster/libcrmcluster.la $(top_builddir)/lib/common/libcrmcommon.la -+@BUILD_CS_SUPPORT_TRUE@pacemakerd_LDADD = $(top_builddir)/lib/cluster/libcrmcluster.la $(top_builddir)/lib/common/libcrmcommon.la $(top_builddir)/lib/fencing/libstonithd.la - @BUILD_CS_SUPPORT_TRUE@pacemakerd_LDFLAGS = $(CLUSTERLIBS) - all: all-am - diff --git a/package/pacemaker/patches/patch-tools_Makefile_in b/package/pacemaker/patches/patch-tools_Makefile_in deleted file mode 100644 index 36d72e3bd..000000000 --- a/package/pacemaker/patches/patch-tools_Makefile_in +++ /dev/null @@ -1,12 +0,0 @@ ---- pacemaker-1.1.8.orig/tools/Makefile.in 2013-02-28 11:07:13.000000000 +0100 -+++ pacemaker-1.1.8/tools/Makefile.in 2013-02-28 12:28:59.000000000 +0100 -@@ -570,6 +570,9 @@ INCLUDES = -I$(top_builddir)/include -I$ - COMMONLIBS = \ - $(top_builddir)/lib/common/libcrmcommon.la \ - $(top_builddir)/lib/cib/libcib.la \ -+ $(top_builddir)/lib/pengine/libpe_rules.la \ -+ $(top_builddir)/lib/fencing/libstonithd.la \ -+ $(top_builddir)/lib/services/libcrmservice.la \ - $(CURSESLIBS) $(CLUSTERLIBS) - - headerdir = $(pkgincludedir)/crm |