[Bug 204703] comms/conserver-com: Add IPMI support, Fix MAN

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 23 09:50:26 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204703

rum1cro at yandex.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #163354|0                           |1
        is obsolete|                            |

--- Comment #7 from rum1cro at yandex.ru ---
Comment on attachment 163354
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163354
patch

>diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile
>index 047c64ae..0f5cdc0 100644
>--- a/comms/conserver-com/Makefile
>+++ b/comms/conserver-com/Makefile
>@@ -15,14 +15,17 @@ CONFLICTS_INSTALL=	conserver-[0-9]*
> 
> GNU_CONFIGURE=	yes
> CONFIGURE_ARGS=	--with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \
>-		--with-pam --with-libwrap --with-openssl
>+		--with-pam --with-libwrap --with-openssl \
>+		CFLAGS="-I${LOCALBASE}/include" \
>+		LDFLAGS="-L${LOCALBASE}/lib"
> USE_OPENSSL=	yes
> USE_RC_SUBR=	conserver
> 
>-OPTIONS_DEFINE=	UDS GSSAPI GSSAPIONLY STRIPREALM
>+OPTIONS_DEFINE=	UDS GSSAPI GSSAPIONLY STRIPREALM FREEIPMI
> UDS_DESC=	Use Unix domain sockets for client/server
> STRIPREALM_DESC=Strip @REALM when using GSSAPI
> GSSAPIONLY_DESC=Never prompt for a password when using GSSAPI
>+FREEIPMI_DESC=	Compile in FreeIPMI support
> STRIPREALM_IMPLIES=	GSSAPI
> GSSAPIONLY_IMPLIES=	GSSAPI
> 
>@@ -32,8 +35,14 @@ DEFAULTHOST?=	localhost
> UDS_CONFIGURE_WITH=	uds
> GSSAPI_CONFIGURE_WITH=	gssapi
> STRIPREALM_CONFIGURE_WITH=	striprealm
>+FREEIPMI_CONFIGURE_WITH=	freeipmi
> GSSAPIONLY_EXTRA_PATCHES=		${FILESDIR}/extra-patch-conserver__master.c
> 
>+FREEIPMI_LIB_DEPENDS=	libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi
>+
>+post-patch:
>+	@${REINPLACE_CMD} -e 's,impi,ipmi,' ${WRKSRC}/conserver.cf/conserver.cf.man
>+
> post-install:
> 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert
>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list