From owner-cvs-all Wed Dec 29 4:45: 4 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 0B25E14BC4; Wed, 29 Dec 1999 04:45:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id ED7571CD81E; Wed, 29 Dec 1999 04:45:01 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Wed, 29 Dec 1999 04:45:01 -0800 (PST) From: Kris Kennaway To: Dirk Froemberg Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/secure/usr.bin Makefile src/secure/usr.bin/openssl Makefile In-Reply-To: <19991229004713.A9128@physik.TU-Berlin.DE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 29 Dec 1999, Dirk Froemberg wrote: > Works fine for me. Glad to hear it. > 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 Hmm. I have no immediate plans to MFC because it's not something we've discussed, but I don't see any reason why it couldn't be once everything is stabilized. Does LIB_DEPENDS pick up libraries in /usr/lib? If not, that would probably be the best way out of this: in the 4.0 case the dependency would always succeed and the port would never be built. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message