From owner-freebsd-ports@freebsd.org Sat Dec 22 22:34:17 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68344133E173 for ; Sat, 22 Dec 2018 22:34:17 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6ADA74B6D for ; Sat, 22 Dec 2018 22:34:16 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 4BED823B83; Sun, 23 Dec 2018 07:34:13 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 8D7C62D7BE; Sun, 23 Dec 2018 07:34:12 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id B570A2D7BD; Sun, 23 Dec 2018 07:34:09 +0900 (JST) Date: Sun, 23 Dec 2018 07:33:42 +0900 (JST) Message-Id: <20181223.073342.309673158694093354.yasu@utahime.org> To: freebsd-ports@FreeBSD.org Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Yasuhiro KIMURA In-Reply-To: References: <20181223.064839.1749206782508827440.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: D6ADA74B6D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.992,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 22:34:17 -0000 From: Michael Grimm Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 23:11:09 +0100 > Thank you very, very much, your patch works in my case (lacking sendmail in base). > > mike> poudriere bulk -j stable -C security/clamav-milter > > … will run to completion, see: > > ===> clamav-milter-0.100.2,1 depends on shared library: libmilter.so - not found > ===> Installing existing package /packages/All/libmilter-8.15.2_1.txz > [stable-default-job-01] Installing libmilter-8.15.2_1... > [stable-default-job-01] Extracting libmilter-8.15.2_1: .......... done > ===> clamav-milter-0.100.2,1 depends on shared library: libmilter.so - found (/usr/local/lib/libmilter.so) > ===> Returning to build of clamav-milter-0.100.2,1 > > Thank you very much. Your patch is much more elegant then my one ;-) Thank you for checking patch. Then I'll submit this patch to Bugzilla. I may take for a while but will be committed to ports repository. --- Yasuhiro KIMURA