Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2004 00:47:44 -0700
From:      Vadim Kurland <vadimk@gmail.com>
To:        Jonathan <j.e.drews@worldnet.att.net>
Cc:        Chuck Swiger <cswiger@mac.com>
Subject:   Re: fixing fwbuilder port
Message-ID:  <4f30c27f04050900473b54ff71@mail.gmail.com>
In-Reply-To: <1084087572.227.8.camel@mobile.silbsd.org>
References:  <1084049192.422.63.camel@mobile.silbsd.org> <409DAF0B.20703@mac.com> <1084087572.227.8.camel@mobile.silbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
If I undestand Chuck's suggestion right, you needed to add
"USEOPENSSL=yes" and remove dependency on openssl port all together.
Since you have openssl in base, you should not need the port. Did you
remove the relevant line from BUILD_DEPENDS in libfwbuilder ? Did it
build after that ?

On Sun, 09 May 2004 02:26:13 -0500, Jonathan <j.e.drews@worldnet.att.net> wrote:
> 
> OK Chuck and Vadim:
> 
>  I tried adding the USE_OPENSSL=  yes that Chuck suggested in both
> fwbuilder and libfwbuilder and it still will not build security/openssl.
> I then tried adding the
> BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl
> and
> +RUN_DEPENDS=   openssl:${PORTSDIR}/security/openssl
> to the Makefile in libfwbuilder and that would not get openssl-0.9.7 to
> install.
>  It's failing to make package because openssl-0.9.7 is not installed.
> Why won't it install openssl-0.9.7 when I have the BUILD_DEPENDS and
> RUN_DEPENDS explicitly referencing it ?
> 
> 
> 
> 
> On Sat, 2004-05-08 at 23:09, Chuck Swiger wrote:
> > 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
> 
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f30c27f04050900473b54ff71>