From owner-freebsd-stable Mon Jan 13 3:28:18 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABC937B401 for ; Mon, 13 Jan 2003 03:28:17 -0800 (PST) Received: from silicon.nocdirect.com (silicon.nocdirect.com [66.227.56.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA4943F1E for ; Mon, 13 Jan 2003 03:28:11 -0800 (PST) (envelope-from freebsd-stable@fair-ware.com) Received: from h0002b338865d.ne.client2.attbi.com ([66.30.213.83] helo=beast) by silicon.nocdirect.com with esmtp (Exim 3.36 #1) id 18Y2gr-0006qq-00 for freebsd-stable@FreeBSD.ORG; Mon, 13 Jan 2003 05:23:37 -0600 Reply-To: From: "Paul A. Howes" To: "'FreeBSD-Stable'" Subject: Problem in /etc/make.conf Date: Mon, 13 Jan 2003 06:28:43 -0500 Organization: Fairware Message-ID: <024e01c2baf6$ee3e0bc0$0200a8c0@howesnet> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good morning all, I run 4.7p2 on my server. I recently installed a new motherboard, and decided to rebuild world and kernel with "P4" as the CPU target in make.conf because I wanted to optimize the system as much as possible. I have been using the OpenSSH and OpenSSL from the ports collection for some time now, using the "*_OVERWRITE_BASE" directive. So today, I decided to switch on the "NO_OPENSSL = true" flag in my /etc/make.conf. I had not reinstalled world since I had started using OpenSSL from ports/ The result is: I found that buildworld will fail during the "make depends" target in /usr/src/crypto/telnet/libtelnet, because cannot be included by encrypt.h, found in that directory. The only other settings I have in make.conf that could possibly affect this are "MAKE_IDEA = yes" and "USA_RESIDENT = yes". Any thoughts? -- Paul A. Howes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message