Date: Fri, 30 Apr 2021 11:12:45 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f8e2a64baae6 - main - emulators/virtualbox-ose-legacy: limit portscout reporting Message-ID: <202104301112.13UBCj0Y085777@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8e2a64baae686950521d9a9b424b3d5de114500 commit f8e2a64baae686950521d9a9b424b3d5de114500 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-04-30 11:11:57 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-04-30 11:11:57 +0000 emulators/virtualbox-ose-legacy: limit portscout reporting The VirtualBox legacy ports track version 5.x, limit portscout reporting accordingly. --- emulators/virtualbox-ose-additions-legacy/Makefile | 2 ++ emulators/virtualbox-ose-kmod-legacy/Makefile | 2 ++ emulators/virtualbox-ose-legacy/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/emulators/virtualbox-ose-additions-legacy/Makefile b/emulators/virtualbox-ose-additions-legacy/Makefile index 9af09148ae69..308913203811 100644 --- a/emulators/virtualbox-ose-additions-legacy/Makefile +++ b/emulators/virtualbox-ose-additions-legacy/Makefile @@ -47,6 +47,8 @@ CONFLICTS_INSTALL= virtualbox-ose-[0-9]* \ virtualbox-ose-lite-[0-9]* \ virtualbox-ose-nox11-[0-9]* +PORTSCOUT= limit:^5\. + OPTIONS_DEFINE= DBUS DEBUG X11 OPTIONS_DEFAULT= DBUS X11 OPTIONS_SUB= yes diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 81d7ea4ab6ef..c6385285da5f 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -40,6 +40,8 @@ CONFIGURE_ARGS+= --nofatal --with-gcc="${CC}" --with-g++="${CXX}" CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-* \ virtualbox-ose-kmod-* +PORTSCOUT= limit:^5\. + OPTIONS_DEFINE= DEBUG VIMAGE OPTIONS_DEFAULT=VIMAGE OPTIONS_SUB= yes diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 1d5f3b8a7f24..4863f1c5590d 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -42,6 +42,8 @@ CONFLICTS_INSTALL= virtualbox-ose-additions-* \ virtualbox-ose-[0-9]* \ virtualbox-ose-lite-[0-9]* +PORTSCOUT= limit:^5\. + LDFLAGS= -lpthread VBOXUSER?= vboxusers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104301112.13UBCj0Y085777>