From owner-svn-ports-all@freebsd.org Sat Apr 4 19:02:41 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2B49527E9DC; Sat, 4 Apr 2020 19:02:41 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vmQR5mTJz4GkB; Sat, 4 Apr 2020 19:02:39 +0000 (UTC) (envelope-from kevans@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 8DBA126436; Sat, 4 Apr 2020 19:02:31 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034J2VPP081932; Sat, 4 Apr 2020 19:02:31 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034J2Vd5081930; Sat, 4 Apr 2020 19:02:31 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202004041902.034J2Vd5081930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Sat, 4 Apr 2020 19:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r530711 - in branches/2020Q2/emulators: virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: in branches/2020Q2/emulators: virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Commit-Revision: 530711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 19:02:41 -0000 Author: kevans Date: Sat Apr 4 19:02:30 2020 New Revision: 530711 URL: https://svnweb.freebsd.org/changeset/ports/530711 Log: MFH: r530709 emulators/virtualbox-ose-{additions,kmod}: Remove missing patch extrapatch-Config.kmk was merged in ports r528258 into the standard Config.kmk patch out of necessity, but inadvertently missed that it was also referenced in two other spots. No PORTREVISION bump, as these are build-only fixes to fix the entirety of virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod. PR: 245239 Approved by: koobs (mentor) Approved by: portmgr (blanket: build fix, just-fix-it) Differential Revision: https://reviews.freebsd.org/D24260 Approved by: ports-secteam (blanket: build fix) Modified: branches/2020Q2/emulators/virtualbox-ose-additions/Makefile branches/2020Q2/emulators/virtualbox-ose-kmod/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- branches/2020Q2/emulators/virtualbox-ose-additions/Makefile Sat Apr 4 19:01:22 2020 (r530710) +++ branches/2020Q2/emulators/virtualbox-ose-additions/Makefile Sat Apr 4 19:02:30 2020 (r530711) @@ -102,7 +102,6 @@ VBOX_WITH_X11= .include .if ${COMPILER_TYPE} == clang -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk .if ${COMPILER_FEATURES:Mlibc++} EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk .endif Modified: branches/2020Q2/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- branches/2020Q2/emulators/virtualbox-ose-kmod/Makefile Sat Apr 4 19:01:22 2020 (r530710) +++ branches/2020Q2/emulators/virtualbox-ose-kmod/Makefile Sat Apr 4 19:02:30 2020 (r530711) @@ -62,8 +62,7 @@ KMK_FLAGS= HostDrivers-scripts vboxdrv-src VBoxNetFlt- .if ${PORT_OPTIONS:MDEBUG} KMK_FLAGS+= BUILD_TYPE=debug KMK_BUILDTYPE= debug -EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ - ${PATCHDIR}/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile +EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile MAKE_ARGS+= DEBUG_FLAGS="-O1 -g" .endif