From owner-svn-ports-head@freebsd.org Fri Oct 12 18:20:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C9FB10C5FD6; Fri, 12 Oct 2018 18:20:36 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 110FD8F161; Fri, 12 Oct 2018 18:20:36 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BF5422F83; Fri, 12 Oct 2018 18:20:36 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9CIKZGw082169; Fri, 12 Oct 2018 18:20:35 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9CIKZVR082168; Fri, 12 Oct 2018 18:20:35 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201810121820.w9CIKZVR082168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 12 Oct 2018 18:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481917 - head/sysutils/ipmitool X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: head/sysutils/ipmitool X-SVN-Commit-Revision: 481917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 18:20:36 -0000 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 .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: