Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 14:55:17 GMT
From:      Chenguang Li <horus.li@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181708: fix databases/sqlbuddy build problem caused by the deletion of php5-sqlite
Message-ID:  <201308311455.r7VEtHdr083024@oldred.freebsd.org>
Resent-Message-ID: <201308311500.r7VF0130053561@freefall.freebsd.org>

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

>Number:         181708
>Category:       ports
>Synopsis:       fix databases/sqlbuddy build problem caused by the deletion of php5-sqlite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 31 15:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Chenguang Li
>Release:        9.1-RELEASE #1 r246142
>Organization:
>Environment:
FreeBSD beta 9.1-RELEASE FreeBSD 9.1-RELEASE #1 r246142: Thu Jan 31 16:08:23 CST 2013     root@beta:/usr/obj/usr/src/sys/BETA  i386
>Description:
With deletion of php5-sqlite, build process of databases/sqlbuddy cannot finish successfully. (Failed with 'Unknown extension sqlite for PHP 5.') The best step to take is to keep PHP at version 5.3.x and use php53-sqlite. Here the patch goes.
>How-To-Repeat:
make -C /usr/ports/databases/sqlbuddy all
>Fix:
patch attached.

Patch attached with submission follows:

--- a/Makefile	2013-08-31 22:40:08.000000000 +0800
+++ b/Makefile	2013-08-31 22:41:27.000000000 +0800
@@ -10,6 +10,7 @@
 MAINTAINER=	horus.li@gmail.com
 COMMENT=	Web based MySQL administration with a set of PHP scripts
 
+DEFAULT_PHP_VER=53
 USE_ZIP=	yes
 NO_BUILD=	yes
 


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



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