Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2003 16:46:02 -0500 (EST)
From:      Dan Langille <dan@langille.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <dan@langille.org>
Subject:   ports/59386: [PATCH] Fix master-sites-all
Message-ID:  <20031117214602.33F333E50@xeon.unixathome.org>
Resent-Message-ID: <200311172150.hAHLoNqM035427@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031117214602.33F333E50>