From owner-freebsd-current Thu Feb 24 14:47:29 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34]) by hub.freebsd.org (Postfix) with SMTP id 236AD37BBA0 for ; Thu, 24 Feb 2000 14:47:18 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 84055 invoked by alias); 24 Feb 2000 22:47:16 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id XAA05210; Thu, 24 Feb 2000 23:50:43 +0100 (CET) (envelope-from ue) Date: Thu, 24 Feb 2000 23:50:42 +0100 From: Udo Erdelhoff To: freebsd-current@freebsd.org Cc: Mark Murray Subject: Re: cvs commit: src/crypto/libdes [...] Message-ID: <20000224235042.C4862@nathan.ruhr.de> References: <200002241934.VAA03512@internat.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="M9NhX3UHpAaciwkO" X-Mailer: Mutt 1.0.1i In-Reply-To: <200002241934.VAA03512@internat.freebsd.org>; from markm@FreeBSD.ORG on Thu, Feb 24, 2000 at 09:34:36PM +0200 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii On Thu, Feb 24, 2000 at 09:34:36PM +0200, Mark Murray wrote: > markm 2000/02/24 21:34:35 SAST > IP libdes. All hail libcrypto! With -current (cvsuped from cvsup.freebsd.org/cvsup.internat.freebsd.org) as of right now (23:40 +0100): >>> stage 4: populating /usr/obj/usr/src/i386/usr/include [...] cd /usr/src/secure/lib/libcrypto; make beforeinstall [...] cd /usr/src/secure/lib/libdes; make beforeinstall cd: can't cd to /usr/src/secure/lib/libdes *** Error code 2 Patch for Makefile.inc1 1.138 included. /s/Udo -- Booze is the answer. I don't remember the question. --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- Makefile.inc1.orig Thu Feb 24 23:24:49 2000 +++ Makefile.inc1 Thu Feb 24 23:36:15 2000 @@ -585,7 +585,6 @@ .if exists(${.CURDIR}/secure/lib/libcrypto) cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall .endif - cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall .if exists(${.CURDIR}/secure/lib/libssl) cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall .endif --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message