tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

heads up: add version.mk to emulators/Makefile



Hello,

I'd like to add this patch to emulators/qemu/Makefile

with version.mk as appended, is this ok? (I'm working to make
wip/qemu-guest-agent integratable.)

Regards,
	-is

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/qemu/Makefile,v
retrieving revision 1.369
diff -u -r1.369 Makefile
--- Makefile	10 Mar 2025 13:46:25 -0000	1.369
+++ Makefile	12 Mar 2025 09:18:39 -0000
@@ -1,6 +1,8 @@
 # $NetBSD: Makefile,v 1.369 2025/03/10 13:46:25 wiz Exp $
 
-DISTNAME=	qemu-9.2.2
+.include	"../../emulators/qemu/version.mk"
+
+DISTNAME=	qemu-${QEMU_VERSION}
 PKGREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	https://download.qemu.org/


# $NetBSD$
#
# used by emulators/qemu
.if !defined(QEMU_VERSION)
QEMU_VERSION=	9.2.2
.endif


Home | Main Index | Thread Index | Old Index