diff options
Diffstat (limited to 'emulators/xen-kernel/Makefile')
-rw-r--r-- | emulators/xen-kernel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/emulators/xen-kernel/Makefile b/emulators/xen-kernel/Makefile index 88e0d81..56c7883 100644 --- a/emulators/xen-kernel/Makefile +++ b/emulators/xen-kernel/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= xen -PKGNAMESUFFIX= -kernel PORTVERSION= 4.7.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ +PKGNAMESUFFIX= -kernel MAINTAINER= royger@FreeBSD.org COMMENT= Hypervisor using a microkernel design @@ -41,16 +41,17 @@ EXTRA_PATCHES= ${FILESDIR}/0001-xen-logdirty-prevent-preemption-if-finished.patc ${FILESDIR}/0002-xen-rework-paging_log_dirty_op-to-work-with-hvm-gues.patch:-p1 \ ${FILESDIR}/kconf_arch.patch:-p1 \ ${FILESDIR}/0001-x86-drop-unneeded-__packed-attributes.patch:-p1 \ - ${FILESDIR}/0002-build-clang-fix-XSM-dummy-policy-when-using-clang-4..patch:-p1 + ${FILESDIR}/0002-build-clang-fix-XSM-dummy-policy-when-using-clang-4..patch:-p1 \ + ${FILESDIR}/xsa212.patch:-p1 .include <bsd.port.options.mk> .if ${OPSYS} != FreeBSD -IGNORE= Only supported on FreeBSD +IGNORE= only supported on FreeBSD .endif .if ${OSVERSION} < 1100055 -IGNORE= Only supported on recent FreeBSD 11 +IGNORE= only supported on recent FreeBSD 11 .endif pre-build: |