Date: Mon, 9 Sep 2024 07:50:17 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87249a54fdfb - main - sysutils/bhyvemgr: Force build on Release profile Message-ID: <202409090750.4897oHr9099906@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=87249a54fdfba89302e8acfc59494af6d4f7d43d commit 87249a54fdfba89302e8acfc59494af6d4f7d43d Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-09-09 07:49:16 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-09-09 07:49:16 +0000 sysutils/bhyvemgr: Force build on Release profile - Bumnp PORTREVISION --- sysutils/bhyvemgr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index e92676f21e48..cba7ea5aa80b 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,7 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -24,7 +25,7 @@ GH_ACCOUNT= alonsobsd LAZARUS_PROJECT_FILES= bhyvemgr.lpi -LAZBUILD_ARGS= -d +LAZBUILD_ARGS= --bm=Release -d gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 ${PORTNAME}-qt6 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409090750.4897oHr9099906>