From owner-svn-ports-head@freebsd.org Mon Jan 16 16:46:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E679CB2FE3; Mon, 16 Jan 2017 16:46:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 619CD12AB; Mon, 16 Jan 2017 16:46:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0GGkPZ5045521; Mon, 16 Jan 2017 16:46:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0GGkPqS045518; Mon, 16 Jan 2017 16:46:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701161646.v0GGkPqS045518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 16 Jan 2017 16:46:25 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 16:46:26 -0000 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 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