[Glibc-bsd-commits] r5581 - in trunk/freebsd-buildutils/debian: . patches
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Sat Oct 4 16:46:41 UTC 2014
Author: ps-guest
Date: 2014-10-04 16:46:41 +0000 (Sat, 04 Oct 2014)
New Revision: 5581
Added:
trunk/freebsd-buildutils/debian/patches/mk_hyperv.diff
Modified:
trunk/freebsd-buildutils/debian/changelog
trunk/freebsd-buildutils/debian/patches/series
Log:
Backport mk_hyperv, needed by 10.1 RC
Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog 2014-10-04 15:49:36 UTC (rev 5580)
+++ trunk/freebsd-buildutils/debian/changelog 2014-10-04 16:46:41 UTC (rev 5581)
@@ -1,3 +1,10 @@
+freebsd-buildutils (10.0-4.5) unstable; urgency=low
+
+ [ Petr Salinger ]
+ * Backport mk_hyperv, needed by 10.1 RC
+
+ -- Robert Millan <rmh at debian.org> Sat, 04 Oct 2014 18:16:23 +0200
+
freebsd-buildutils (10.0-4) unstable; urgency=low
* Add MK_EISA.
Added: trunk/freebsd-buildutils/debian/patches/mk_hyperv.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/mk_hyperv.diff (rev 0)
+++ trunk/freebsd-buildutils/debian/patches/mk_hyperv.diff 2014-10-04 16:46:41 UTC (rev 5581)
@@ -0,0 +1,15 @@
+--- a/src/share/mk/bsd.own.mk
++++ b/src/share/mk/bsd.own.mk
+@@ -444,6 +444,12 @@
+ .else
+ __DEFAULT_NO_OPTIONS+=FDT
+ .endif
++# HyperV is only available for x86 and amd64.
++.if ${__T} == "amd64" || ${__T} == "i386"
++__DEFAULT_YES_OPTIONS+=HYPERV
++.else
++__DEFAULT_NO_OPTIONS+=HYPERV
++.endif
+ .undef __T
+
+ #
Modified: trunk/freebsd-buildutils/debian/patches/series
===================================================================
--- trunk/freebsd-buildutils/debian/patches/series 2014-10-04 15:49:36 UTC (rev 5580)
+++ trunk/freebsd-buildutils/debian/patches/series 2014-10-04 16:46:41 UTC (rev 5581)
@@ -1,6 +1,7 @@
# Patches from (or merged in) upstream
mk_ncp.diff
mk_eisa.diff
+mk_hyperv.diff
# Patches that are in good shape for merging upstream
yacc_is_byacc.diff
More information about the Glibc-bsd-commits
mailing list