Date: Fri, 19 May 2006 14:00:01 -0400 From: nthwaver@gmail.com To: "FreeBSD Questions" <freebsd-questions@freebsd.org> Subject: broken port with no makefile? Message-ID: <17b33a80605191100q6e0eb057o2ec19e923652300c@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17b33a80605191100q6e0eb057o2ec19e923652300c>