From owner-freebsd-questions@FreeBSD.ORG Sat Nov 6 16:03:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 905D016A4CE for ; Sat, 6 Nov 2004 16:03:04 +0000 (GMT) Received: from sys09.mail.msu.edu (sys09.mail.msu.edu [35.9.75.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7220F43D48 for ; Sat, 6 Nov 2004 16:03:04 +0000 (GMT) (envelope-from bushous2@msu.edu) Received: from [65.42.16.175] (helo=[10.4.10.176]) by sys09.mail.msu.edu with asmtp (Exim 4.32 #22) (TLSv1:AES256-SHA:256) id 1CQT1r-0000Te-Mt for freebsd-questions@freebsd.org; Sat, 06 Nov 2004 11:03:03 -0500 From: Micah Bushouse To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1099756983.35385.1630.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 06 Nov 2004 11:03:03 -0500 Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Subject: /usr/ports/lang/php4, using existing configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 16:03:04 -0000 Dear list, Usually when I make something like php4 it displays a blue menu of extensions to select. When I do it now it doesn't display that menu and instead seems to use an existing (an incorrect) configuration. # cd /usr/ports/lang/php4 # make ===> Vulnerability check disabled, database not found ===> Found saved configuration for php4-4.3.8_2 ===> Extracting for php4-4.3.9 >> Checksum OK for php-4.3.9.tar.bz2. ... Does anybody know where the saved configuration files are located for ports or php? I looked in the /usr/ports/lang/php4 directory and also inspected the Makefile, looking for a reference to a file, but couldn't find anything. Thanks in advance! ~Micah