Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-freebsd/boot0/files/
Date: Sat, 11 Feb 2017 20:16:52
Message-Id: 1486844028.9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4.soap@gentoo
1 commit: 9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 10 16:49:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 20:13:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9961bbe1
7
8 sys-freebsd/boot0: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3903
11
12 .../files/boot0-10.1-drop-unsupport-cflags.patch | 26 ----------------------
13 1 file changed, 26 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 4ab415b115..0000000000
18 --- a/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
22 -index 76ed0ca..2d1d39d 100644
23 ---- a/sys/boot/efi/libefi/Makefile
24 -+++ b/sys/boot/efi/libefi/Makefile
25 -@@ -17,7 +17,4 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
26 - CFLAGS+= -I${.CURDIR}/../../common
27 -
28 -
29 --# Suppress warning from clang for FreeBSD %b and %D formats
30 --CFLAGS+= -fformat-extensions
31 --
32 - .include <bsd.lib.mk>
33 -diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile
34 -index d714c74..a5cfa3c 100644
35 ---- a/sys/boot/i386/libi386/Makefile
36 -+++ b/sys/boot/i386/libi386/Makefile
37 -@@ -52,9 +52,6 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../common \
38 - # the location of libstand
39 - CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
40 -
41 --# Suppress warning from clang for FreeBSD %b and %D formats
42 --CFLAGS+= -fformat-extensions
43 --
44 - .if ${MACHINE_CPUARCH} == "amd64"
45 - CLEANFILES+= machine
46 - machine: