ports/181708: fix databases/sqlbuddy build problem caused by the deletion of php5-sqlite

Chenguang Li horus.li at gmail.com
Sat Aug 31 15:00:02 UTC 2013


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


More information about the freebsd-ports-bugs mailing list