svn commit: r508756 - head/sysutils/cluster-glue

Rene Ladan rene at FreeBSD.org
Mon Aug 12 17:55:14 UTC 2019


Author: rene
Date: Mon Aug 12 17:55:13 2019
New Revision: 508756
URL: https://svnweb.freebsd.org/changeset/ports/508756

Log:
  sysutils/cluster-glue: remove support for expired sysutils/openhpi

Modified:
  head/sysutils/cluster-glue/Makefile

Modified: head/sysutils/cluster-glue/Makefile
==============================================================================
--- head/sysutils/cluster-glue/Makefile	Mon Aug 12 17:44:18 2019	(r508755)
+++ head/sysutils/cluster-glue/Makefile	Mon Aug 12 17:55:13 2019	(r508756)
@@ -35,23 +35,20 @@ WRKSRC=		${WRKDIR}/Reusable-Cluster-Components-glue--$
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-fatal-warnings \
 		--with-initdir=${PREFIX}/etc/rc.d \
-		--with-ocf-root=${PREFIX}/etc/ocf
+		--with-ocf-root=${PREFIX}/etc/ocf \
+		ac_cv_header_openhpi_SaHpi_h=no
 INSTALL_TARGET=	install-strip
 
 USERS=		hacluster
 GROUPS=		haclient
 
-OPTIONS_DEFINE=		DOCS DRAC3 HPI IPMI MANPAGES SNMP
+OPTIONS_DEFINE=		DOCS DRAC3 IPMI MANPAGES SNMP
 OPTIONS_DEFAULT=	DRAC3 IPMI MANPAGES SNMP
 OPTIONS_SUB=		yes
 
 DRAC3_CONFIGURE_OFF=	ac_cv_header_curl_curl_h=no
 DRAC3_DESC=		Dell DRAC III support
 DRAC3_LIB_DEPENDS=	libcurl.so:ftp/curl
-
-HPI_CONFIGURE_OFF=	ac_cv_header_openhpi_SaHpi_h=no
-HPI_DESC=		SAF Hardware Platform Interface support
-HPI_LIB_DEPENDS=	libopenhpi.so:sysutils/openhpi
 
 IPMI_CONFIGURE_ENABLE=	ipmilan
 IPMI_DESC=		Intelligent Platform Management Interface support


More information about the svn-ports-all mailing list