ports/59386: [PATCH] Fix master-sites-all
Dan Langille
dan at langille.org
Mon Nov 17 21:50:25 UTC 2003
>Number: 59386
>Category: ports
>Synopsis: [PATCH] Fix master-sites-all
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 17 13:50:23 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Dan Langille
>Release: FreeBSD 4.8-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Aug 15 16:11:30 EDT 2003 dan at polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386
>Description:
make master-sites-all fails if PHP is already installed.
>How-To-Repeat:
On a machine with mod_php4 installed, do this:
$ make master-sites-all
This port requires the CLI version of PHP, but you have already
installed a conflicting PHP port without CLI.
*** Error code 1
Stop.
>Fix:
See attached patch, provided by Alex Kiesel <kiesel at schlund.de> (maintainer)
See also: http://www.freebsd.org/cgi/mid.cgi?db=mid&id=1068913129.1060.48.camel@boost.home.ahk
--- Makefile.diff begins here ---
--- Makefile.orig Tue Nov 11 05:01:58 2003
+++ Makefile Mon Nov 17 16:39:32 2003
@@ -21,7 +21,6 @@
WANT_AUTOMAKE_VER= 15
WANT_AUTOCONF_VER= 253
LIBTOOLFILES= # none
-WANT_PHP_CLI= yes
USE_PHPIZE= yes
USE_AUTOCONF= no
USE_GMAKE= yes
--- Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list