summaryrefslogtreecommitdiff
path: root/package/pacemaker-mgmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-07 21:15:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-07 21:15:07 +0200
commit8e0732eefc64546a4917dbddb2c3552ef87b7e2f (patch)
tree9056f551fb856c07da87b53e0c04c756f58eb36b /package/pacemaker-mgmt
parent20341b4098547b4f1f8e80103d2d7e72069f731c (diff)
remove ha packages for now, old and seldom tested
Diffstat (limited to 'package/pacemaker-mgmt')
-rw-r--r--package/pacemaker-mgmt/Makefile42
-rw-r--r--package/pacemaker-mgmt/patches/patch-configure109
2 files changed, 0 insertions, 151 deletions
diff --git a/package/pacemaker-mgmt/Makefile b/package/pacemaker-mgmt/Makefile
deleted file mode 100644
index a4959fe06..000000000
--- a/package/pacemaker-mgmt/Makefile
+++ /dev/null
@@ -1,42 +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-mgmt
-PKG_VERSION:= 2.0.2
-PKG_RELEASE:= 1
-PKG_MD5SUM:= be16a38588d1c518f53e64e7e48e1c90
-PKG_DESCR:= Pacemaker management daemon
-PKG_SECTION:= ha
-PKG_BUILDDEP:= swig-host pacemaker gnutls pam python2
-PKG_URL:= http://hg.clusterlabs.org/pacemaker/pygui/
-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_MGMT,pacemaker-mgmt,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-include $(TOPDIR)/mk/python.mk
-
-CONFIGURE_ENV+= PYTHON=$(PYTHON)
-CONFIGURE_ARGS+= --with-initdir=/etc/init.d \
- --with-ocf-root=/usr/lib/ocf \
- --without-ais-support \
- --disable-fatal-warnings
-TARGET_CFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/python2.7 \
- -I$(STAGING_TARGET_DIR)/usr/include/pacemaker \
- -I$(STAGING_TARGET_DIR)/usr/include/heartbeat
-
-pacemaker-mgmt-install:
- $(INSTALL_DIR) $(IDIR_PACEMAKER_MGMT)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libhbmgmt*so* \
- $(IDIR_PACEMAKER_MGMT)/usr/lib
- $(INSTALL_DIR) $(IDIR_PACEMAKER_MGMT)/usr/lib/heartbeat
- $(INSTALL_BIN) $(WRKINST)/usr/lib/heartbeat/mgmtd \
- $(IDIR_PACEMAKER_MGMT)/usr/lib/heartbeat
-
-include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/pacemaker-mgmt/patches/patch-configure b/package/pacemaker-mgmt/patches/patch-configure
deleted file mode 100644
index cc517cf6e..000000000
--- a/package/pacemaker-mgmt/patches/patch-configure
+++ /dev/null
@@ -1,109 +0,0 @@
---- pacemaker-mgmt-2.0.2.orig/configure 2013-02-28 13:48:44.000000000 +0100
-+++ pacemaker-mgmt-2.0.2/configure 2013-03-04 11:56:52.000000000 +0100
-@@ -1,4 +1,5 @@
- #! /bin/sh
-+set -x
- # Guess values for system-dependent variables and create Makefiles.
- # Generated by GNU Autoconf 2.69.
- #
-@@ -19866,35 +19867,6 @@ fi
-
-
-
--STACKS=""
--CLUSTERLIBS=""
--if test $SUPPORT_HEARTBEAT = 1; then
-- STACKS="$STACKS heartbeat"
-- CLUSTERLIBS="$CLUSTERLIBS -lhbclient -lccmclient -lclm"
--fi
--
--if test $SUPPORT_AIS = 1; then
-- STACKS="$STACKS $AIS_VERSION"
-- #CLUSTERLIBS="$CLUSTERLIBS ${AISMSGLIB}"
--else
-- AISPREFIX=""
-- LCRSODIR="$libdir"
--fi
--
--PKG_FEATURES="$PKG_FEATURES$STACKS"
--
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for supported stacks" >&5
--$as_echo_n "checking for supported stacks... " >&6; }
--if test x"$STACKS" = x; then
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
--$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
--as_fn_error $? "You must choose at least one cluster stack to support
--See \`config.log' for more details" "$LINENO" 5; }
--fi
--{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $STACKS" >&5
--$as_echo "$STACKS" >&6; }
--
--
-
-
-
-@@ -21522,62 +21494,9 @@ CPPFLAGS="$save_CPPFLAGS"
-
-
-
--as_ac_File=`$as_echo "ac_cv_file_$sysconfdir/pam.d/common-account" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sysconfdir/pam.d/common-account" >&5
--$as_echo_n "checking for $sysconfdir/pam.d/common-account... " >&6; }
--if eval \${$as_ac_File+:} false; then :
-- $as_echo_n "(cached) " >&6
--else
-- test "$cross_compiling" = yes &&
-- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "$sysconfdir/pam.d/common-account"; then
-- eval "$as_ac_File=yes"
--else
-- eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--
--fi
--
--as_ac_File=`$as_echo "ac_cv_file_$sysconfdir/pam.d/common-auth" | $as_tr_sh`
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $sysconfdir/pam.d/common-auth" >&5
--$as_echo_n "checking for $sysconfdir/pam.d/common-auth... " >&6; }
--if eval \${$as_ac_File+:} false; then :
-- $as_echo_n "(cached) " >&6
--else
-- test "$cross_compiling" = yes &&
-- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
--if test -r "$sysconfdir/pam.d/common-auth"; then
-- eval "$as_ac_File=yes"
--else
-- eval "$as_ac_File=no"
--fi
--fi
--eval ac_res=\$$as_ac_File
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
--$as_echo "$ac_res" >&6; }
--if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
--
--fi
--
-- if test -f $sysconfdir/pam.d/common-account -a \
-- -f /etc/pam.d/common-auth; then
-- USE_PAM_COMMON_TRUE=
-- USE_PAM_COMMON_FALSE='#'
--else
-- USE_PAM_COMMON_TRUE='#'
-- USE_PAM_COMMON_FALSE=
--fi
--
-+USE_PAM_COMMON_TRUE='#'
-+USE_PAM_COMMON_FALSE=
-
-- if test "x${enable_mgmt_client}" != "xno" -a "x${PYTHON_INCLUDES}" = "x"; then
-- FatalMissingThing "Python.h" \
-- "The GUI managment module needs Python.h (Linux: python-devel package)"
-- fi
-
- if test "$ac_cv_header_security_pam_appl_h" = "no" -a "$ac_cv_header_pam_pam_appl_h" = "no"; then
- FatalMissingThing "security/pam_appl.h" \