Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2000 23:50:42 +0100
From:      Udo Erdelhoff <ue@nathan.ruhr.de>
To:        freebsd-current@freebsd.org
Cc:        Mark Murray <markm@FreeBSD.ORG>
Subject:   Re: cvs commit: src/crypto/libdes [...]
Message-ID:  <20000224235042.C4862@nathan.ruhr.de>
In-Reply-To: <200002241934.VAA03512@internat.freebsd.org>; from markm@FreeBSD.ORG on Thu, Feb 24, 2000 at 09:34:36PM %2B0200
References:  <200002241934.VAA03512@internat.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000224235042.C4862>