From owner-freebsd-questions@FreeBSD.ORG Fri May 19 18:00:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F14FC16A42B for ; Fri, 19 May 2006 18:00:02 +0000 (UTC) (envelope-from nthwaver@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E4C43D53 for ; Fri, 19 May 2006 18:00:01 +0000 (GMT) (envelope-from nthwaver@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so777396nzn for ; Fri, 19 May 2006 11:00:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZW+JSpc7y8jUaiqpmYD+5iyy6bVEOJT836vFwljeASd8OQwAATag/tnK7Px9SRRJlNLjmgeXx3H8sM93jiXpNzlvImeWYyy8k6XR1mk0FRWe+3ETNQb1lNhsrk+F0f9Cp9PiVWucRgiUWeLsknkR87nNFJu95tmFXCeg8tXn+tA= Received: by 10.65.135.7 with SMTP id m7mr449071qbn; Fri, 19 May 2006 11:00:01 -0700 (PDT) Received: by 10.65.121.2 with HTTP; Fri, 19 May 2006 11:00:01 -0700 (PDT) Message-ID: <17b33a80605191100q6e0eb057o2ec19e923652300c@mail.gmail.com> Date: Fri, 19 May 2006 14:00:01 -0400 From: nthwaver@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: broken port with no makefile? 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: Fri, 19 May 2006 18:00:03 -0000 I've been upgrading to the latest Apache & PHP versions, but seem to be unable to get PHP to work again. The crux of the problem is that mod_php5 has no makefile and seems to be eternally stuck building, even after updating the whole collection: $ su [prompt edited out] $ cvsup /root/ports-supfile Connected to cvsup18.us.FreeBSD.org Updating collection ports-all/cvs Finished successfully $ cd /usr/ports/www/mod_php5; ls -aFl total 30 drwxr-xr-x 3 root wheel 512 May 18 05:07 ./ drwxr-xr-x 1056 root wheel 25600 May 19 01:20 ../ drwxr-xr-x 3 root wheel 512 Apr 16 13:28 work/ $ make install make: don't know how to make install. Stop $ cd work; ls -aFl total 10 drwxr-xr-x 3 root wheel 512 Apr 16 13:28 ./ drwxr-xr-x 3 root wheel 512 May 18 05:07 ../ -rw-r--r-- 1 root wheel 0 Apr 16 13:28 .build_done.mod_php5-5.0.4_2,1._usr_local -rw-r--r-- 1 root wheel 0 Apr 16 13:27 .configure_done.mod_php5-5.0.4_2,1._usr_local -rw-r--r-- 1 root wheel 0 Apr 16 13:27 .extract_done.mod_php5-5.0.4_2,1._usr_local -rw-r--r-- 1 root wheel 0 Apr 16 13:27 .patch_done.mod_php5-5.0.4_2,1._usr_local drwxr-xr-x 17 root wheel 2560 May 19 01:35 php-5.0.4/ -rw-r--r-- 1 root wheel 96 Apr 16 13:28 php.conf $ make install [tries to run, crashes] $ make deinstall make: don't know how to make deinstall. Stop $ I don't know why this junk is in the "work" dir, but I know it's an older version I don't want anyway. Can someone tell me how I can fix this port so that I can compile it and get my webserver up again? Thanks, Jordan