From owner-cvs-all Sun Aug 20 13:23:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AB7737B43F; Sun, 20 Aug 2000 13:23:28 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA35032; Sun, 20 Aug 2000 13:23:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 20 Aug 2000 13:23:27 -0700 (PDT) From: Kris Kennaway To: Udo Schweigert Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile src/secure/lib/librsaintl Makefile src/secure/lib/libssl Makefile In-Reply-To: <20000820202904.A40559@alaska.cert.siemens.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 20 Aug 2000, Udo Schweigert wrote: > The patch avoiding this is: > > --- Makefile.orig Sun Aug 20 19:46:29 2000 > +++ Makefile Sun Aug 20 20:15:45 2000 > @@ -183,7 +183,7 @@ > pem/pem2.h pkcs12/pkcs12.h pkcs7/pkcs7.h rand/rand.h rc2/rc2.h \ > rc4/rc4.h rc5/rc5.h ripemd/ripemd.h rsa/rsa.h stack/safestack.h \ > sha/sha.h stack/stack.h tmdiff.h txt_db/txt_db.h x509/x509.h \ > - x509/x509_vfy.h x509v3/x509v3.h > + x509/x509_vfy.h x509v3/x509v3.h evp/evp.h > > .if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES > HDRS+= idea/idea.h Well, that patch is wrong because: .if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES sed '/^#ifndef NO_IDEA$$/,/^#endif$$/d' ${LCRYPTO_SRC}/evp/evp.h > \ ${.OBJDIR}/evp.h.new ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.OBJDIR}/evp.h.new ${DESTDIR}/usr/include/openssl/evp.h .else ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${LCRYPTO_SRC}/evp/evp.h ${DESTDIR}/usr/include/openssl/evp.h .endif Were you trying to install with MAKE_IDEA or without? Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message