Date: Sun, 09 May 2004 00:09:47 -0400 From: Chuck Swiger <cswiger@mac.com> To: Vadim Kurland <vadimk@gmail.com> Cc: Jonathan <j.e.drews@worldnet.att.net> Subject: Re: fixing fwbuilder port Message-ID: <409DAF0B.20703@mac.com> In-Reply-To: <4f30c27f040508202421664e26@mail.gmail.com> References: <1084049192.422.63.camel@mobile.silbsd.org> <4f30c27f040508202421664e26@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409DAF0B.20703>