Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 16:46:25 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431679 - in head: emulators/xen-kernel mail/alpine sysutils/xen-tools
Message-ID:  <201701161646.v0GGkPqS045518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan 16 16:46:25 2017
New Revision: 431679
URL: https://svnweb.freebsd.org/changeset/ports/431679

Log:
  Fixup EXTRA_PATCHES and PATCHFILES missing the :-pX argument.
  
  Sponsored by:	Absolight

Modified:
  head/emulators/xen-kernel/Makefile   (contents, props changed)
  head/mail/alpine/Makefile   (contents, props changed)
  head/sysutils/xen-tools/Makefile   (contents, props changed)

Modified: head/emulators/xen-kernel/Makefile
==============================================================================
--- head/emulators/xen-kernel/Makefile	Mon Jan 16 16:27:54 2017	(r431678)
+++ head/emulators/xen-kernel/Makefile	Mon Jan 16 16:46:25 2017	(r431679)
@@ -40,14 +40,14 @@ PLIST_FILES=	/boot/xen \
 EXTRA_PATCHES=	${FILESDIR}/0001-xen-logdirty-prevent-preemption-if-finished.patch:-p1 \
 		${FILESDIR}/0002-xen-rework-paging_log_dirty_op-to-work-with-hvm-gues.patch:-p1 \
 		${FILESDIR}/kconf_arch.patch:-p1 \
-		${FILESDIR}/xsa191.patch \
-		${FILESDIR}/xsa192.patch \
-		${FILESDIR}/xsa193-4.7.patch \
-		${FILESDIR}/xsa194.patch \
-		${FILESDIR}/xsa195.patch \
-		${FILESDIR}/xsa200-4.7.patch \
-		${FILESDIR}/xsa204-4.7.patch \
-		${FILESDIR}/xsa202.patch
+		${FILESDIR}/xsa191.patch:-p1 \
+		${FILESDIR}/xsa192.patch:-p1 \
+		${FILESDIR}/xsa193-4.7.patch:-p1 \
+		${FILESDIR}/xsa194.patch:-p1 \
+		${FILESDIR}/xsa195.patch:-p1 \
+		${FILESDIR}/xsa200-4.7.patch:-p1 \
+		${FILESDIR}/xsa204-4.7.patch:-p1 \
+		${FILESDIR}/xsa202.patch:-p1
 
 .include <bsd.port.options.mk>
 

Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile	Mon Jan 16 16:27:54 2017	(r431678)
+++ head/mail/alpine/Makefile	Mon Jan 16 16:46:25 2017	(r431679)
@@ -113,8 +113,7 @@ CONFIGURE_ARGS+=	--with-passfile=.alpine
 
 .if ${PORT_OPTIONS:MMAILDIR}
 PATCH_SITES=		http://patches.freeiz.com/alpine/patches/alpine-${PORTVERSION}/
-PATCHFILES+=		maildir.patch.gz
-PATCH_DIST_ARGS+=	-E --quiet -d ${PATCH_WRKSRC} -p1
+PATCHFILES+=		maildir.patch.gz:-p1
 .endif
 
 .if ${PORT_OPTIONS:MCONS25}

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Mon Jan 16 16:27:54 2017	(r431678)
+++ head/sysutils/xen-tools/Makefile	Mon Jan 16 16:46:25 2017	(r431679)
@@ -45,9 +45,9 @@ QEMU_ARGS=	--disable-gtk \
 
 EXTRA_PATCHES=	${FILESDIR}/var_paths.patch:-p1 \
 		${FILESDIR}/xsa198.patch:-p1 \
-		${FILESDIR}/0001-libxl-fix-creation-of-pkgconf-install-dir.patch \
-		${FILESDIR}/0001-tools-configure-fix-pkg-config-install-path-for-Free.patch \
-		${FILESDIR}/0001-libs-xenstore-set-correct-FreeBSD-device.patch
+		${FILESDIR}/0001-libxl-fix-creation-of-pkgconf-install-dir.patch:-p1 \
+		${FILESDIR}/0001-tools-configure-fix-pkg-config-install-path-for-Free.patch:-p1 \
+		${FILESDIR}/0001-libs-xenstore-set-correct-FreeBSD-device.patch:-p1
 
 CONFIGURE_ARGS+=	--with-extra-qemuu-configure-args="${QEMU_ARGS}" \
 			--with-system-seabios=${LOCALBASE}/share/seabios/bios.bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701161646.v0GGkPqS045518>