From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 11:58:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B31E016A400 for ; Thu, 28 Jun 2007 11:58:14 +0000 (UTC) (envelope-from mrskinnypete@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.225]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3E013C457 for ; Thu, 28 Jun 2007 11:58:12 +0000 (UTC) (envelope-from mrskinnypete@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so24869nzf for ; Thu, 28 Jun 2007 04:58:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=gx4wm9RY6hEkMxHLnm7s/u2XNc2q+5IJs6VGSC5hFKdcIIL4Dbr2NLsUf75XSJjLSYo+asLwU98u/KItNEu+S11ae6KF/BUMKuo+lNmQpbgS8PJudU6BAG1Jy1iXoArm+GjBUTANRKQM63nQqdiQWFV4drUqKUSyZNQY5YcB4qI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=o2y9drO1SDUmcNNVy51IFHeTHR2vMqr+XzseTZMxNOSV749N9gMBbqClCNtTEFO62b69Y/p9YUT4t5mL9BGBejuDQRRtAkPuhz24e64rQCnCyDOewn0vsqjaNq6dKYIotZhckwK8L3S+7XQgml9Iu7DPBVk3DN9XviTD1K7/gSw= Received: by 10.114.88.1 with SMTP id l1mr1470308wab.1183031891434; Thu, 28 Jun 2007 04:58:11 -0700 (PDT) Received: by 10.114.195.13 with HTTP; Thu, 28 Jun 2007 04:58:11 -0700 (PDT) Message-ID: <73d78cc40706280458h36e88931tc5ada221886bffd8@mail.gmail.com> Date: Thu, 28 Jun 2007 08:58:11 -0300 From: "Peter marshall" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mod_php4 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 11:58:14 -0000 I am trying to install mod_php4 using ports. The problem is I do not have a mod_php4 directory. Does a port exist for this? How do you get a port that you do not have a directory for after doing a cvsup? Sorry to ask a bunch of newbie questions.