pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xenstoretools



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Mon Mar 31 11:33:15 UTC 2025

Modified Files:
        pkgsrc/sysutils/xenstoretools: Makefile

Log Message:
xenstoretools: Allow build on FreeBSD

With the patches in xentools415, xenstoretools now builds and works
on FreeBSD (14.2 tested).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/xenstoretools/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/xenstoretools/Makefile
diff -u pkgsrc/sysutils/xenstoretools/Makefile:1.28 pkgsrc/sysutils/xenstoretools/Makefile:1.29
--- pkgsrc/sysutils/xenstoretools/Makefile:1.28 Thu Aug 24 10:27:09 2023
+++ pkgsrc/sysutils/xenstoretools/Makefile      Mon Mar 31 11:33:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/08/24 10:27:09 bouyer Exp $
+# $NetBSD: Makefile,v 1.29 2025/03/31 11:33:15 sborrill Exp $
 #
 
 # VERSION is set in xentool415/version.mk
@@ -46,6 +46,7 @@ BUILD_DEFS+=          VARBASE
 
 ONLY_FOR_PLATFORM=     Linux-2.6*-i386 Linux-2.6*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[15-9]*-x86_64 NetBSD-[15-9]*-i386
+ONLY_FOR_PLATFORM+=    FreeBSD-1*-x86_64
 
 CONFLICTS+=            libxen-[0-9]*
 CONFLICTS+=            xentools20-[0-9]*



Home | Main Index | Thread Index | Old Index