From owner-svn-ports-all@FreeBSD.ORG Fri Nov 15 10:37:07 2013 Return-Path: Delivered-To: svn-ports-all@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 5AED1A9F; Fri, 15 Nov 2013 10:37:07 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EBD32F5D; Fri, 15 Nov 2013 10:37:03 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 49FFDBDC6B; Fri, 15 Nov 2013 11:37:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=h7iM5UKyCiz BFhzaqS6+evZXJbQ=; b=GPOHKwbaOyjf2510ihdH5/cwgYk87oVCkyZw2jlTw/F FJcf0P7JO5wFalzbswVIepOEhsm3r+xt4yo8XFxVi34qXXxAN7pTtbA5MjfGcQTT rhQsyTlPyk9lm+n8EYEV79LRxS2ntzQplFXOeZrgRJ+qfmpSb4bCxAFMxt/Ql2XE = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 20EF6BDC44; Fri, 15 Nov 2013 11:37:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 034D7C778AE1; Fri, 15 Nov 2013 11:36:59 +0100 (CET) Date: Fri, 15 Nov 2013 11:36:54 +0100 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r333840 - head/www/owncloud Message-ID: <0AEEB9EF6C3064D4F1A0B8C9@atuin.in.mat.cc> In-Reply-To: <201311151023.rAFANHEH058749@svn.freebsd.org> References: <201311151023.rAFANHEH058749@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 10:37:07 -0000 +--On 15 novembre 2013 10:23:17 +0000 Sunpoet Po-Chuan Hsieh wrote: | -.if ${PORT_OPTIONS:MSQLITE} | -USE_PHP+= sqlite3 pdo_sqlite | -.endif | +SQLITE_USE= PHP=pdo_sqlite,sqlite3 SQLITE=yes You don't need SQLITE=yes there, (and it was not there before,) sqlite is selfcontained in the php extension, and not needed at all as a dependency here. (Unless the sqlite3 binary is needed for installation afterwards, of course.) -- Mathieu Arnold