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 DE9CD13933E for ; Tue, 13 Jul 2021 21:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2239FE0D92; Tue, 13 Jul 2021 21:16:10 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A3D0E0D92 for ; Tue, 13 Jul 2021 21:16:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFEF8342CCD for ; Tue, 13 Jul 2021 21:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F33027D4 for ; Tue, 13 Jul 2021 21:16:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626210928.ef203260775720b6fc1139357f51ba8488d3bdf8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch X-VCS-Directories: net-mail/courier-imap/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ef203260775720b6fc1139357f51ba8488d3bdf8 X-VCS-Branch: master Date: Tue, 13 Jul 2021 21:16:05 +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: 580c81c4-fc48-41ca-b088-e92103e5e7e4 X-Archives-Hash: 992f3c1d2fe9cf03d210e7d9f4acffc6 commit: ef203260775720b6fc1139357f51ba8488d3bdf8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 13 19:10:46 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 13 21:15:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef203260 net-mail/courier-imap: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/21629 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> ...ourier-imap-4.17-disable-fam-configure.ac.patch | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch b/net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch deleted file mode 100644 index 6d26895c0d7..00000000000 --- a/net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch +++ /dev/null @@ -1,27 +0,0 @@ -Bug #48838. Patch to enable/disable FAM support (20 Aug 2004 -langthang@gentoo.org). This patch should fix bug #51540. The fam USE -flag is not needed for shared folder support. - ---- a/libs/maildir/configure.ac.orig 2004-06-08 15:44:23.000000000 -0700 -+++ b/libs/maildir/configure.ac 2004-08-14 15:28:20.525714876 -0700 -@@ -73,6 +73,12 @@ - dnl Checks for library functions. - AC_CHECK_HEADER(fam.h, :, :) - AC_CHECK_FUNCS(symlink readlink strcasecmp utime utimes) -+AC_ARG_WITH(fam, [ --with-fam Compile with FAM support], -+ fam="$withval", -+ fam="no") -+ -+if test "$fam" != "no" -+then - AC_CHECK_LIB(fam, FAMOpen, [ - LIBFAM=-lfam - AC_DEFINE_UNQUOTED(HAVE_FAM,1, -@@ -87,6 +93,7 @@ - AC_MSG_ERROR([[FAM development libraries not found.]]) ] - ) - ]) -+fi - - AC_SUBST(LIBFAM) -