From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DA2F139694 for ; Sat, 11 Feb 2017 20:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 972DAE0CE9; Sat, 11 Feb 2017 20:16:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71454E0CE9 for ; Sat, 11 Feb 2017 20:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FD3C34105A for ; Sat, 11 Feb 2017 20:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BD393A86 for ; Sat, 11 Feb 2017 20:16:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486844028.9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/boot0/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch X-VCS-Directories: sys-freebsd/boot0/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4 X-VCS-Branch: master Date: Sat, 11 Feb 2017 20:16:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 193e5653-2392-4f66-81b2-f08618161b31 X-Archives-Hash: b4097de598366c61974466806fce2166 commit: 9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Fri Feb 10 16:49:11 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 11 20:13:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9961bbe1 sys-freebsd/boot0: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3903 .../files/boot0-10.1-drop-unsupport-cflags.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch b/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch deleted file mode 100644 index 4ab415b115..0000000000 --- a/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile -index 76ed0ca..2d1d39d 100644 ---- a/sys/boot/efi/libefi/Makefile -+++ b/sys/boot/efi/libefi/Makefile -@@ -17,7 +17,4 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand - CFLAGS+= -I${.CURDIR}/../../common - - --# Suppress warning from clang for FreeBSD %b and %D formats --CFLAGS+= -fformat-extensions -- - .include -diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile -index d714c74..a5cfa3c 100644 ---- a/sys/boot/i386/libi386/Makefile -+++ b/sys/boot/i386/libi386/Makefile -@@ -52,9 +52,6 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../common \ - # the location of libstand - CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ - --# Suppress warning from clang for FreeBSD %b and %D formats --CFLAGS+= -fformat-extensions -- - .if ${MACHINE_CPUARCH} == "amd64" - CLEANFILES+= machine - machine: