From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 21:26:10 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 42994530; Fri, 31 Jan 2014 21:26:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 2F14D1ABC; Fri, 31 Jan 2014 21:26:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VLQAt8010426; Fri, 31 Jan 2014 21:26:10 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VLQAdp010425; Fri, 31 Jan 2014 21:26:10 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401312126.s0VLQAdp010425@svn.freebsd.org> From: Antoine Brodin Date: Fri, 31 Jan 2014 21:26:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342078 - head/databases/sqlbuddy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2014 21:26:10 -0000 Author: antoine Date: Fri Jan 31 21:26:09 2014 New Revision: 342078 URL: http://svnweb.freebsd.org/changeset/ports/342078 QAT: https://qat.redports.org/buildarchive/r342078/ Log: Mark broken: Fails to check-sanity Unknown extension sqlite for PHP 5. *** Error code 1 Reported by: pkg-fallout since august 2013 With hat: portmgr Modified: head/databases/sqlbuddy/Makefile Modified: head/databases/sqlbuddy/Makefile ============================================================================== --- head/databases/sqlbuddy/Makefile Fri Jan 31 21:24:58 2014 (r342077) +++ head/databases/sqlbuddy/Makefile Fri Jan 31 21:26:09 2014 (r342078) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_1_3_3 MAINTAINER= horus.li@gmail.com COMMENT= Web based MySQL administration with a set of PHP scripts +BROKEN= Fails to check-sanity + USE_ZIP= yes NO_BUILD= yes