From owner-freebsd-questions@freebsd.org Thu Feb 7 00:41:42 2019 Return-Path: Delivered-To: freebsd-questions@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 B9B3014B6151 for ; Thu, 7 Feb 2019 00:41:42 +0000 (UTC) (envelope-from hasse@thorshammare.org) Received: from mail56c50.megamailservers.eu (mail238c50.megamailservers.eu [91.136.10.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44C5A8C45E for ; Thu, 7 Feb 2019 00:41:40 +0000 (UTC) (envelope-from hasse@thorshammare.org) X-POP-User: g.svalland@bredband.net Received: from smtp.thorshammare.org (ua-85-227-83-179.bbcust.telenor.se [85.227.83.179]) by mail56c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id x1704A95014673; Thu, 7 Feb 2019 00:04:11 +0000 Received: by smtp.thorshammare.org (Postfix, from userid 1001) id AC4F533895; Thu, 7 Feb 2019 01:04:04 +0100 (CET) Date: Thu, 7 Feb 2019 01:04:04 +0100 From: Hasse Hansson To: Ernie Luzar , freebsd-questions@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Re: unable to install port spamd Message-ID: <20190207000404.GA4737@thorshammare.org> References: <20190206153053.GA2977@thorshammare.org> <5C5B19EB.7010207@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5C5B19EB.7010207@gmail.com> User-Agent: Mutt/1.11.2 (2019-01-07) X-CTCH-RefID: str=0001.0A0B020A.5C5B75FB.002B:SCFSTAT51078350, ss=1, re=-4.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: -4.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=Oo5hNR3t c=1 sm=1 tr=0 a=S/cRPHC7eDuMz9s+NkhVlg==:117 a=S/cRPHC7eDuMz9s+NkhVlg==:17 a=kj9zAlcOel0A:10 a=CFTnQlWoA9kA:10 a=SVskYZ0MAAAA:8 a=6I5d2MoRAAAA:8 a=W4oC9uIREB-94GR1geMA:9 a=CjuIK1q_8ugA:10 a=f6u4V6I-0TbMKZWofiZM:22 a=IjZwj45LgO3ly-622nXo:22 X-Rspamd-Queue-Id: 44C5A8C45E X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.65 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.65)[-0.653,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; IP_SCORE(-0.14)[ipnet: 91.136.0.0/17(-0.33), asn: 9115(-0.27), country: GB(-0.09)]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[thorshammare.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.02)[0.025,0]; NEURAL_HAM_LONG(-0.68)[-0.676,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: smtp.thorshammare.org]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_IN_DNSWL_LOW(-0.10)[248.10.136.91.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RECEIVED_SPAMHAUS_PBL(0.00)[179.83.227.85.zen.spamhaus.org : 127.0.0.10]; ASN(0.00)[asn:9115, ipnet:91.136.0.0/17, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2019 00:41:42 -0000 On Wed, Feb 06, 2019 at 12:31:23PM -0500, Ernie Luzar wrote: > Hasse Hansson wrote: > > Hello > > > > FreeBSD smtp.thorshammare.org 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 > > > > I've problems to build or install the port mail/spamd > > Preciate any tips. > > /Hasse > > > > snip > > I had problem installing pkg spamd until I installed pkg openssl before > pkg spamd. If your doing the compile method try compiling openssl before > spamd. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Thank you very much. That solved the problem. /Hasse