pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xe-guest-utilities



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Thu Jun  1 08:03:05 UTC 2023

Modified Files:
        pkgsrc/sysutils/xe-guest-utilities: Makefile

Log Message:
xe-guest-utilities: fix build

Enable build on all versions of NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/xe-guest-utilities/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xe-guest-utilities/Makefile
diff -u pkgsrc/sysutils/xe-guest-utilities/Makefile:1.16 pkgsrc/sysutils/xe-guest-utilities/Makefile:1.17
--- pkgsrc/sysutils/xe-guest-utilities/Makefile:1.16    Thu Aug 20 11:31:04 2020
+++ pkgsrc/sysutils/xe-guest-utilities/Makefile Thu Jun  1 08:03:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/08/20 11:31:04 bouyer Exp $
+# $NetBSD: Makefile,v 1.17 2023/06/01 08:03:05 sborrill Exp $
 #
 
 # Values from XenServer 7.0 = 7, 0, 0, 125243
@@ -25,7 +25,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      xenstoretools-[0-9]*:../../sysutils/xenstoretools
 
-ONLY_FOR_PLATFORM+=    NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-*-x86_64 NetBSD-*-i386
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:C/-[0-9]+$$//:C/_/-/}
 



Home | Main Index | Thread Index | Old Index