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 84ACF158086 for ; Wed, 6 Oct 2021 16:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8769E0814; Wed, 6 Oct 2021 16:19:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0C59E0814 for ; Wed, 6 Oct 2021 16:19:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99ADB343337 for ; Wed, 6 Oct 2021 16:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 595EF2C for ; Wed, 6 Oct 2021 16:19:03 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633537106.87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/atftp/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch X-VCS-Directories: net-ftp/atftp/files/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2 X-VCS-Branch: master Date: Wed, 6 Oct 2021 16:19:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1754391-7258-431b-9df9-d43689c1ed6d X-Archives-Hash: 9d567e4c1abfb712681628bebe8e78f1 commit: 87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Oct 6 16:05:30 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Oct 6 16:18:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fcfdbc net-ftp/atftp: remove unused patch Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22501 Signed-off-by: Jakov Smolić gentoo.org> net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch | 32 ---------------------------- 1 file changed, 32 deletions(-) diff --git a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch b/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch deleted file mode 100644 index 749f8e8e6d3..00000000000 --- a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -69,29 +69,6 @@ - dnl Check for AIX - AC_AIX - --CFLAGS="$CFLAGS -g -Wall -D_REENTRANT" -- --if test x$debug = xtrue; then -- CFLAGS="$CFLAGS -O0 -DDEBUG" --else -- if test -n "$auto_cflags"; then -- if test -n "$GCC"; then -- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit" -- else -- case "$host_os" in -- *hpux*) CFLAGS="$CFLAGS +O3" -- ;; -- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000" -- ;; -- *) CFLAGS="$CFLAGS -O2" -- ;; -- esac -- fi -- else -- CFLAGS="$CFLAGS -O2" -- fi --fi -- - AC_PROG_MAKE_SET - AC_PROG_INSTALL -