Date: Mon, 12 Aug 2019 17:55:13 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508756 - head/sysutils/cluster-glue Message-ID: <201908121755.x7CHtDZP028627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121755.x7CHtDZP028627>