Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2016 09:50:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204703] comms/conserver-com: Add IPMI support, Fix MAN
Message-ID:  <bug-204703-13-2Fto31XtTq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204703-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204703-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204703

rum1cro@yandex.ru changed:

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

--- Comment #7 from rum1cro@yandex.ru ---
Comment on attachment 163354
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D163354
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=3D	conserver-[0-9]*
>=20
> GNU_CONFIGURE=3D	yes
> CONFIGURE_ARGS=3D	--with-master=3D${DEFAULTHOST} --with-port=3D${DEFAULTP=
ORT} \
>-		--with-pam --with-libwrap --with-openssl
>+		--with-pam --with-libwrap --with-openssl \
>+		CFLAGS=3D"-I${LOCALBASE}/include" \
>+		LDFLAGS=3D"-L${LOCALBASE}/lib"
> USE_OPENSSL=3D	yes
> USE_RC_SUBR=3D	conserver
>=20
>-OPTIONS_DEFINE=3D	UDS GSSAPI GSSAPIONLY STRIPREALM
>+OPTIONS_DEFINE=3D	UDS GSSAPI GSSAPIONLY STRIPREALM FREEIPMI
> UDS_DESC=3D	Use Unix domain sockets for client/server
> STRIPREALM_DESC=3DStrip @REALM when using GSSAPI
> GSSAPIONLY_DESC=3DNever prompt for a password when using GSSAPI
>+FREEIPMI_DESC=3D	Compile in FreeIPMI support
> STRIPREALM_IMPLIES=3D	GSSAPI
> GSSAPIONLY_IMPLIES=3D	GSSAPI
>=20
>@@ -32,8 +35,14 @@ DEFAULTHOST?=3D	localhost
> UDS_CONFIGURE_WITH=3D	uds
> GSSAPI_CONFIGURE_WITH=3D	gssapi
> STRIPREALM_CONFIGURE_WITH=3D	striprealm
>+FREEIPMI_CONFIGURE_WITH=3D	freeipmi
> GSSAPIONLY_EXTRA_PATCHES=3D		${FILESDIR}/extra-patch-conserver__master.c
>=20
>+FREEIPMI_LIB_DEPENDS=3D	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
>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204703-13-2Fto31XtTq>