Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2011 19:31:45 GMT
From:      Richard Neese <r.neese@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160889: patch for php5 and nanobsd builds
Message-ID:  <201109211931.p8LJVjEL068389@red.freebsd.org>
Resent-Message-ID: <201109211940.p8LJe7Ge072859@freefall.freebsd.org>

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

>Number:         160889
>Category:       ports
>Synopsis:       patch for php5 and nanobsd builds
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 19:40:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Richard Neese
>Release:        FreeBSD 8.2-STABLE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 8.2-STABLE-201105 FreeBSD 8.2-STABLE-201105 #0: Tue May 17 05:46:49 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Patch to allow php5 to compile correctly for nanobsd builds.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/php5/Makefile,v
retrieving revision 1.164
diff -u -r1.164 Makefile
--- Makefile	24 Aug 2011 06:48:06 -0000	1.164
+++ Makefile	21 Sep 2011 18:35:16 -0000
@@ -40,7 +40,7 @@
 
 OPTIONS=	CLI "Build CLI version" on \
 		CGI "Build CGI version" on \
-		FPM "Build FPM version (experimental)" off \
+		FPM "Build FPM version (experimental)" on \
 		APACHE "Build Apache module" off \
 		AP2FILTER " Use Apache 2.x filter interface (experimental)" off \
 		DEBUG "Enable debug" off \


>Release-Note:
>Audit-Trail:
>Unformatted:



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