From owner-freebsd-ports-bugs@freebsd.org Fri Sep 23 09:50:26 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F6B3BE517F for ; Fri, 23 Sep 2016 09:50:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65FE1F3C for ; Fri, 23 Sep 2016 09:50:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8N9oQDe068963 for ; Fri, 23 Sep 2016 09:50:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 204703] comms/conserver-com: Add IPMI support, Fix MAN Date: Fri, 23 Sep 2016 09:50:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rum1cro@yandex.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 09:50:26 -0000 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.=