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 Oct 13 18:10:57 UTC 2021

Modified Files:
        pkgsrc/sysutils/xentools413: Makefile
        pkgsrc/sysutils/xentools415: Makefile

Log Message:
Set MKPIE_SUPPORTED to no, make them build again now that the default
changed to yes.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/xentools413/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/xentools415/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.22 pkgsrc/sysutils/xentools413/Makefile:1.23
--- pkgsrc/sysutils/xentools413/Makefile:1.22   Wed Sep 22 21:18:12 2021
+++ pkgsrc/sysutils/xentools413/Makefile        Wed Oct 13 18:10:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/09/22 21:18:12 bouyer Exp $
+# $NetBSD: Makefile,v 1.23 2021/10/13 18:10:56 bouyer Exp $
 #
 VERSION=       4.13.4
 
@@ -40,6 +40,7 @@ ONLY_FOR_PLATFORM+=   NetBSD-9.[1-9]_*-x86
 ONLY_FOR_PLATFORM+=    NetBSD-9.0_STABLE-x86_64
 
 SSP_SUPPORTED=         no
+MKPIE_SUPPORTED=       no
 
 CONFLICTS+=            libxen-[0-9]*
 CONFLICTS+=            xenstoretools-[0-9]*

Index: pkgsrc/sysutils/xentools415/Makefile
diff -u pkgsrc/sysutils/xentools415/Makefile:1.4 pkgsrc/sysutils/xentools415/Makefile:1.5
--- pkgsrc/sysutils/xentools415/Makefile:1.4    Tue Sep 21 12:23:49 2021
+++ pkgsrc/sysutils/xentools415/Makefile        Wed Oct 13 18:10:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/09/21 12:23:49 bouyer Exp $
+# $NetBSD: Makefile,v 1.5 2021/10/13 18:10:57 bouyer Exp $
 #
 VERSION=       4.15.1
 
@@ -40,6 +40,7 @@ ONLY_FOR_PLATFORM+=   NetBSD-9.[1-9]_*-x86
 ONLY_FOR_PLATFORM+=    NetBSD-9.0_STABLE-x86_64
 
 SSP_SUPPORTED=         no
+MKPIE_SUPPORTED=       no
 
 CONFLICTS+=            libxen-[0-9]*
 CONFLICTS+=            xenstoretools-[0-9]*



Home | Main Index | Thread Index | Old Index