Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:34 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29a044bed92f - main - emulators/bochs: Add CPE information
Message-ID:  <202109102120.18ALKYMA014299@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29a044bed92f81683dbbd46111ba179f5faed0e6

commit 29a044bed92f81683dbbd46111ba179f5faed0e6
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:32:03 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:59 +0000

    emulators/bochs: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 emulators/bochs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 441d2165932c..b2d638667b39 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -13,13 +13,14 @@ LICENSE=	LGPL21
 
 BROKEN_i386=	does not build on i386 (../cpu.h:4513:117: error: 'regparm' parameter must be between 0 and 3 inclusive)
 
-USES=		gmake libtool:keepla pkgconfig xorg
+USES=		cpe gmake libtool:keepla pkgconfig xorg
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_alsa_asoundlib_h=no \
 		ac_cv_header_ltdl_h=no
 CONFIGURE_ARGS=	--disable-docbook \
 		--disable-instrumentation
+CPE_VENDOR=	bochs_project
 
 SUB_FILES=	pkg-message
 



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