Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/atftp/files/
Date: Wed, 06 Oct 2021 16:19:06
Message-Id: 1633537106.87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2.jsmolic@gentoo
1 commit: 87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Oct 6 16:05:30 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 16:18:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fcfdbc
7
8 net-ftp/atftp: remove unused patch
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22501
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch | 32 ----------------------------
16 1 file changed, 32 deletions(-)
17
18 diff --git a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch b/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch
19 deleted file mode 100644
20 index 749f8e8e6d3..00000000000
21 --- a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch
22 +++ /dev/null
23 @@ -1,32 +0,0 @@
24 ---- a/configure.ac
25 -+++ b/configure.ac
26 -@@ -69,29 +69,6 @@
27 - dnl Check for AIX
28 - AC_AIX
29 -
30 --CFLAGS="$CFLAGS -g -Wall -D_REENTRANT"
31 --
32 --if test x$debug = xtrue; then
33 -- CFLAGS="$CFLAGS -O0 -DDEBUG"
34 --else
35 -- if test -n "$auto_cflags"; then
36 -- if test -n "$GCC"; then
37 -- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
38 -- else
39 -- case "$host_os" in
40 -- *hpux*) CFLAGS="$CFLAGS +O3"
41 -- ;;
42 -- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
43 -- ;;
44 -- *) CFLAGS="$CFLAGS -O2"
45 -- ;;
46 -- esac
47 -- fi
48 -- else
49 -- CFLAGS="$CFLAGS -O2"
50 -- fi
51 --fi
52 --
53 - AC_PROG_MAKE_SET
54 - AC_PROG_INSTALL
55 -