Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 18:20:35 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481917 - head/sysutils/ipmitool
Message-ID:  <201810121820.w9CIKZVR082168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Fri Oct 12 18:20:35 2018
New Revision: 481917
URL: https://svnweb.freebsd.org/changeset/ports/481917

Log:
  Setting DOCS=off will set EXTRA_PATCHES, so we need to append to this
  variable, not clear it.
  
  Submitted by:	tobik

Modified:
  head/sysutils/ipmitool/Makefile

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Fri Oct 12 18:20:13 2018	(r481916)
+++ head/sysutils/ipmitool/Makefile	Fri Oct 12 18:20:35 2018	(r481917)
@@ -52,7 +52,7 @@ FREEIPMI_CONFIGURE_ENABLE=	intf-free
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c
 .endif
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121820.w9CIKZVR082168>