fixing fwbuilder port

Chuck Swiger cswiger at mac.com
Sat May 8 21:10:07 PDT 2004


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



More information about the freebsd-ports mailing list