From owner-cvs-all Tue Dec 28 15:47:20 1999 Delivered-To: cvs-all@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id E2693154E6; Tue, 28 Dec 1999 15:47:15 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id AAA09345; Wed, 29 Dec 1999 00:47:13 +0100 (CET) (envelope-from ibex) Date: Wed, 29 Dec 1999 00:47:13 +0100 From: Dirk Froemberg To: Kris Kennaway Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/secure/usr.bin Makefile src/secure/usr.bin/openssl Makefile Message-ID: <19991229004713.A9128@physik.TU-Berlin.DE> References: <199912281616.SAA32714@internat.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from kris@hub.freebsd.org on Tue, Dec 28, 1999 at 08:39:09AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Hi Kris! On Tue, Dec 28, 1999 at 08:39:09AM -0800, Kris Kennaway wrote: > On Tue, 28 Dec 1999, Kris Kennaway wrote: > > > Log: > > Build infrastructure for openssl(1), a general-purpose crypto utility. > > Based on, but heavily modified from, the OpenBSD Makefile. > > [...] > Hopefully I've committed everything necessary for make world to not break > :-) Enjoy! Works fine for me. But what about the openssl port and the ports depending on/using the openssl port, now? Will this be merged into RELENG_3? If not we'll have to surround dependecies to openssl by something like .if !exists(/usr/lib/libcrypto.so) || !exists(/usr/lib/libssl.so) LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl .endif and skip building of the openssl port if openssl is already in the base system .if exists(/usr/lib/libcrypto.so) && exists(/usr/lib/libssl.so) FORBIDDEN= "openssl already in the base system" .endif Any thoughts? Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message