From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 31 15:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 70F46A80 for ; Sat, 31 Aug 2013 15:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38ABB260F for ; Sat, 31 Aug 2013 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7VF01Pm053562 for ; Sat, 31 Aug 2013 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7VF0130053561; Sat, 31 Aug 2013 15:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 31 Aug 2013 15:00:01 GMT Resent-Message-Id: <201308311500.r7VF0130053561@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chenguang Li Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63EE690D for ; Sat, 31 Aug 2013 14:55:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51BD025EF for ; Sat, 31 Aug 2013 14:55:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7VEtHUQ083042 for ; Sat, 31 Aug 2013 14:55:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7VEtHdr083024; Sat, 31 Aug 2013 14:55:17 GMT (envelope-from nobody) Message-Id: <201308311455.r7VEtHdr083024@oldred.freebsd.org> Date: Sat, 31 Aug 2013 14:55:17 GMT From: Chenguang Li To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181708: fix databases/sqlbuddy build problem caused by the deletion of php5-sqlite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 15:00:02 -0000 >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: