From owner-freebsd-ports@freebsd.org Sat Dec 22 22:50:33 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 30838133E694 for ; Sat, 22 Dec 2018 22:50:33 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (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 4DCF2753D6 for ; Sat, 22 Dec 2018 22:50:32 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43Mggk3kBNzFpP for ; Sat, 22 Dec 2018 23:50:26 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 23:50:25 +0100 References: <20181223.064839.1749206782508827440.yasu@utahime.org> <20181223.073342.309673158694093354.yasu@utahime.org> To: "freebsd-ports@freebsd.org" In-Reply-To: <20181223.073342.309673158694093354.yasu@utahime.org> Message-Id: <7CF7BC01-48FB-4BE5-8083-1D07B5381ADE@ellael.org> X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-Rspamd-Queue-Id: 4DCF2753D6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.73)[-0.734,0]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.77)[-0.771,0]; IP_SCORE(-0.43)[ipnet: 91.121.0.0/16(-2.51), asn: 16276(0.38), country: FR(-0.02)]; NEURAL_SPAM_SHORT(0.16)[0.162,0]; MX_GOOD(-0.01)[cached: mx1.enfer-du-nord.net]; TO_DN_EQ_ADDR_ALL(0.00)[]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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:50:33 -0000 Yasuhiro KIMURA wrote: > 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. Thanks. "One more thing" ;-) Your patch will work, and thinking about the maturity of libmilter, your = patch will be an appropriate one. I am thinking about a more "future safe" solution for = security/clamav-milter: #) add an OPTION to security/clamav-milter's Makefile whether to = use libmilter from base or ports #) make the default to use port mail/libmilter #) because the latter will allow to automatically follow newest = developments of libmilter and clamav ports Don't get me wrong, you are the maintainer, thus, it is completely up to = you! Thanks again and kind regards, Michael=