fixing fwbuilder port

Vadim Kurland vadimk at gmail.com
Sun May 9 00:47:51 PDT 2004


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 at 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
> 
>


More information about the freebsd-ports mailing list