Skip to content

Commit

Permalink
emulators/qemu-meta: add the port
Browse files Browse the repository at this point in the history
emulators/qemu-meta is a meta-port for emulators/qemu-cheri that allows
a user easily install emulators/qemu-cheri if they are not aware of this
port.
  • Loading branch information
kwitaszczyk committed Mar 9, 2024
1 parent 5e9d94e commit e22f121
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions emulators/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
SUBDIR += qemu
SUBDIR += qemu-cheri
SUBDIR += qemu-devel
SUBDIR += qemu-meta
SUBDIR += qemu-powernv
SUBDIR += qemu-user-static
SUBDIR += qemu-user-static-devel
Expand Down
16 changes: 16 additions & 0 deletions emulators/qemu-meta/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PORTNAME= qemu
PORTVERSION= 0.d${SNAPDATE}
PORTREVISION= 0
CATEGORIES= emulators

MAINTAINER= [email protected]
COMMENT= Meta-port for the default version of the QEMU CPU Emulator
WWW= https://cheribsd.org/
DESCR= ${.CURDIR}/../qemu/pkg-descr

USES= metaport

RUN_DEPENDS= ${LOCALBASE}/bin/qemu-system-morello:emulators/qemu-cheri

.include "${.CURDIR}/../qemu-cheri/Makefile.snapshot"
.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions emulators/qemu/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
IGNORE= is replaced by emulators/qemu-meta on CheriBSD

PORTNAME= qemu
PORTVERSION= 8.0.3
PORTREVISION= 1
Expand Down

0 comments on commit e22f121

Please sign in to comment.