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 5C1AF1382C5 for ; Sun, 28 Jun 2020 16:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71DD3E0973; Sun, 28 Jun 2020 16:02:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5B0CDE0973 for ; Sun, 28 Jun 2020 16:02:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0701D34ED17 for ; Sun, 28 Jun 2020 16:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C92E27F for ; Sun, 28 Jun 2020 16:02:49 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1593360165.3953830a49dbb9766faf7791b5b25d6a89a6e137.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arpwatch/arpwatch-3.1.ebuild X-VCS-Directories: net-analyzer/arpwatch/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3953830a49dbb9766faf7791b5b25d6a89a6e137 X-VCS-Branch: master Date: Sun, 28 Jun 2020 16:02: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08d3877b-45b2-4893-b666-c809b629de53 X-Archives-Hash: 047bff392fa5cb83b28f1e846e40cab1 commit: 3953830a49dbb9766faf7791b5b25d6a89a6e137 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jun 28 16:02:18 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jun 28 16:02:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3953830a net-analyzer/arpwatch: Have configure find sendmail Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://bugs.gentoo.org/730028 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/arpwatch/arpwatch-3.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-analyzer/arpwatch/arpwatch-3.1.ebuild b/net-analyzer/arpwatch/arpwatch-3.1.ebuild index 76be0e590a0..64ae0f6ef45 100644 --- a/net-analyzer/arpwatch/arpwatch-3.1.ebuild +++ b/net-analyzer/arpwatch/arpwatch-3.1.ebuild @@ -25,6 +25,7 @@ DEPEND=" RDEPEND=" ${DEPEND} selinux? ( sec-policy/selinux-arpwatch ) + virtual/mta " pkg_setup() { @@ -38,6 +39,11 @@ pkg_postinst() { enewuser arpwatch -1 -1 -1 arpwatch } +src_configure() { + econf \ + ac_cv_path_V_SENDMAIL=sendmail +} + src_install() { dosbin arp2ethers arpfetch arpsnmp arpwatch bihourly.sh massagevendor.py update-ethercodes.sh doman arpsnmp.8 arpwatch.8