From owner-freebsd-ports@FreeBSD.ORG Sat May 8 21:10:07 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A13C16A4CE for ; Sat, 8 May 2004 21:10:07 -0700 (PDT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E4F43D31 for ; Sat, 8 May 2004 21:10:06 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.84.3]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040509041005.NTDI23663.out006.verizon.net@mac.com>; Sat, 8 May 2004 23:10:05 -0500 Message-ID: <409DAF0B.20703@mac.com> Date: Sun, 09 May 2004 00:09:47 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vadim Kurland References: <1084049192.422.63.camel@mobile.silbsd.org> <4f30c27f040508202421664e26@mail.gmail.com> In-Reply-To: <4f30c27f040508202421664e26@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [68.161.84.3] at Sat, 8 May 2004 23:10:05 -0500 cc: FreeBSD ports cc: Jonathan Subject: Re: fixing fwbuilder port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 04:10:07 -0000 Vadim Kurland wrote: > One thing though. The code that depends on openssl is in fact in > security/libfwbuilder. I have "crypto.3:${PORTSDIR}/security/openssl" > listed in LIB_DEPENDS there. Did it compile for you ? This dependency > is on openssl from ports, so I would expect build of that port to fail > also. Consider something like: --- Makefile~ Thu Mar 18 16:32:45 2004 +++ Makefile Sun May 9 00:05:28 2004 @@ -17,10 +17,9 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp \ - crypto.3:${PORTSDIR}/security/openssl USE_GNOME= glib12 - +USE_OPENSSL= yes USE_GMAKE= yes USE_LIBTOOL_VER=13 GNU_CONFIGURE= yes -- -Chuck