pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Wed Aug 23 10:30:49 UTC 2023

Modified Files:
        pkgsrc/sysutils/xenkernel413: MESSAGE Makefile
        pkgsrc/sysutils/xentools413: MESSAGE Makefile

Log Message:
Note that this is unsupported upstream and will be removed after
2023Q3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xenkernel413/MESSAGE
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/xenkernel413/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xentools413/MESSAGE
cvs rdiff -u -r1.34 -r1.35 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/xenkernel413/MESSAGE
diff -u pkgsrc/sysutils/xenkernel413/MESSAGE:1.1 pkgsrc/sysutils/xenkernel413/MESSAGE:1.2
--- pkgsrc/sysutils/xenkernel413/MESSAGE:1.1    Tue May 26 11:12:10 2020
+++ pkgsrc/sysutils/xenkernel413/MESSAGE        Wed Aug 23 10:30:49 2023
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2020/05/26 11:12:10 bouyer Exp $
+$NetBSD: MESSAGE,v 1.2 2023/08/23 10:30:49 bouyer Exp $
 
 The Xen hypervisor is installed under the following locations:
        ${XENKERNELDIR}/xen.gz          (standard hypervisor)
@@ -8,4 +8,7 @@ The Xen hypervisor is installed under th
 Note that unlike upstream Xen, pv-linear-pt defaults to true.
 You can disable it using pv-linear-pt=false on the Xen command line,
 but then you can't boot NetBSD in PV mode.
+
+WARNING: Note that this version is now unsupported upstream and will be
+removed from pkgsrc after the pkgsrc-2023Q3 branch.
 ===========================================================================

Index: pkgsrc/sysutils/xenkernel413/Makefile
diff -u pkgsrc/sysutils/xenkernel413/Makefile:1.17 pkgsrc/sysutils/xenkernel413/Makefile:1.18
--- pkgsrc/sysutils/xenkernel413/Makefile:1.17  Mon Aug 14 05:25:20 2023
+++ pkgsrc/sysutils/xenkernel413/Makefile       Wed Aug 23 10:30:49 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2023/08/14 05:25:20 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2023/08/23 10:30:49 bouyer Exp $
 
 VERSION=       4.13.4
 DISTNAME=      xen-${VERSION}
 PKGNAME=       xenkernel413-${VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    sysutils
 MASTER_SITES=  https://downloads.xenproject.org/release/xen/${VERSION}/
 DIST_SUBDIR=   xen413

Index: pkgsrc/sysutils/xentools413/MESSAGE
diff -u pkgsrc/sysutils/xentools413/MESSAGE:1.1 pkgsrc/sysutils/xentools413/MESSAGE:1.2
--- pkgsrc/sysutils/xentools413/MESSAGE:1.1     Tue May 26 11:12:10 2020
+++ pkgsrc/sysutils/xentools413/MESSAGE Wed Aug 23 10:30:49 2023
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2020/05/26 11:12:10 bouyer Exp $
+$NetBSD: MESSAGE,v 1.2 2023/08/23 10:30:49 bouyer Exp $
 
 Please note that the xm command has been removed.
 You have to switch to the xl command, which is now functional on NetBSD.
@@ -8,4 +8,6 @@ Also note that the rc.d scripts have bee
 If you don't use PKG_RCD_SCRIPTS=YES then it is very important for
 you to copy the new rc.d scripts to /etc/rc.d.
 
+WARNING: Note that this version is now unsupported upstream and will be
+removed from pkgsrc after the pkgsrc-2023Q3 branch.
 ===========================================================================

Index: pkgsrc/sysutils/xentools413/Makefile
diff -u pkgsrc/sysutils/xentools413/Makefile:1.34 pkgsrc/sysutils/xentools413/Makefile:1.35
--- pkgsrc/sysutils/xentools413/Makefile:1.34   Mon Aug 14 05:25:20 2023
+++ pkgsrc/sysutils/xentools413/Makefile        Wed Aug 23 10:30:49 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.34 2023/08/14 05:25:20 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/08/23 10:30:49 bouyer Exp $
 #
 VERSION=       4.13.4
 
 DIST_SUBDIR=           xen413
 DISTNAME=              xen-${VERSION}
 PKGNAME=               xentools413-${VERSION}
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            sysutils
 MASTER_SITES=          https://downloads.xenproject.org/release/xen/${VERSION}/
 



Home | Main Index | Thread Index | Old Index