pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xentools413



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Tue Jun  2 11:29:47 UTC 2020

Modified Files:
        pkgsrc/sysutils/xentools413: Makefile

Log Message:
Will also build on NetBSD 9.1 and later, adjust ONLY_FOR_PLATFORM


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xentools413/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/xentools413/Makefile
diff -u pkgsrc/sysutils/xentools413/Makefile:1.1 pkgsrc/sysutils/xentools413/Makefile:1.2
--- pkgsrc/sysutils/xentools413/Makefile:1.1    Tue May 26 11:12:10 2020
+++ pkgsrc/sysutils/xentools413/Makefile        Tue Jun  2 11:29:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/26 11:12:10 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/02 11:29:47 bouyer Exp $
 #
 VERSION=       4.13.1
 
@@ -27,6 +27,7 @@ PKG_SYSCONFSUBDIR=    xen
 
 ONLY_FOR_PLATFORM=     Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-9.99.6[4-9]-x86_64 NetBSD-9.99.[7-9]*-x86_64
+ONLY_FOR_PLATFORM+=    NetBSD-9.[1-9]-x86_64
 
 SSP_SUPPORTED=         no
 



Home | Main Index | Thread Index | Old Index