From owner-freebsd-ports@freebsd.org Tue Oct 27 03:06:52 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA214A1E116 for ; Tue, 27 Oct 2015 03:06:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 96E451B0F for ; Tue, 27 Oct 2015 03:06:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 93CC7A1E114; Tue, 27 Oct 2015 03:06:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9274AA1E113 for ; Tue, 27 Oct 2015 03:06:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5ABF71B0E for ; Tue, 27 Oct 2015 03:06:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhk11 with SMTP id hk11so207440992pad.1 for ; Mon, 26 Oct 2015 20:06:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=MOZSx5HBBriL+xnh0f+6CMLmr2yEqk42KuLqJQIrX8Q=; b=oc3rpH3WyKPP9B6o6eVgAT2gz2bs7iF2nhj+Ucgab2qCjUgOLtB/5ZXs62dxS0QLe4 Iq1lNOlcdy/oh47W7LWoNZNlOXdqsfG0Y6QzFgd7IQ0EXjhFaxAFv20SbK9D4hyvGjSp kVuB0eOKRMGAsTflpImJ2yoUSkq8qjHxLXiQvX/V1zIF4p0hz3OkVzGOEFgkySO4eiTN 1oyVT4iUq+XzRj7WPvqeCHVNEwdTmKPZybOLx6duYGzwujyj9EhzSvAmIL3rWa4uIxVV aLCcOfmzk4/6NwTw6zyZPdYmIsZNvTneMvhfeULq7ULfeQEeKdcKzD0D6UjQ3S9tVV5i UVjA== X-Received: by 10.66.182.131 with SMTP id ee3mr24910545pac.81.1445915211970; Mon, 26 Oct 2015 20:06:51 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::1? (2001-44b8-31ae-7b01-0000-0000-0000-0001.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::1]) by smtp.gmail.com with ESMTPSA id by6sm31867904pab.25.2015.10.26.20.06.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 20:06:51 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: FreeBSD Port: opendmarc-1.3.1 References: <562ED141.1070606@rightscale.com> To: Douglas Thrift , freebsd@gushi.org Cc: ports@FreeBSD.org From: Kubilay Kocak Message-ID: <562EEA45.7040307@FreeBSD.org> Date: Tue, 27 Oct 2015 14:06:45 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <562ED141.1070606@rightscale.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 03:06:52 -0000 On 27/10/2015 12:20 PM, Douglas Thrift wrote: > Hello, > > There seems to be a problem with the dependency on libspf2 for the > package of opendmarc: libspf2 was installed when I did a "pkg install > opendmarc", but upon inspection there does not seem to be any dependency > information registered and "pkg autoremove" removes it. Running "ldd > /usr/local/sbin/opendmarc" shows that it links to libspf2.so.2, so it > definitely needs a runtime dependency. > > I hope this helps get this fixed. > > Thanks! > Hi Douglas, Please create a bugzilla issue created for this if one doesn't already exist. Include as attachments: * ldd output post-build/install * pkg autoremove output Thanks, ./koobs