From owner-freebsd-current Tue Mar 27 18:20:24 2001 Delivered-To: freebsd-current@freebsd.org Received: from updraft.jp.freebsd.org (updraft.jp.FreeBSD.ORG [210.157.158.42]) by hub.freebsd.org (Postfix) with ESMTP id 6B7D837B719 for ; Tue, 27 Mar 2001 18:20:21 -0800 (PST) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by updraft.jp.freebsd.org (8.11.3+3.4W/8.11.3) with ESMTP/inet id f2S2KI814229 for ; Wed, 28 Mar 2001 11:20:18 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20010327102055.A15524@xor.obsecurity.org> References: <158278002125.20010327171547@buz.ch> <20010328025515C.matusita@jp.FreeBSD.org> <20010327102055.A15524@xor.obsecurity.org> X-Face: '*aj"d@ijeQ:/X}]oM5c5Uz{ZZZk90WPt>a^y4$cGQp8:!H\W=hSM;PuNiidkc]/%,;6VGu e+`&APmz|P;F~OL/QK%;P2vU>\j4X.8@i%j6[%DTs_3J,Fff0)*oHg$A.cDm&jc#pD24WK@{,"Ef!0 P\):.2}8jo-BiZ?X&t$V X-User-Agent: Mew/1.94.2 XEmacs/21.2 (Urania) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 22 From: Makoto MATSUSHITA To: current@freebsd.org Subject: Re: Can't build current... Date: Wed, 28 Mar 2001 11:19:59 +0900 Message-Id: <20010328111959I.matusita@jp.FreeBSD.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris> I believe Mark's intention was to keep crypt-blowfish.c optional for kris> those who don't want to install crypto. Perhaps this is broken. src/lib/libcrypt/Makefile says: # Pull in the crypt-des.c source, assuming it is present. .if exists(${.CURDIR}/../../secure/lib/libcrypt/crypt-des.c) && \ !defined(NOSECURE) && !defined(NOCRYPT) .PATH: ${.CURDIR}/../../secure/lib/libcrypt SRCS+= crypt-des.c crypt-blowfish.c blowfish.c CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH .endif and it seems OK to me. This .if-.endif clause was there since two libcrypt was merged into a single library (Dec/2000). Gabriel, would you please check src/secure/lib/libcrypt/ and what's files are sitting in this directory? -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message