Date: Thu, 13 Apr 2000 12:37:30 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Tony Finch <dot@dotat.at> Cc: freebsd-ports@freebsd.org Subject: Re: USE_OPENSSL Message-ID: <Pine.BSF.4.21.0004131234580.8526-100000@freefall.freebsd.org> In-Reply-To: <E12fpEd-00099t-00@fanf.eng.demon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Apr 2000, Tony Finch wrote: > What is the purpose of the USE_OPENSSL variable in the ports > makefiles? After I put USE_OPENSSL=YES in /etc/make.conf all my ports > stopped building because openssl depended on itself causing a nice > recursive make forkbomb. Is this a bug in me or a bug in the makefiles? It's a bug in finch.c. USE_OPENSSL says "I depend on the OpenSSL toolkit" and handles the dependency (as a LIB_DEPENDS) to either the port or the base system version for 3.x/[45].x rspectively. USE_OPENSSL=RSA says "I need RSA crypto as well" and pulls in the RSAREF port as a LIB_DEPENDS if USA_RESIDENT is set to 'YES'. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004131234580.8526-100000>