From owner-freebsd-ports@FreeBSD.ORG Fri Feb 11 20:33:00 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A7491065693 for ; Fri, 11 Feb 2011 20:33:00 +0000 (UTC) (envelope-from adam@electricembers.net) Received: from internal.electricembers.net (internal.electricembers.net [208.90.215.71]) by mx1.freebsd.org (Postfix) with ESMTP id 78ACA8FC12 for ; Fri, 11 Feb 2011 20:33:00 +0000 (UTC) Received: from internal.electricembers.net (localhost [127.0.0.1]) by internal.electricembers.net (Postfix) with ESMTP id B89B61FFF3F; Fri, 11 Feb 2011 12:17:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=electricembers.net; h= message-id:date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; s=internal; bh=FQcVHsaUE3ZisTMgJZr/A 6rGQJY=; b=dA52DI80HDAWMcpbKlZZCm34svGrPcCsF7RRXZQzXCYJ+agyrp68G 9+9KI+XqI5drtWdelXOY3AIW+x4Go8WFB2+M81X6KNL3duHxfPBN4W+naiPdWsKB RouoaBFff9UkqFRZjcOVvgKNQQsfuK9s1t8xmCPwk/NOrEFGSJr+g8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=electricembers.net; h= message-id:date:from:mime-version:to:cc:subject:content-type :content-transfer-encoding; q=dns; s=internal; b=DaaN3Xl6goh/x0I 7NatIi6ccd3gdvW3cyhIEmhoxxv8FMibt6eHCCVjUwXPMOdsSl01s8pcUybTLhmV zHfsLPTUkPTS+TLh+VJMAdB9mSxFHsU/xbjA8Sb25t2cMrKa38JApr21mBIQeLQv jN0x36bDSCQSjFez9O+8E2L4dIZk= Received: from [10.0.0.4] (adsl-76-200-181-163.dsl.pltn13.sbcglobal.net [76.200.181.163]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: adam) by internal.electricembers.net (Postfix) with ESMTPSA id 90F9A1FFF36; Fri, 11 Feb 2011 12:17:11 -0800 (PST) Message-ID: <4D55994C.2010108@electricembers.net> Date: Fri, 11 Feb 2011 12:17:16 -0800 From: Adam Bernstein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: jarrod@downtools.com.au Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: nrpe-2.12_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2011 20:33:00 -0000 Howdy. I hope this is the right place to send a port bug report, but my apologies if not and I'll appreciate any redirection. It looks to me like the nrpe2 port is partly ignoring the WITH_OPENSSL_PORT=yes directive in /etc/make.conf. It does look in the right place during the dependencies check: ===> nrpe-2.12_3 depends on file: /usr/local/lib/libcrypto.so.7 - found and during the configure stage it also looks in the right place for the header files: checking for SSL headers... SSL headers found in /usr/local but it does *not* look in the right place for the library file: checking for SSL libraries... SSL libraries found in /usr/lib I found I was able to force it to the right place by specifying the make variable: CONFIGURE_ARGS="--with-ssl-lib=/usr/local/lib" but I think the need to do that indicates a bug in the portification, yes? system: -FreeBSD 8.1 -nrpe-2.12_3 port -openssl-1.0.0_4 port installed Thanks much! adam