pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 30 17:47:59 UTC 2026

Modified Files:
        pkgsrc/emulators/qemu: Makefile.common

Log Message:
qemu: use ${.CURDIR} before relative paths


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/qemu/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile.common
diff -u pkgsrc/emulators/qemu/Makefile.common:1.1 pkgsrc/emulators/qemu/Makefile.common:1.2
--- pkgsrc/emulators/qemu/Makefile.common:1.1   Fri Aug 28 07:54:20 2026
+++ pkgsrc/emulators/qemu/Makefile.common       Sun Aug 30 17:47:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2026/08/28 07:54:20 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2026/08/30 17:47:59 wiz Exp $
 # used by emulators/qemu/Makefile
 # used by sysutils/qemu-guest-agent/Makefile
 
@@ -23,8 +23,8 @@ DEPENDS+=     ${PYPKGPREFIX}-qemu.qmp>=0.0.5
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=44.1.1:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-wheel>=0.34.2:../../devel/py-wheel
 
-DISTINFO_FILE= ../../emulators/qemu/distinfo
-PATCHDIR=      ../../emulators/qemu/patches
+DISTINFO_FILE= ${.CURDIR}/../../emulators/qemu/distinfo
+PATCHDIR=      ${.CURDIR}/../../emulators/qemu/patches
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-sphinx
 



Home | Main Index | Thread Index | Old Index